Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp176 CallOpts.IsArrayCtorOrDtor = true; in computeObjectUnderConstruction()
250 EvalCallOptions PreElideCallOpts = CallOpts; in computeObjectUnderConstruction()
264 CallOpts = PreElideCallOpts; in computeObjectUnderConstruction()
272 CallOpts.IsTemporaryCtorOrDtor = true; in computeObjectUnderConstruction()
294 CallOpts.IsTemporaryCtorOrDtor = true; in computeObjectUnderConstruction()
303 CallOpts.IsArrayCtorOrDtor = true; in computeObjectUnderConstruction()
312 CallOpts.IsTemporaryCtorOrDtor = true; in computeObjectUnderConstruction()
431 RTC->getConstructionContext(), CallOpts); in updateObjectsUnderConstruction()
574 EvalCallOptions CallOpts; in handleConstructor() local
725 !CallOpts.IsArrayCtorOrDtor) { in handleConstructor()
[all …]
H A DExprEngineCallAndReturn.cpp722 EvalCallOptions CallOpts; // FIXME: We won't really need those. in bindReturnValue() local
788 const EvalCallOptions &CallOpts) { in mayInlineCallKind() argument
821 if (CallOpts.IsArrayCtorOrDtor) { in mayInlineCallKind()
843 if (CallOpts.IsTemporaryCtorOrDtor && in mayInlineCallKind()
850 if (CallOpts.IsCtorOrDtorWithImproperlyModeledTargetRegion) in mayInlineCallKind()
855 if (CallOpts.IsTemporaryLifetimeExtendedViaAggregate) in mayInlineCallKind()
876 if (CallOpts.IsArrayCtorOrDtor) in mayInlineCallKind()
880 if (CallOpts.IsTemporaryCtorOrDtor && in mayInlineCallKind()
887 if (CallOpts.IsCtorOrDtorWithImproperlyModeledTargetRegion) in mayInlineCallKind()
1147 const EvalCallOptions &CallOpts) { in defaultEvalCall() argument
[all …]
H A DExprEngine.cpp1146 EvalCallOptions CallOpts; in ProcessAutomaticObjDtor() local
1148 CallOpts.IsArrayCtorOrDtor) in ProcessAutomaticObjDtor()
1152 /*IsBase=*/false, Pred, Dst, CallOpts); in ProcessAutomaticObjDtor()
1178 EvalCallOptions CallOpts; in ProcessDeleteDtor() local
1184 CallOpts.IsArrayCtorOrDtor = true; in ProcessDeleteDtor()
1210 EvalCallOptions CallOpts; in ProcessBaseDtor() local
1212 /*IsBase=*/true, Pred, Dst, CallOpts); in ProcessBaseDtor()
1231 EvalCallOptions CallOpts; in ProcessMemberDtor() local
1280 EvalCallOptions CallOpts; in ProcessTemporaryDtor() local
1281 CallOpts.IsTemporaryCtorOrDtor = true; in ProcessTemporaryDtor()
[all …]
H A DCheckerManager.cpp657 const EvalCallOptions &CallOpts) { in runCheckersForEvalCall() argument
708 Eng.defaultEvalCall(B, Pred, Call, CallOpts); in runCheckersForEvalCall()
H A DCallEvent.cpp486 EvalCallOptions CallOpts; in getReturnValueUnderConstruction() local
490 getLocationContext(), CC, CallOpts); in getReturnValueUnderConstruction()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h714 const EvalCallOptions &CallOpts = {});
732 EvalCallOptions &CallOpts,
742 const ConstructionContext *CC, const EvalCallOptions &CallOpts);
750 EvalCallOptions &CallOpts, unsigned Idx = 0) {
752 SVal V = computeObjectUnderConstruction(E, State, LCtx, CC, CallOpts, Idx);
753 State = updateObjectsUnderConstruction(V, E, State, LCtx, CC, CallOpts);
796 const EvalCallOptions &CallOpts);
820 const EvalCallOptions &CallOpts = {});
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h441 const EvalCallOptions &CallOpts);