Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLIndexExpression.cpp128 const Expression* baseExpr = ConstantFolder::GetConstantValueForVariable(*base); in Make() local
144 const Expression* baseExpr = ConstantFolder::GetConstantValueForVariable(*base); in Make() local
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/handlers/
DOptionalEmptinessHandler.java127 ExpressionTree expr, ExpressionTree baseExpr, VisitorState state) { in onExpressionDereference()
140 VisitorState state, ExpressionTree baseExpr, AccessPathNullnessAnalysis analysis) { in isOptionalContentNullable()
DBaseNoOpHandler.java176 ExpressionTree expr, ExpressionTree baseExpr, VisitorState state) { in onExpressionDereference()
DCompositeHandler.java217 ExpressionTree expr, ExpressionTree baseExpr, VisitorState state) { in onExpressionDereference()
DHandler.java290 ExpressionTree expr, ExpressionTree baseExpr, VisitorState state); in onExpressionDereference()
/external/clang/lib/Sema/
DSemaExprMember.cpp1852 Expr *baseExpr = nullptr; // null signifies implicit access in BuildImplicitMemberExpr() 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/pkg_resources/_vendor/
Dpyparsing.py5036 def infixNotation( baseExpr, opList, lpar=Suppress('('), rpar=Suppress(')') ): argument
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py5036 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()