Home
last modified time | relevance | path

Searched defs:baseExpr (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Sema/
DSemaExprMember.cpp1852 Expr *baseExpr = nullptr; // null signifies implicit access in BuildImplicitMemberExpr() local
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1461 string FunctionCase::incrementExpr (const string& baseExpr, glu::DataType type, bool divide) in incrementExpr()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1457 string FunctionCase::incrementExpr (const string& baseExpr, glu::DataType type, bool divide) in incrementExpr()
/external/clang/lib/AST/
DExpr.cpp3688 SourceLocation lBraceLoc, Expr *baseExpr, SourceLocation rBraceLoc) in DesignatedInitUpdateExpr()
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py4995 def infixNotation( baseExpr, opList, lpar=Suppress('('), rpar=Suppress(')') ): argument
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py4995 def infixNotation( baseExpr, opList, lpar=Suppress('('), rpar=Suppress(')') ): argument
/external/clang/include/clang/AST/
DExprCXX.h671 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow, in MSPropertyRefExpr()