Searched refs:isGLValue (Results 1 - 25 of 26) sorted by relevance

12

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp55 SVal ExprVal = B->isGLValue() ? LeftV : RightV;
174 if (B->isGLValue())
345 if (CastE->isGLValue())
397 if (CastE->isGLValue())
436 if (CL->isGLValue() || CL->getType()->isArrayType())
493 if (InitEx->isGLValue()) {
595 if (!IE->isGLValue() &&
812 assert(!U->isGLValue());
835 assert (!U->isGLValue());
966 if (U->isGLValue())
[all...]
H A DSValBuilder.cpp118 if (Ex->isGLValue())
285 if (E->isGLValue())
H A DExprEngine.cpp1738 assert(Ex->isGLValue() || VD->getType()->isVoidType());
1755 assert(!Ex->isGLValue());
1802 assert(A->isGLValue());
1856 if (M->isGLValue() || M->getType()->isArrayType()) {
1861 if (!M->isGLValue()) {
H A DBugReporterVisitors.cpp210 if (cast<Expr>(S)->isGLValue())
265 if (RetE->isGLValue()) {
H A DExprEngineCallAndReturn.cpp200 if (E->isGLValue())
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp100 if (BadE->isGLValue())
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp220 if (E->isGLValue())
1432 assert(E->isGLValue() && "lvalue-to-rvalue applied to r-value!");
1942 if (E->isGLValue())
1959 if (Op->isGLValue())
1969 if (Op->isGLValue())
H A DCGExprComplex.cpp134 if (E->isGLValue())
H A DCGExpr.cpp2438 } else if (E->getBase()->isGLValue()) {
2683 if (!E->isGLValue())
2707 if (!expr->isGLValue()) {
H A DCGExprAgg.cpp179 if (E->isGLValue()) {
H A DCGCall.cpp2333 assert(type->isReferenceType() == E->isGLValue() &&
2336 if (E->isGLValue()) {
H A DCodeGenFunction.h696 return expr->isGLValue() ||
H A DCGObjC.cpp769 if (getter->isGLValue())
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h703 if (Ex->isGLValue() || Loc::isLocType(T) ||
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp409 if ((*I)->getType().isConstQualified() && (*I)->isGLValue())
/external/clang/lib/Sema/
H A DSemaCast.cpp1097 if (!SrcExpr->isGLValue())
1732 if (!SrcExpr.get()->isGLValue()) {
H A DSemaInit.cpp3782 assert(Initializer->isGLValue());
4476 if (ArrayDecay || Initializer->isGLValue()) {
5507 if (ILE->getNumInits() == 1 && ILE->isGLValue()) {
5528 if (CE->getSubExpr()->isGLValue())
6049 assert(CurInit.get()->isGLValue() && "cannot load from a prvalue");
H A DSemaPseudoObject.cpp240 if (exp->isGLValue())
H A DSemaExprCXX.cpp412 if (RecordD->isPolymorphic() && E->isGLValue()) {
5758 if (getLangOpts().CPlusPlus11 && E->isGLValue() &&
H A DSemaStmt.cpp287 if (E->isGLValue() && E->getType().isVolatileQualified()) {
H A DSemaExpr.cpp558 if (!E->isGLValue()) return E;
749 if (getLangOpts().CPlusPlus && E->isGLValue() && !isUnevaluatedContext()) {
6090 && commonExpr->isGLValue()
/external/clang/lib/AST/
H A DExprConstant.cpp2953 if (Object->isGLValue())
4388 assert(E->isGLValue() || E->getType()->isFunctionType() ||
4792 if (SubExpr->isGLValue()) {
5943 } else if (ArgType->isPointerType() || Arg->isGLValue()) {
5947 if ((Arg->isGLValue() ? EvaluateLValue(Arg, LV, Info)
7974 if (E->isGLValue() || T->isFunctionType()) {
8075 if (E->isGLValue()) {
H A DExprCXX.cpp37 if (RD->isPolymorphic() && E->isGLValue())
H A DExpr.cpp2221 if (CE->getSubExpr()->isGLValue() &&
/external/clang/include/clang/AST/
H A DExpr.h253 bool isGLValue() const { return getValueKind() != VK_RValue; } function in class:clang::Expr
351 bool isGLValue() const { return Kind <= CL_XValue; } function in class:clang::Expr::Classification

Completed in 2928 milliseconds

12