Home
last modified time | relevance | path

Searched refs:isGLValue (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp73 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 DSValBuilder.cpp170 if (Ex->isGLValue()) in conjureSymbolVal()
412 if (E->isGLValue()) in getConstantVal()
H A DExprEngine.cpp461 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 DBugReporterVisitors.cpp1053 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 DTransfer.cpp112 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 DDataflowEnvironment.cpp550 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 DContext.cpp63 if (E->isGLValue()) { in evaluateAsRValue()
H A DByteCodeExprGen.h133 if (E->isGLValue()) { in classify()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp144 if (BadE->isGLValue()) in emitBadCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp448 if ((*I)->isGLValue()) { in VisitCallExpr()
H A DCFG.cpp749 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 DCGExprScalar.cpp423 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 DCGExpr.cpp4546 } 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 DCGExprComplex.cpp164 if (E->isGLValue()) in VisitOpaqueValueExpr()
H A DCGExprAgg.cpp208 if (E->isGLValue()) { in VisitPseudoObjectExpr()
H A DCGExprCXX.cpp2155 if (!CE->getSubExpr()->isGLValue()) in isGLValueFromPointerDeref()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h816 if (Ex->isGLValue() || Loc::isLocType(T) || in getSValAsScalarOrLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp6002 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 DSemaCast.cpp1530 if (!SrcExpr->isGLValue()) in TryLValueToRValueCast()
2268 if (!SrcExpr.get()->isGLValue()) { in TryReinterpretCast()
H A DSemaPseudoObject.cpp237 if (exp->isGLValue()) in CanCaptureValue()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2411 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 DExprConstant.cpp4697 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 DExprCXX.cpp144 if (RD->isPolymorphic() && E->isGLValue()) in isPotentiallyEvaluated()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h194 return !E->isGLValue() && in isCXXRecordTypedCall()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h275 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()

12