Searched refs:Unary (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DExpressionValidate.py328 self.Unary()
330 self.Unary()
332 ## Unary
334 def Unary(self): member in class:_ValidRangeExpressionParser
336 return self.Unary()
/vbox/src/bldprogs/
H A DVBoxCPP.cpp206 * Unary operators.
271 } Unary; member in union:VBCPPEXPR::__anon17018
3254 vbcppExprDestoryTree(pExpr->u.Unary.pArg);
3346 || pCur->u.Unary.enmOperator != kVBCppUnaryOp_Parenthesis))
3355 AssertReturn(pCur->u.Unary.pArg, vbcppExprParseError(pParser, "internal error"));
3385 && pCur->u.Unary.enmOperator != kVBCppUnaryOp_Parenthesis
3388 AssertReturn(pCur->u.Unary.pArg, vbcppExprParseError(pParser, "internal error"));
3545 if (pParent->u.Unary.enmOperator == kVBCppUnaryOp_Parenthesis)
3547 ppPlace = &pParent->u.Unary.pArg;
3550 AssertReturn(pParent->u.Unary
[all...]

Completed in 53 milliseconds