Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngineC.cpp73 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 …]
HDSValBuilder.cpp147 if (Ex->isGLValue()) in conjureSymbolVal()
360 if (E->isGLValue()) in getConstantVal()
HDExprEngine.cpp446 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()
HDBugReporterVisitors.cpp985 if (cast<Expr>(S)->isGLValue()) in addVisitorIfNecessary()
1033 if (RetE->isGLValue()) { in visitNodeInitial()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDByteCodeExprGen.h103 return E->isGLValue() ? PT_Ptr : classify(E->getType()); in classify()
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDCallAndMessageChecker.cpp101 if (BadE->isGLValue()) in emitBadCall()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDUninitializedValues.cpp482 if ((*I)->isGLValue()) { in VisitCallExpr()
HDCFG.cpp730 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/
HDProgramState.h769 if (Ex->isGLValue() || Loc::isLocType(T) || in getSValAsScalarOrLoc()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprScalar.cpp498 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()
HDCGExprComplex.cpp160 if (E->isGLValue()) in VisitOpaqueValueExpr()
HDCGExpr.cpp3875 } else if (E->getBase()->isGLValue()) { in EmitExtVectorElementExpr()
4255 if (!E->isGLValue()) in EmitInitListLValue()
4279 if (!expr->isGLValue()) { in EmitConditionalOperatorLValue()
HDCGExprAgg.cpp191 if (E->isGLValue()) { in VisitPseudoObjectExpr()
HDCGExprCXX.cpp2088 if (!CE->getSubExpr()->isGLValue()) in isGLValueFromPointerDeref()
HDCGCall.cpp3601 assert(type->isReferenceType() == E->isGLValue() && in EmitCallArg()
3604 if (E->isGLValue()) { in EmitCallArg()
HDCGObjC.cpp994 if (getter->isGLValue()) in hasTrivialGetExpr()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaInit.cpp5436 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()
HDSemaCast.cpp1303 if (!SrcExpr->isGLValue()) in TryLValueToRValueCast()
2040 if (!SrcExpr.get()->isGLValue()) { in TryReinterpretCast()
HDSemaPseudoObject.cpp239 if (exp->isGLValue()) in CanCaptureValue()
HDSemaExprCXX.cpp490 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/
HDCFG.h193 return !E->isGLValue() && in isCXXRecordTypedCall()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp4073 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()
HDExprCXX.cpp141 if (RD->isPolymorphic() && E->isGLValue()) in isPotentiallyEvaluated()
HDExpr.cpp2307 if (isGLValue()) { in isTransparent()
2687 if (CE->getSubExpr()->isGLValue() && in isUnusedResultAWarning()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h261 bool isGLValue() const { return getValueKind() != VK_RValue; } in isGLValue() function
363 bool isGLValue() const { return Kind <= CL_XValue; } in isGLValue() function

12