| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | ExprEngineC.cpp | 73 SVal ExprVal = B->isGLValue() ? LeftV : RightV; in VisitBinaryOperator() 183 if (B->isGLValue()) in VisitBinaryOperator() 290 if (CastE->isGLValue()) in handleLVectorSplat() 452 if (CastE->isGLValue()) in VisitCast() 491 if (CastE->isGLValue()) in VisitCast() 567 if (CL->isGLValue()) in VisitCompoundLiteralExpr() 615 if (InitEx->isGLValue()) { in VisitDeclStmt() 742 if (!IE->isGLValue() && !IE->isTransparent() && in VisitInitListExpr() 995 assert(!U->isGLValue()); in VisitUnaryOperator() 1006 assert (!U->isGLValue()); in VisitUnaryOperator() [all …]
|
| HD | SValBuilder.cpp | 147 if (Ex->isGLValue()) in conjureSymbolVal() 360 if (E->isGLValue()) in getConstantVal()
|
| HD | ExprEngine.cpp | 446 if (Result->isGLValue()) { in createTemporaryRegionIfNeeded() 2443 assert(Ex->isGLValue() || VD->getType()->isVoidType()); in VisitCommonDeclRefExpr() 2489 assert(!Ex->isGLValue()); in VisitCommonDeclRefExpr() 2540 bool IsGLValueLike = A->isGLValue() || in VisitArraySubscriptExpr() 2620 if (M->isGLValue() || M->getType()->isArrayType()) { in VisitMemberExpr() 2625 if (!M->isGLValue()) { in VisitMemberExpr()
|
| HD | BugReporterVisitors.cpp | 985 if (cast<Expr>(S)->isGLValue()) in addVisitorIfNecessary() 1033 if (RetE->isGLValue()) { in visitNodeInitial()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/ |
| HD | ByteCodeExprGen.h | 103 return E->isGLValue() ? PT_Ptr : classify(E->getType()); in classify()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | CallAndMessageChecker.cpp | 101 if (BadE->isGLValue()) in emitBadCall()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/ |
| HD | UninitializedValues.cpp | 482 if ((*I)->isGLValue()) { in VisitCallExpr()
|
| HD | CFG.cpp | 730 if (Arg->getType()->getAsCXXRecordDecl() && !Arg->isGLValue()) in findConstructionContextsForArguments() 1444 assert(!CO->getType()->getAsCXXRecordDecl() || CO->isGLValue() || in findConstructionContexts()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| HD | ProgramState.h | 769 if (Ex->isGLValue() || Loc::isLocType(T) || in getSValAsScalarOrLoc()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGExprScalar.cpp | 498 if (E->isGLValue()) in VisitOpaqueValueExpr() 2170 assert(E->isGLValue() && "lvalue-to-rvalue applied to r-value!"); in VisitCastExpr() 2850 if (E->isGLValue()) in VisitUnaryReal() 2867 if (Op->isGLValue()) in VisitUnaryImag() 2877 if (Op->isGLValue()) in VisitUnaryImag()
|
| HD | CGExprComplex.cpp | 160 if (E->isGLValue()) in VisitOpaqueValueExpr()
|
| HD | CGExpr.cpp | 3875 } else if (E->getBase()->isGLValue()) { in EmitExtVectorElementExpr() 4255 if (!E->isGLValue()) in EmitInitListLValue() 4279 if (!expr->isGLValue()) { in EmitConditionalOperatorLValue()
|
| HD | CGExprAgg.cpp | 191 if (E->isGLValue()) { in VisitPseudoObjectExpr()
|
| HD | CGExprCXX.cpp | 2088 if (!CE->getSubExpr()->isGLValue()) in isGLValueFromPointerDeref()
|
| HD | CGCall.cpp | 3601 assert(type->isReferenceType() == E->isGLValue() && in EmitCallArg() 3604 if (E->isGLValue()) { in EmitCallArg()
|
| HD | CGObjC.cpp | 994 if (getter->isGLValue()) in hasTrivialGetExpr()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaInit.cpp | 5436 if (ArrayDecay || Initializer->isGLValue()) { in tryObjCWritebackConversion() 6793 if (Arg->isGLValue()) in handleGslAnnotatedTypes() 6875 if (Arg->isGLValue()) in visitLifetimeBoundArguments() 6925 if (CE->getSubExpr()->isGLValue()) in visitLocalsRetainedByReferenceBinding() 7194 if (E->isGLValue()) in visitLocalsRetainedByInitializer() 7412 << ExtendingEntity->getDecl() << Init->isGLValue() << DiagRange; in checkInitializerLifetime() 7570 if (Init->isGLValue()) in checkInitializerLifetime()
|
| HD | SemaCast.cpp | 1303 if (!SrcExpr->isGLValue()) in TryLValueToRValueCast() 2040 if (!SrcExpr.get()->isGLValue()) { in TryReinterpretCast()
|
| HD | SemaPseudoObject.cpp | 239 if (exp->isGLValue()) in CanCaptureValue()
|
| HD | SemaExprCXX.cpp | 490 if (RecordD->isPolymorphic() && E->isGLValue()) { in BuildCXXTypeId() 7597 if (getLangOpts().CPlusPlus11 && E->isGLValue() && in IgnoredValueConversions()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/ |
| HD | CFG.h | 193 return !E->isGLValue() && in isCXXRecordTypedCall()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ExprConstant.cpp | 4073 if (Object->isGLValue()) in EvaluateObjectArgument() 5194 if (Ptr.isNullPointer() && !E->isGLValue()) in HandleDynamicCast() 5217 if (!E->isGLValue()) { in HandleDynamicCast() 7439 assert(E->isGLValue() || E->getType()->isFunctionType() || in EvaluateLValue() 8091 if (SubExpr->isGLValue()) { in VisitCastExpr() 10609 if (E->isGLValue()) { in tryEvaluateBuiltinObjectSize() 13566 if (E->isGLValue() || T->isFunctionType()) { in Evaluate() 13686 if (E->isGLValue()) { in EvaluateAsRValue()
|
| HD | ExprCXX.cpp | 141 if (RD->isPolymorphic() && E->isGLValue()) in isPotentiallyEvaluated()
|
| HD | Expr.cpp | 2307 if (isGLValue()) { in isTransparent() 2687 if (CE->getSubExpr()->isGLValue() && in isUnusedResultAWarning()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | Expr.h | 261 bool isGLValue() const { return getValueKind() != VK_RValue; } in isGLValue() function 363 bool isGLValue() const { return Kind <= CL_XValue; } in isGLValue() function
|