| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineC.cpp | 73 SVal ExprVal = B->isGLValue() ? LeftV : RightV; in VisitBinaryOperator() 180 if (B->isGLValue()) in VisitBinaryOperator() 434 if (CastE->isGLValue()) in VisitCast() 475 if (CastE->isGLValue()) in VisitCast() 525 if (CastE->isGLValue()) in VisitCast() 556 if (CL->isGLValue()) in VisitCompoundLiteralExpr() 616 if (InitEx->isGLValue()) { in VisitDeclStmt() 743 if (!IE->isGLValue() && !IE->isTransparent() && in VisitInitListExpr() 991 assert(!U->isGLValue()); in VisitUnaryOperator() 1002 assert (!U->isGLValue()); in VisitUnaryOperator() [all …]
|
| H A D | SValBuilder.cpp | 170 if (Ex->isGLValue()) in conjureSymbolVal() 412 if (E->isGLValue()) in getConstantVal()
|
| H A D | ExprEngine.cpp | 461 if (Result->isGLValue()) { in createTemporaryRegionIfNeeded() 3065 assert(Ex->isGLValue() || VD->getType()->isVoidType()); in VisitCommonDeclRefExpr() 3111 assert(!Ex->isGLValue()); in VisitCommonDeclRefExpr() 3309 bool IsGLValueLike = A->isGLValue() || in VisitArraySubscriptExpr() 3397 if (M->isGLValue() || M->getType()->isArrayType()) { in VisitMemberExpr() 3402 if (!M->isGLValue()) { in VisitMemberExpr()
|
| H A D | BugReporterVisitors.cpp | 1053 if (RetE->isGLValue()) { in visitNodeInitial() 2480 if (cast<Expr>(E)->isGLValue()) in handle()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Transfer.cpp | 112 assert(From.isGLValue() == To.isGLValue()); in propagateValueOrStorageLocation() 113 if (From.isGLValue()) in propagateValueOrStorageLocation() 190 if (!S->isGLValue()) in VisitDeclRefExpr() 635 if (S->isGLValue()) in VisitConditionalOperator()
|
| H A D | DataflowEnvironment.cpp | 550 if (Call->isGLValue()) { in popCall() 727 assert(E.isGLValue() || in setStorageLocation() 736 assert(E.isGLValue() || in getStorageLocation()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Context.cpp | 63 if (E->isGLValue()) { in evaluateAsRValue()
|
| H A D | ByteCodeExprGen.h | 133 if (E->isGLValue()) { in classify()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CallAndMessageChecker.cpp | 144 if (BadE->isGLValue()) in emitBadCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UninitializedValues.cpp | 448 if ((*I)->isGLValue()) { in VisitCallExpr()
|
| H A D | CFG.cpp | 749 if (Arg->getType()->getAsCXXRecordDecl() && !Arg->isGLValue()) in findConstructionContextsForArguments() 1527 assert(!CO->getType()->getAsCXXRecordDecl() || CO->isGLValue() || in findConstructionContexts()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 423 if (E->isGLValue()) in VisitConstantExpr() 496 if (E->isGLValue()) in VisitOpaqueValueExpr() 2035 if (ICE->isGLValue()) in ShouldNullCheckClassCastValue() 2326 assert(E->isGLValue() && "lvalue-to-rvalue applied to r-value!"); in VisitCastExpr() 3104 if (E->isGLValue()) { in VisitReal() 3143 if (Op->isGLValue()) { in VisitImag() 3161 if (Op->isGLValue()) in VisitImag()
|
| H A D | CGExpr.cpp | 4546 } else if (E->getBase()->isGLValue()) { in EmitExtVectorElementExpr() 4968 if (!E->isGLValue()) in EmitInitListLValue() 5066 if (!E->isGLValue()) { in EmitIgnoredConditionalOperator() 5084 if (!expr->isGLValue()) { in EmitConditionalOperatorLValue()
|
| H A D | CGExprComplex.cpp | 164 if (E->isGLValue()) in VisitOpaqueValueExpr()
|
| H A D | CGExprAgg.cpp | 208 if (E->isGLValue()) { in VisitPseudoObjectExpr()
|
| H A D | CGExprCXX.cpp | 2155 if (!CE->getSubExpr()->isGLValue()) in isGLValueFromPointerDeref()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ProgramState.h | 816 if (Ex->isGLValue() || Loc::isLocType(T) || in getSValAsScalarOrLoc()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 6002 if (ArrayDecay || Initializer->isGLValue()) { in tryObjCWritebackConversion() 6504 Initializer->isGLValue()), in InitializeFrom() 7475 if (Arg->isGLValue()) in handleGslAnnotatedTypes() 7577 if (Arg->isGLValue()) in visitLifetimeBoundArguments() 7645 if (CE->getSubExpr()->isGLValue()) in visitLocalsRetainedByReferenceBinding() 7919 if (E->isGLValue()) in visitLocalsRetainedByInitializer() 8180 << ExtendingEntity->getDecl() << Init->isGLValue() << DiagRange; in checkInitializerLifetime() 8354 if (Init->isGLValue()) in checkInitializerLifetime()
|
| H A D | SemaCast.cpp | 1530 if (!SrcExpr->isGLValue()) in TryLValueToRValueCast() 2268 if (!SrcExpr.get()->isGLValue()) { in TryReinterpretCast()
|
| H A D | SemaPseudoObject.cpp | 237 if (exp->isGLValue()) in CanCaptureValue()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 2411 if (isGLValue()) { in isTransparent() 2504 if (!isGLValue() || !getType().isVolatileQualified()) in isReadIfDiscardedInCPlusPlus11() 4032 (ICE->isGLValue() && ICE->getCastKind() == CK_NoOp)) in getSourceBitField() 4079 if (ICE->isGLValue() && ICE->getCastKind() == CK_NoOp) in refersToVectorElement()
|
| H A D | ExprConstant.cpp | 4697 if (Object->isGLValue()) in EvaluateObjectArgument() 5929 if (Ptr.isNullPointer() && !E->isGLValue()) in HandleDynamicCast() 5952 if (!E->isGLValue()) { in HandleDynamicCast() 8487 assert(E->isGLValue() || E->getType()->isFunctionType() || in EvaluateLValue() 9269 if (SubExpr->isGLValue()) { in VisitCastExpr() 12087 if (E->isGLValue()) { in tryEvaluateBuiltinObjectSize() 15326 if (E->isGLValue() || T->isFunctionType()) { in Evaluate() 15455 if (E->isGLValue()) { in EvaluateAsRValue()
|
| H A D | ExprCXX.cpp | 144 if (RD->isPolymorphic() && E->isGLValue()) in isPotentiallyEvaluated()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CFG.h | 194 return !E->isGLValue() && in isCXXRecordTypedCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 275 bool isGLValue() const { return getValueKind() != VK_PRValue; } in isGLValue() function 377 bool isGLValue() const { return Kind <= CL_XValue; } in isGLValue() function 3584 return (isGLValue() && (getType().isVolatileQualified() != in changesVolatileQualification()
|