| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineC.cpp | 73 SVal ExprVal = B->isGLValue() ? LeftV : RightV; in VisitBinaryOperator() 183 if (B->isGLValue()) in VisitBinaryOperator() 290 if (CastE->isGLValue()) in handleLVectorSplat() 454 if (CastE->isGLValue()) in VisitCast() 493 if (CastE->isGLValue()) in VisitCast() 572 if (CL->isGLValue()) in VisitCompoundLiteralExpr() 632 if (InitEx->isGLValue()) { in VisitDeclStmt() 759 if (!IE->isGLValue() && !IE->isTransparent() && in VisitInitListExpr() 1013 assert(!U->isGLValue()); in VisitUnaryOperator() 1024 assert (!U->isGLValue()); in VisitUnaryOperator() [all …]
|
| H A D | SValBuilder.cpp | 147 if (Ex->isGLValue()) in conjureSymbolVal() 369 if (E->isGLValue()) in getConstantVal()
|
| H A D | ExprEngine.cpp | 446 if (Result->isGLValue()) { in createTemporaryRegionIfNeeded() 2537 assert(Ex->isGLValue() || VD->getType()->isVoidType()); in VisitCommonDeclRefExpr() 2583 assert(!Ex->isGLValue()); in VisitCommonDeclRefExpr() 2626 bool IsGLValueLike = A->isGLValue() || in VisitArraySubscriptExpr() 2706 if (M->isGLValue() || M->getType()->isArrayType()) { in VisitMemberExpr() 2711 if (!M->isGLValue()) { in VisitMemberExpr()
|
| H A D | BugReporterVisitors.cpp | 1006 if (cast<Expr>(S)->isGLValue()) in addVisitorIfNecessary() 1054 if (RetE->isGLValue()) { in visitNodeInitial()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.h | 104 return E->isGLValue() ? PT_Ptr : classify(E->getType()); in classify()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CallAndMessageChecker.cpp | 145 if (BadE->isGLValue()) in emitBadCall()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | UninitializedValues.cpp | 433 if ((*I)->isGLValue()) { in VisitCallExpr()
|
| H A D | CFG.cpp | 728 if (Arg->getType()->getAsCXXRecordDecl() && !Arg->isGLValue()) in findConstructionContextsForArguments() 1442 assert(!CO->getType()->getAsCXXRecordDecl() || CO->isGLValue() || in findConstructionContexts()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ProgramState.h | 776 if (Ex->isGLValue() || Loc::isLocType(T) || in getSValAsScalarOrLoc()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 423 if (E->isGLValue()) in VisitConstantExpr() 490 if (E->isGLValue()) in VisitOpaqueValueExpr() 2221 assert(E->isGLValue() && "lvalue-to-rvalue applied to r-value!"); in VisitCastExpr() 2942 if (E->isGLValue()) in VisitUnaryReal() 2959 if (Op->isGLValue()) in VisitUnaryImag() 2969 if (Op->isGLValue()) in VisitUnaryImag()
|
| H A D | CGExprComplex.cpp | 164 if (E->isGLValue()) in VisitOpaqueValueExpr()
|
| H A D | CGExpr.cpp | 4094 } else if (E->getBase()->isGLValue()) { in EmitExtVectorElementExpr() 4497 if (!E->isGLValue()) in EmitInitListLValue() 4521 if (!expr->isGLValue()) { in EmitConditionalOperatorLValue()
|
| H A D | CGExprAgg.cpp | 197 if (E->isGLValue()) { in VisitPseudoObjectExpr()
|
| H A D | CGExprCXX.cpp | 2126 if (!CE->getSubExpr()->isGLValue()) in isGLValueFromPointerDeref()
|
| H A D | CGCall.cpp | 4273 assert(type->isReferenceType() == E->isGLValue() && in EmitCallArg() 4276 if (E->isGLValue()) { in EmitCallArg()
|
| H A D | CGObjC.cpp | 1066 if (getter->isGLValue()) in hasTrivialGetExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 5555 if (ArrayDecay || Initializer->isGLValue()) { in tryObjCWritebackConversion() 5982 Initializer->isGLValue()), in InitializeFrom() 6944 if (Arg->isGLValue()) in handleGslAnnotatedTypes() 7046 if (Arg->isGLValue()) in visitLifetimeBoundArguments() 7096 if (CE->getSubExpr()->isGLValue()) in visitLocalsRetainedByReferenceBinding() 7370 if (E->isGLValue()) in visitLocalsRetainedByInitializer() 7631 << ExtendingEntity->getDecl() << Init->isGLValue() << DiagRange; in checkInitializerLifetime() 7805 if (Init->isGLValue()) in checkInitializerLifetime()
|
| H A D | SemaCast.cpp | 1471 if (!SrcExpr->isGLValue()) in TryLValueToRValueCast() 2208 if (!SrcExpr.get()->isGLValue()) { in TryReinterpretCast()
|
| H A D | SemaPseudoObject.cpp | 232 if (exp->isGLValue()) in CanCaptureValue()
|
| H A D | SemaOverload.cpp | 1766 bool argIsLValue = From->isGLValue(); in IsStandardConversion() 5522 From->isGLValue()); in TryContextuallyConvertToBool() 13892 assert(LHS->isGLValue() && RHS->isGLValue() && in BuildSynthesizedThreeWayComparison()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| H A D | CFG.h | 193 return !E->isGLValue() && in isCXXRecordTypedCall()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 4574 if (Object->isGLValue()) in EvaluateObjectArgument() 5751 if (Ptr.isNullPointer() && !E->isGLValue()) in HandleDynamicCast() 5774 if (!E->isGLValue()) { in HandleDynamicCast() 8118 assert(E->isGLValue() || E->getType()->isFunctionType() || in EvaluateLValue() 8803 if (SubExpr->isGLValue()) { in VisitCastExpr() 11422 if (E->isGLValue()) { in tryEvaluateBuiltinObjectSize() 14494 if (E->isGLValue() || T->isFunctionType()) { in Evaluate() 14617 if (E->isGLValue()) { in EvaluateAsRValue()
|
| H A D | ExprCXX.cpp | 143 if (RD->isPolymorphic() && E->isGLValue()) in isPotentiallyEvaluated()
|
| H A D | Expr.cpp | 2247 if (isGLValue()) { in isTransparent() 2342 if (!isGLValue() || !getType().isVolatileQualified()) in isReadIfDiscardedInCPlusPlus11()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Expr.h | 275 bool isGLValue() const { return getValueKind() != VK_RValue; } in isGLValue() function 377 bool isGLValue() const { return Kind <= CL_XValue; } in isGLValue() function
|