Home
last modified time | relevance | path

Searched refs:CallOpts (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp174 CallOpts.IsArrayCtorOrDtor = true; in computeObjectUnderConstruction()
208 RTC->getConstructionContext(), CallOpts); in computeObjectUnderConstruction()
244 EvalCallOptions PreElideCallOpts = CallOpts; in computeObjectUnderConstruction()
258 CallOpts = PreElideCallOpts; in computeObjectUnderConstruction()
259 CallOpts.IsElidableCtorThatHasNotBeenElided = true; in computeObjectUnderConstruction()
266 CallOpts.IsTemporaryCtorOrDtor = true; in computeObjectUnderConstruction()
289 CallOpts.IsTemporaryCtorOrDtor = true; in computeObjectUnderConstruction()
408 RTC->getConstructionContext(), CallOpts); in updateObjectsUnderConstruction()
491 EvalCallOptions CallOpts; in handleConstructor() local
622 !CallOpts.IsArrayCtorOrDtor) { in handleConstructor()
[all …]
H A DExprEngineCallAndReturn.cpp669 EvalCallOptions CallOpts; // FIXME: We won't really need those. in bindReturnValue() local
735 const EvalCallOptions &CallOpts) { in mayInlineCallKind() argument
768 if (CallOpts.IsArrayCtorOrDtor) in mayInlineCallKind()
788 if (CallOpts.IsTemporaryCtorOrDtor && in mayInlineCallKind()
795 if (CallOpts.IsCtorOrDtorWithImproperlyModeledTargetRegion) in mayInlineCallKind()
800 if (CallOpts.IsTemporaryLifetimeExtendedViaAggregate) in mayInlineCallKind()
821 if (CallOpts.IsArrayCtorOrDtor) in mayInlineCallKind()
825 if (CallOpts.IsTemporaryCtorOrDtor && in mayInlineCallKind()
832 if (CallOpts.IsCtorOrDtorWithImproperlyModeledTargetRegion) in mayInlineCallKind()
1049 const EvalCallOptions &CallOpts) { in defaultEvalCall() argument
[all …]
H A DExprEngine.cpp977 EvalCallOptions CallOpts; in ProcessAutomaticObjDtor() local
982 /*IsBase=*/false, Pred, Dst, CallOpts); in ProcessAutomaticObjDtor()
1008 EvalCallOptions CallOpts; in ProcessDeleteDtor() local
1014 CallOpts.IsArrayCtorOrDtor = true; in ProcessDeleteDtor()
1040 EvalCallOptions CallOpts; in ProcessBaseDtor() local
1042 /*IsBase=*/true, Pred, Dst, CallOpts); in ProcessBaseDtor()
1061 EvalCallOptions CallOpts; in ProcessMemberDtor() local
1066 /*IsBase=*/false, Pred, Dst, CallOpts); in ProcessMemberDtor()
1111 EvalCallOptions CallOpts; in ProcessTemporaryDtor() local
1112 CallOpts.IsTemporaryCtorOrDtor = true; in ProcessTemporaryDtor()
[all …]
H A DCheckerManager.cpp656 const EvalCallOptions &CallOpts) { in runCheckersForEvalCall() argument
691 Eng.defaultEvalCall(B, Pred, Call, CallOpts); in runCheckersForEvalCall()
H A DCallEvent.cpp565 EvalCallOptions CallOpts; in getReturnValueUnderConstruction() local
569 getLocationContext(), CC, CallOpts); in getReturnValueUnderConstruction()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h717 const EvalCallOptions &CallOpts = {});
727 const ConstructionContext *CC, EvalCallOptions &CallOpts);
736 const ConstructionContext *CC, const EvalCallOptions &CallOpts);
742 const ConstructionContext *CC, EvalCallOptions &CallOpts) { in handleConstructionContext() argument
743 SVal V = computeObjectUnderConstruction(E, State, LCtx, CC, CallOpts); in handleConstructionContext()
745 updateObjectsUnderConstruction(V, E, State, LCtx, CC, CallOpts), V); in handleConstructionContext()
786 const EvalCallOptions &CallOpts);
810 const EvalCallOptions &CallOpts = {});
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h442 const EvalCallOptions &CallOpts);