/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineC.cpp | 55 SVal ExprVal = B->isGLValue() ? LeftV : RightV; in VisitBinaryOperator() 174 if (B->isGLValue()) in VisitBinaryOperator() 367 if (CastE->isGLValue()) in VisitCast() 419 if (CastE->isGLValue()) in VisitCast() 458 if (CL->isGLValue() || CL->getType()->isArrayType()) in VisitCompoundLiteralExpr() 518 if (InitEx->isGLValue()) { in VisitDeclStmt() 620 if (!IE->isGLValue() && in VisitInitListExpr() 835 assert(!U->isGLValue()); in VisitUnaryOperator() 858 assert (!U->isGLValue()); in VisitUnaryOperator() 989 if (U->isGLValue()) in VisitIncrementDecrementOperator()
|
D | SValBuilder.cpp | 124 if (Ex->isGLValue()) in conjureSymbolVal() 313 if (E->isGLValue()) in getConstantVal()
|
D | ExprEngine.cpp | 1871 assert(Ex->isGLValue() || VD->getType()->isVoidType()); in VisitCommonDeclRefExpr() 1919 assert(!Ex->isGLValue()); in VisitCommonDeclRefExpr() 1957 assert(A->isGLValue() || in VisitLvalArraySubscriptExpr() 2021 if (M->isGLValue() || M->getType()->isArrayType()) { in VisitMemberExpr() 2026 if (!M->isGLValue()) { in VisitMemberExpr()
|
D | BugReporterVisitors.cpp | 205 if (cast<Expr>(S)->isGLValue()) in addVisitorIfNecessary() 261 if (RetE->isGLValue()) { in visitNodeInitial()
|
D | ExprEngineCallAndReturn.cpp | 200 if (E->isGLValue()) in isTemporaryPRValue()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CallAndMessageChecker.cpp | 107 if (BadE->isGLValue()) in emitBadCall()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ProgramState.h | 738 if (Ex->isGLValue() || Loc::isLocType(T) || in getSValAsScalarOrLoc()
|
/external/clang/lib/Analysis/ |
D | UninitializedValues.cpp | 459 if ((*I)->isGLValue()) { in VisitCallExpr()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 262 if (E->isGLValue()) in VisitOpaqueValueExpr() 1519 assert(E->isGLValue() && "lvalue-to-rvalue applied to r-value!"); in VisitCastExpr() 2055 if (E->isGLValue()) in VisitUnaryReal() 2072 if (Op->isGLValue()) in VisitUnaryImag() 2082 if (Op->isGLValue()) in VisitUnaryImag()
|
D | CGExpr.cpp | 2990 } else if (E->getBase()->isGLValue()) { in EmitExtVectorElementExpr() 3251 if (!E->isGLValue()) in EmitInitListLValue() 3275 if (!expr->isGLValue()) { in EmitConditionalOperatorLValue()
|
D | CGExprComplex.cpp | 139 if (E->isGLValue()) in VisitOpaqueValueExpr()
|
D | CGExprAgg.cpp | 187 if (E->isGLValue()) { in VisitPseudoObjectExpr()
|
D | CGCall.cpp | 2931 assert(type->isReferenceType() == E->isGLValue() && in EmitCallArg() 2934 if (E->isGLValue()) { in EmitCallArg()
|
D | CGExprCXX.cpp | 1748 if (!CE->getSubExpr()->isGLValue()) in isGLValueFromPointerDeref()
|
D | CodeGenFunction.h | 801 return expr->isGLValue() || in shouldBindAsLValue()
|
D | CGObjC.cpp | 821 if (getter->isGLValue()) in hasTrivialGetExpr()
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 3124 if (Object->isGLValue()) in EvaluateObjectArgument() 4623 assert(E->isGLValue() || E->getType()->isFunctionType() || in EvaluateLValue() 5029 if (SubExpr->isGLValue()) { in VisitCastExpr() 6282 } else if (ArgType->isPointerType() || Arg->isGLValue()) { in EvaluateBuiltinConstantP() 6286 if ((Arg->isGLValue() ? EvaluateLValue(Arg, LV, Info) in EvaluateBuiltinConstantP() 6447 if (E->isGLValue()) { in tryEvaluateBuiltinObjectSize() 8700 if (E->isGLValue() || T->isFunctionType()) { in Evaluate() 8801 if (E->isGLValue()) { in EvaluateAsRValue()
|
D | ExprCXX.cpp | 37 if (RD->isPolymorphic() && E->isGLValue()) in isPotentiallyEvaluated()
|
D | Expr.cpp | 2316 if (CE->getSubExpr()->isGLValue() && in isUnusedResultAWarning()
|
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 1144 if (!SrcExpr->isGLValue()) in TryLValueToRValueCast() 1782 if (!SrcExpr.get()->isGLValue()) { in TryReinterpretCast()
|
D | SemaInit.cpp | 4054 assert(Initializer->isGLValue()); in convertQualifiersAndValueKindIfNecessary() 4745 if (ArrayDecay || Initializer->isGLValue()) { in tryObjCWritebackConversion() 5812 if (ILE->getNumInits() == 1 && ILE->isGLValue()) { in performReferenceExtension() 5828 if (CE->getSubExpr()->isGLValue()) in performReferenceExtension() 6465 assert(CurInit.get()->isGLValue() && "cannot load from a prvalue"); in Perform()
|
D | SemaPseudoObject.cpp | 233 if (exp->isGLValue()) in CanCaptureValue()
|
D | SemaExprCXX.cpp | 422 if (RecordD->isPolymorphic() && E->isGLValue()) { in BuildCXXTypeId() 6236 if (getLangOpts().CPlusPlus11 && E->isGLValue() && in IgnoredValueConversions()
|
D | SemaStmt.cpp | 311 if (E->isGLValue() && E->getType().isVolatileQualified()) { in DiagnoseUnusedExprResult()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 249 bool isGLValue() const { return getValueKind() != VK_RValue; } in isGLValue() function 349 bool isGLValue() const { return Kind <= CL_XValue; } in isGLValue() function
|