Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp123 EvalCallOptions &CallOpts, unsigned Idx) { in computeObjectUnderConstruction() argument
139 CallOpts.IsArrayCtorOrDtor, Idx); in computeObjectUnderConstruction()
171 return makeElementRegion(State, FieldVal, Ty, CallOpts.IsArrayCtorOrDtor, in computeObjectUnderConstruction()
182 CallOpts.IsArrayCtorOrDtor = true; in computeObjectUnderConstruction()
226 RTC->getConstructionContext(), CallOpts); in computeObjectUnderConstruction()
262 EvalCallOptions PreElideCallOpts = CallOpts; in computeObjectUnderConstruction()
266 TCC->getConstructionContextAfterElision(), CallOpts); in computeObjectUnderConstruction()
271 if (!CallOpts.IsCtorOrDtorWithImproperlyModeledTargetRegion) in computeObjectUnderConstruction()
276 CallOpts = PreElideCallOpts; in computeObjectUnderConstruction()
277 CallOpts.IsElidableCtorThatHasNotBeenElided = true; in computeObjectUnderConstruction()
[all …]
H A DExprEngineCallAndReturn.cpp775 EvalCallOptions CallOpts; // FIXME: We won't really need those. in bindReturnValue() local
778 RTC->getConstructionContext(), CallOpts); in bindReturnValue()
846 const EvalCallOptions &CallOpts) { in mayInlineCallKind() argument
874 if (CallOpts.IsArrayCtorOrDtor) { in mayInlineCallKind()
896 if (CallOpts.IsTemporaryCtorOrDtor && in mayInlineCallKind()
903 if (CallOpts.IsCtorOrDtorWithImproperlyModeledTargetRegion) in mayInlineCallKind()
908 if (CallOpts.IsTemporaryLifetimeExtendedViaAggregate) in mayInlineCallKind()
928 if (CallOpts.IsArrayCtorOrDtor) { in mayInlineCallKind()
936 if (CallOpts.IsTemporaryCtorOrDtor && in mayInlineCallKind()
943 if (CallOpts.IsCtorOrDtorWithImproperlyModeledTargetRegion) in mayInlineCallKind()
[all …]
H A DExprEngine.cpp1372 EvalCallOptions CallOpts; in ProcessAutomaticObjDtor() local
1374 CallOpts.IsArrayCtorOrDtor, Idx) in ProcessAutomaticObjDtor()
1389 /*IsBase=*/false, Pred, Dst, CallOpts); in ProcessAutomaticObjDtor()
1421 EvalCallOptions CallOpts; in ProcessDeleteDtor() local
1425 CallOpts.IsArrayCtorOrDtor = true; in ProcessDeleteDtor()
1463 VisitCXXDestructor(DTy, ArgR, DE, /*IsBase=*/false, Pred, Dst, CallOpts); in ProcessDeleteDtor()
1481 EvalCallOptions CallOpts; in ProcessBaseDtor() local
1483 /*IsBase=*/true, Pred, Dst, CallOpts); in ProcessBaseDtor()
1524 EvalCallOptions CallOpts; in ProcessMemberDtor() local
1526 makeElementRegion(State, FieldVal, T, CallOpts.IsArrayCtorOrDtor, Idx); in ProcessMemberDtor()
[all …]
H A DCheckerManager.cpp655 const EvalCallOptions &CallOpts) { in runCheckersForEvalCall() argument
706 Eng.defaultEvalCall(B, Pred, Call, CallOpts); in runCheckersForEvalCall()
H A DCallEvent.cpp522 EvalCallOptions CallOpts; in getReturnValueUnderConstruction() local
526 getLocationContext(), CC, CallOpts); in getReturnValueUnderConstruction()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h720 const EvalCallOptions &CallOpts = {});
739 EvalCallOptions &CallOpts,
749 const ConstructionContext *CC, const EvalCallOptions &CallOpts);
756 EvalCallOptions &CallOpts, unsigned Idx = 0) {
759 CallOpts, Idx);
760 State = updateObjectsUnderConstruction(V, E, State, LCtx, CC, CallOpts);
803 const EvalCallOptions &CallOpts);
827 const EvalCallOptions &CallOpts = {});
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h441 const EvalCallOptions &CallOpts);