Searched defs:expression (Results 1 – 11 of 11) sorted by relevance
501 int expression = parseExpressionIf(token); in parseElif() local905 int expression = 0; in parseConditionalIf() local934 int expression = 0; in parseExpressionIf() local966 int expression = iter != mMacroSet->end() ? 1 : 0; in parseExpressionIfdef() local
144 std::string expression = iter != mMacroSet->end() ? "1" : "0"; in lex() local
268 # define ANGLE_ASSERT_IMPL(expression) assert(expression) argument271 # define ANGLE_ASSERT_IMPL(expression) ANGLE_CRASH() argument288 # define ASSERT(expression) \ argument
45 const char *expression; member267 const std::string expression = testCase.expression; in createTests() local
54 TIntermTyped *expression = init->getRight(); in GetDeferredInitializers() local
117 TIntermAggregate *CreateStructCopyCall(const TFunction *copyFunc, TIntermTyped *expression) in CreateStructCopyCall()122 TIntermTyped *CreateTransposeCall(TSymbolTable *symbolTable, TIntermTyped *expression) in CreateTransposeCall()275 TIntermTyped *getCurrentElement(TIntermTyped *expression) in getCurrentElement()774 void determineAccess(TIntermNode *expression, in determineAccess()
188 TIntermTyped *expression = node->getExpression(); in visitBranch() local
377 const char *expression; member
216 void setExpression(TIntermTyped *expression) { mExpr = expression; } in setExpression()
5218 TIntermTyped *TParseContext::expressionOrFoldedResult(TIntermTyped *expression) in expressionOrFoldedResult()5730 TIntermTyped *expression, in addBranch()
3394 TIntermTyped *expression) in writeSameSymbolInitializer()