Searched refs:baseExpr (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DExprCXX.h622 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow, argument
627 /*type-dependent*/ false, baseExpr->isValueDependent(),
628 baseExpr->isInstantiationDependent(),
629 baseExpr->containsUnexpandedParameterPack()),
630 BaseExpr(baseExpr), TheDecl(decl),
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp1392 //! baseExpr; otherwise, baseExpr is modified by multiplication or division by a loop index,
1394 static string incrementExpr (const string& baseExpr, glu::DataType type, bool divide);
1457 string FunctionCase::incrementExpr (const string& baseExpr, glu::DataType type, bool divide)
1461 return glu::isDataTypeBoolOrBVec(type) ? baseExpr
1462 : glu::isDataTypeIntOrIVec(type) ? "(" + baseExpr + mulOrDiv + "(i+1))"
1463 : "(" + baseExpr + mulOrDiv + "float(i+1))";
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp1396 //! baseExpr; otherwise, baseExpr is modified by multiplication or division by a loop index,
1398 static string incrementExpr (const string& baseExpr, glu::DataType type, bool divide);
1461 string FunctionCase::incrementExpr (const string& baseExpr, glu::DataType type, bool divide)
1465 return glu::isDataTypeBoolOrBVec(type) ? baseExpr
1466 : glu::isDataTypeIntOrIVec(type) ? "(" + baseExpr + mulOrDiv + "(i+1))"
1467 : "(" + baseExpr + mulOrDiv + "float(i+1))";
/external/clang/lib/Sema/
H A DSemaExprMember.cpp1741 Expr *baseExpr = nullptr; // null signifies implicit access local
1747 baseExpr = new (Context) CXXThisExpr(loc, ThisTy, /*isImplicit=*/true);
1750 return BuildMemberReferenceExpr(baseExpr, ThisTy,

Completed in 1305 milliseconds