Searched refs:CallOpts (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 124 EvalCallOptions &CallOpts, unsigned Idx) { in computeObjectUnderConstruction() argument 140 CallOpts.IsArrayCtorOrDtor, Idx); in computeObjectUnderConstruction() 172 return makeElementRegion(State, FieldVal, Ty, CallOpts.IsArrayCtorOrDtor, in computeObjectUnderConstruction() 183 CallOpts.IsArrayCtorOrDtor = true; in computeObjectUnderConstruction() 227 RTC->getConstructionContext(), CallOpts); in computeObjectUnderConstruction() 263 EvalCallOptions PreElideCallOpts = CallOpts; in computeObjectUnderConstruction() 267 TCC->getConstructionContextAfterElision(), CallOpts); in computeObjectUnderConstruction() 272 if (!CallOpts.IsCtorOrDtorWithImproperlyModeledTargetRegion) in computeObjectUnderConstruction() 277 CallOpts = PreElideCallOpts; in computeObjectUnderConstruction() 278 CallOpts.IsElidableCtorThatHasNotBeenElided = true; in computeObjectUnderConstruction() [all …]
|
H A D | ExprEngineCallAndReturn.cpp | 772 EvalCallOptions CallOpts; // FIXME: We won't really need those. in bindReturnValue() local 775 RTC->getConstructionContext(), CallOpts); in bindReturnValue() 844 const EvalCallOptions &CallOpts) { in mayInlineCallKind() argument 873 if (CallOpts.IsArrayCtorOrDtor) { in mayInlineCallKind() 895 if (CallOpts.IsTemporaryCtorOrDtor && in mayInlineCallKind() 902 if (CallOpts.IsCtorOrDtorWithImproperlyModeledTargetRegion) in mayInlineCallKind() 907 if (CallOpts.IsTemporaryLifetimeExtendedViaAggregate) in mayInlineCallKind() 927 if (CallOpts.IsArrayCtorOrDtor) { in mayInlineCallKind() 935 if (CallOpts.IsTemporaryCtorOrDtor && in mayInlineCallKind() 942 if (CallOpts.IsCtorOrDtorWithImproperlyModeledTargetRegion) in mayInlineCallKind() [all …]
|
H A D | ExprEngine.cpp | 1388 EvalCallOptions CallOpts; in ProcessAutomaticObjDtor() local 1390 CallOpts.IsArrayCtorOrDtor, Idx) in ProcessAutomaticObjDtor() 1406 /*IsBase=*/false, Pred, Dst, CallOpts); in ProcessAutomaticObjDtor() 1438 EvalCallOptions CallOpts; in ProcessDeleteDtor() local 1442 CallOpts.IsArrayCtorOrDtor = true; in ProcessDeleteDtor() 1482 VisitCXXDestructor(DTy, ArgR, DE, /*IsBase=*/false, Pred, Dst, CallOpts); in ProcessDeleteDtor() 1500 EvalCallOptions CallOpts; in ProcessBaseDtor() local 1502 /*IsBase=*/true, Pred, Dst, CallOpts); in ProcessBaseDtor() 1544 EvalCallOptions CallOpts; in ProcessMemberDtor() local 1546 makeElementRegion(State, FieldVal, T, CallOpts.IsArrayCtorOrDtor, Idx); in ProcessMemberDtor() [all …]
|
H A D | CheckerManager.cpp | 655 const EvalCallOptions &CallOpts) { in runCheckersForEvalCall() argument 706 Eng.defaultEvalCall(B, Pred, Call, CallOpts); in runCheckersForEvalCall()
|
H A D | CallEvent.cpp | 545 EvalCallOptions CallOpts; in getReturnValueUnderConstruction() local 549 getLocationContext(), CC, CallOpts); in getReturnValueUnderConstruction()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 705 const EvalCallOptions &CallOpts = {}); 724 EvalCallOptions &CallOpts, 734 const ConstructionContext *CC, const EvalCallOptions &CallOpts); 741 EvalCallOptions &CallOpts, unsigned Idx = 0) { 744 CallOpts, Idx); 745 State = updateObjectsUnderConstruction(V, E, State, LCtx, CC, CallOpts); 779 const EvalCallOptions &CallOpts); 803 const EvalCallOptions &CallOpts = {});
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 441 const EvalCallOptions &CallOpts);
|