/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineC.cpp | 55 SVal ExprVal = B->isGLValue() ? LeftV : RightV; in VisitBinaryOperator() 174 if (B->isGLValue()) in VisitBinaryOperator() 378 if (CastE->isGLValue()) in VisitCast() 430 if (CastE->isGLValue()) in VisitCast() 469 if (CL->isGLValue() || CL->getType()->isArrayType()) in VisitCompoundLiteralExpr() 529 if (InitEx->isGLValue()) { in VisitDeclStmt() 631 if (!IE->isGLValue() && in VisitInitListExpr() 846 assert(!U->isGLValue()); in VisitUnaryOperator() 869 assert (!U->isGLValue()); in VisitUnaryOperator() 1000 if (U->isGLValue()) in VisitIncrementDecrementOperator()
|
D | SValBuilder.cpp | 124 if (Ex->isGLValue()) in conjureSymbolVal() 313 if (E->isGLValue()) in getConstantVal()
|
D | ExprEngine.cpp | 1895 assert(Ex->isGLValue() || VD->getType()->isVoidType()); in VisitCommonDeclRefExpr() 1943 assert(!Ex->isGLValue()); in VisitCommonDeclRefExpr() 1981 assert(A->isGLValue() || in VisitLvalArraySubscriptExpr() 2045 if (M->isGLValue() || M->getType()->isArrayType()) { in VisitMemberExpr() 2050 if (!M->isGLValue()) { in VisitMemberExpr()
|
D | BugReporterVisitors.cpp | 206 if (cast<Expr>(S)->isGLValue()) in addVisitorIfNecessary() 262 if (RetE->isGLValue()) { in visitNodeInitial()
|
D | ExprEngineCallAndReturn.cpp | 203 if (E->isGLValue()) in isTemporaryPRValue()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CallAndMessageChecker.cpp | 107 if (BadE->isGLValue()) in emitBadCall()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 262 if (E->isGLValue()) in VisitOpaqueValueExpr() 1505 assert(E->isGLValue() && "lvalue-to-rvalue applied to r-value!"); in VisitCastExpr() 2042 if (E->isGLValue()) in VisitUnaryReal() 2059 if (Op->isGLValue()) in VisitUnaryImag() 2069 if (Op->isGLValue()) in VisitUnaryImag()
|
D | CGExprComplex.cpp | 139 if (E->isGLValue()) in VisitOpaqueValueExpr()
|
D | CGExprAgg.cpp | 188 if (E->isGLValue()) { in VisitPseudoObjectExpr()
|
D | CGExpr.cpp | 3199 } else if (E->getBase()->isGLValue()) { in EmitExtVectorElementExpr() 3460 if (!E->isGLValue()) in EmitInitListLValue() 3484 if (!expr->isGLValue()) { in EmitConditionalOperatorLValue()
|
D | CGExprCXX.cpp | 1756 if (!CE->getSubExpr()->isGLValue()) in isGLValueFromPointerDeref()
|
D | CGCall.cpp | 3274 assert(type->isReferenceType() == E->isGLValue() && in EmitCallArg() 3277 if (E->isGLValue()) { in EmitCallArg()
|
D | CodeGenFunction.h | 826 return expr->isGLValue() || in shouldBindAsLValue()
|
D | CGObjC.cpp | 819 if (getter->isGLValue()) in hasTrivialGetExpr()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ProgramState.h | 739 if (Ex->isGLValue() || Loc::isLocType(T) || in getSValAsScalarOrLoc()
|
/external/clang/lib/Analysis/ |
D | UninitializedValues.cpp | 459 if ((*I)->isGLValue()) { in VisitCallExpr()
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 3228 if (Object->isGLValue()) in EvaluateObjectArgument() 4779 assert(E->isGLValue() || E->getType()->isFunctionType() || in EvaluateLValue() 5185 if (SubExpr->isGLValue()) { in VisitCastExpr() 6553 } else if (ArgType->isPointerType() || Arg->isGLValue()) { in EvaluateBuiltinConstantP() 6557 if ((Arg->isGLValue() ? EvaluateLValue(Arg, LV, Info) in EvaluateBuiltinConstantP() 6726 if (E->isGLValue()) { in tryEvaluateBuiltinObjectSize() 9003 if (E->isGLValue() || T->isFunctionType()) { in Evaluate() 9104 if (E->isGLValue()) { in EvaluateAsRValue()
|
D | ExprCXX.cpp | 37 if (RD->isPolymorphic() && E->isGLValue()) in isPotentiallyEvaluated()
|
D | Expr.cpp | 2163 if (CE->getSubExpr()->isGLValue() && in isUnusedResultAWarning()
|
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 1145 if (!SrcExpr->isGLValue()) in TryLValueToRValueCast() 1893 if (!SrcExpr.get()->isGLValue()) { in TryReinterpretCast()
|
D | SemaInit.cpp | 4182 assert(Initializer->isGLValue()); in convertQualifiersAndValueKindIfNecessary() 4863 if (ArrayDecay || Initializer->isGLValue()) { in tryObjCWritebackConversion() 5944 if (ILE->getNumInits() == 1 && ILE->isGLValue()) { in performReferenceExtension() 5960 if (CE->getSubExpr()->isGLValue()) in performReferenceExtension() 6629 assert(CurInit.get()->isGLValue() && "cannot load from a prvalue"); in Perform()
|
D | SemaPseudoObject.cpp | 233 if (exp->isGLValue()) in CanCaptureValue()
|
D | SemaOpenMP.cpp | 1730 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl() 1774 CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue() && in buildCapture() 1779 return CaptureExpr->isGLValue() ? Res : S.DefaultLvalueConversion(Res.get()); in buildCapture() 8134 if (VK != VK_LValue && Res.get()->isGLValue()) { in getOpenMPCapturedExpr()
|
D | SemaExprCXX.cpp | 422 if (RecordD->isPolymorphic() && E->isGLValue()) { in BuildCXXTypeId() 6515 if (getLangOpts().CPlusPlus11 && E->isGLValue() && in IgnoredValueConversions()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 250 bool isGLValue() const { return getValueKind() != VK_RValue; } in isGLValue() function 350 bool isGLValue() const { return Kind <= CL_XValue; } in isGLValue() function
|