| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineC.cpp | 74 SVal ExprVal = B->isGLValue() ? LeftV : RightV; in VisitBinaryOperator() 184 if (B->isGLValue()) in VisitBinaryOperator() 471 if (CastE->isGLValue()) in VisitCast() 512 if (CastE->isGLValue()) in VisitCast() 565 if (CastE->isGLValue()) in VisitCast() 596 if (CL->isGLValue()) in VisitCompoundLiteralExpr() 656 if (InitEx->isGLValue()) { in VisitDeclStmt() 784 if (!IE->isGLValue() && !IE->isTransparent() && in VisitInitListExpr() 1033 assert(!U->isGLValue()); in VisitUnaryOperator() 1044 assert (!U->isGLValue()); in VisitUnaryOperator() [all …]
|
| H A D | SValBuilder.cpp | 168 if (Ex->isGLValue()) in conjureSymbolVal() 413 if (E->isGLValue()) in getConstantVal()
|
| H A D | ExprEngine.cpp | 462 if (Result->isGLValue()) { in createTemporaryRegionIfNeeded() 3206 assert(Ex->isGLValue() || VD->getType()->isVoidType()); in VisitCommonDeclRefExpr() 3231 assert(!Ex->isGLValue()); in VisitCommonDeclRefExpr() 3446 bool IsGLValueLike = A->isGLValue() || in VisitArraySubscriptExpr() 3534 if (M->isGLValue() || M->getType()->isArrayType()) { in VisitMemberExpr() 3539 if (!M->isGLValue()) { in VisitMemberExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Transfer.cpp | 133 assert(From.isGLValue() == To.isGLValue()); in propagateValueOrStorageLocation() 134 if (From.isGLValue()) in propagateValueOrStorageLocation() 219 if (!S->isGLValue()) in VisitDeclRefExpr() 611 if (S->isGLValue()) in VisitCXXOperatorCallExpr() 708 if (S->isGLValue()) { in VisitConditionalOperator()
|
| H A D | DataflowEnvironment.cpp | 675 if (Call->isGLValue()) { in popCall() 875 assert(E.isGLValue() || in setStorageLocation() 884 assert(E.isGLValue() || in getStorageLocation()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | CheckExprLifetime.cpp | 589 if (Arg->isGLValue()) in visitFunctionCallArguments() 617 if (Arg->isGLValue()) in visitFunctionCallArguments() 727 if (CE->getSubExpr()->isGLValue()) in visitLocalsRetainedByReferenceBinding() 998 if (E->isGLValue()) in visitLocalsRetainedByInitializer() 1029 if (I->isGLValue()) in visitLocalsRetainedByInitializer() 1376 << ExtendingEntity->getDecl() << Init->isGLValue() << DiagRange; in checkExprLifetimeImpl() 1629 if (Init->isGLValue()) in checkExprLifetimeImpl()
|
| H A D | SemaCast.cpp | 1614 if (!SrcExpr->isGLValue()) in TryLValueToRValueCast() 2308 if (!SrcExpr.get()->isGLValue()) { in TryReinterpretCast()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Context.h | 84 if (E->isGLValue()) in classify()
|
| H A D | EvalEmitter.cpp | 60 this->ConvertResultToRValue = !Init->isGLValue() && !T->isPointerType() && in interpretDecl()
|
| H A D | Context.cpp | 61 auto Res = C.interpretExpr(E, /*ConvertResultToRValue=*/E->isGLValue()); in evaluateAsRValue()
|
| H A D | Compiler.cpp | 2275 if (E->isGLValue()) in VisitMemberExpr() 3968 if (E->isGLValue()) { in VisitExtVectorElementExpr() 4035 assert(SubExpr->isGLValue()); in VisitCXXStdInitializerListExpr() 4110 if (!E->isGLValue() && !E->getType()->isAnyComplexType() && in visit() 5055 if (!Base->isGLValue()) in VisitCallExpr() 6194 return E->isGLValue() || this->emitLoadPop(*T, E); in VisitUnaryOperator() 6239 return E->isGLValue() || this->emitLoadPop(*T, E); in VisitUnaryOperator() 7057 if (SubExpr->isGLValue() || FromType->isVectorType()) { in emitBuiltinBitCast()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenCall.cpp | 649 assert(argType->isReferenceType() == e->isGLValue() && in emitCallArg() 652 if (e->isGLValue()) { in emitCallArg()
|
| H A D | CIRGenExprConstant.cpp | 640 if (ce->isGLValue()) in tryEmitConstantExpr()
|
| H A D | CIRGenExprScalar.cpp | 1744 assert(subExpr->isGLValue() && "lvalue-to-rvalue applied to r-value!"); in VisitCastExpr() 1919 if (e->isGLValue()) { in VisitUnaryReal() 1940 if (e->isGLValue()) { in VisitUnaryImag()
|
| H A D | CIRGenFunction.cpp | 801 if (ice->isGLValue()) in shouldNullCheckClassCastValue()
|
| H A D | CIRGenFunction.h | 163 return expr->isGLValue() || expr->getType()->isFunctionType() || in shouldBindAsLValue()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CallAndMessageChecker.cpp | 142 if (BadE->isGLValue()) in emitBadCall()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UninitializedValues.cpp | 441 if ((*I)->isGLValue()) { in VisitCallExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ProgramState.h | 797 if (Ex->isGLValue() || Loc::isLocType(T) || in getSValAsScalarOrLoc()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 466 if (E->isGLValue()) in VisitConstantExpr() 541 if (E->isGLValue()) in VisitOpaqueValueExpr() 2360 if (ICE->isGLValue()) in ShouldNullCheckClassCastValue() 2715 assert(E->isGLValue() && "lvalue-to-rvalue applied to r-value!"); in VisitCastExpr() 3649 if (E->isGLValue()) { in VisitReal() 3688 if (Op->isGLValue()) { in VisitImag() 3706 if (Op->isGLValue()) in VisitImag()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 143 if (RD->isPolymorphic() && E->isGLValue()) in isPotentiallyEvaluated() 172 if (!CE->getSubExpr()->isGLValue()) in isGLValueFromPointerDeref()
|
| H A D | Expr.cpp | 2464 if (isGLValue()) { in isTransparent() 2557 if (!isGLValue() || !getType().isVolatileQualified()) in isReadIfDiscardedInCPlusPlus11() 4134 (ICE->isGLValue() && ICE->getCastKind() == CK_NoOp)) in getSourceBitField() 4188 if (ICE->isGLValue() && ICE->getCastKind() == CK_NoOp) in refersToVectorElement()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 562 if (CE->isGLValue()) { in handleConstMemberCall()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 279 bool isGLValue() const { return getValueKind() != VK_PRValue; } in isGLValue() function 381 bool isGLValue() const { return Kind <= CL_XValue; } in isGLValue() function 3570 bool hasStaticStorage() const { return isFileScope() && isGLValue(); } in hasStaticStorage() 3739 return (isGLValue() && (getType().isVolatileQualified() != in changesVolatileQualification()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CFG.h | 195 return !E->isGLValue() && in isCXXRecordTypedCall()
|