Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprMember.cpp1852 Expr *baseExpr = nullptr; // null signifies implicit access in BuildImplicitMemberExpr() local
/external/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp1868 Expr *baseExpr = nullptr; // null signifies implicit access in BuildImplicitMemberExpr() local
/external/llvm-project/flang/lib/Semantics/
Dexpression.cpp772 if (MaybeExpr baseExpr{Analyze(std::get<parser::DataRef>(ss.t))}) { in Analyze() local
916 MaybeExpr baseExpr; in Analyze() local
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1457 string FunctionCase::incrementExpr (const string& baseExpr, glu::DataType type, bool divide) in incrementExpr()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1461 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/setuptools/_vendor/
Dpyparsing.py4995 def infixNotation( baseExpr, opList, lpar=Suppress('('), rpar=Suppress(')') ): argument
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py4995 def infixNotation( baseExpr, opList, lpar=Suppress('('), rpar=Suppress(')') ): argument
/external/llvm-project/clang/lib/AST/
DExpr.cpp4275 Expr *baseExpr, in DesignatedInitUpdateExpr()
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h923 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow, in MSPropertyRefExpr()
/external/clang/include/clang/AST/
DExprCXX.h671 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow, in MSPropertyRefExpr()