Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp503 const ConstructionContext *CallEvent::getConstructionContext() const { in getConstructionContext() function in CallEvent
510 return Ctor->getConstructionContext(); in getConstructionContext()
514 return RecCall->getConstructionContext(); in getConstructionContext()
541 const auto *CC = getConstructionContext(); in getReturnValueUnderConstruction()
HDExprEngineCXX.cpp227 RTC->getConstructionContext(), CallOpts); in computeObjectUnderConstruction()
451 RTC->getConstructionContext(), CallOpts); in updateObjectsUnderConstruction()
613 const ConstructionContext *CC = C ? C->getConstructionContext() : nullptr; in handleConstructor()
HDExprEngineCallAndReturn.cpp775 RTC->getConstructionContext(), CallOpts); in bindReturnValue()
866 const ConstructionContext *CC = CCE ? CCE->getConstructionContext() in mayInlineCallKind()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDCFG.h165 const ConstructionContext *getConstructionContext() const { in getConstructionContext() function
211 const ConstructionContext *getConstructionContext() const { in getConstructionContext() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDSmartPtrModeling.cpp335 Call.getConstructionContext(), {}); in evalCall()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCallEvent.h448 const ConstructionContext *getConstructionContext() const;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp5799 print_construction_context(OS, Helper, VTC->getConstructionContext()); in print_elem()
5808 print_construction_context(OS, Helper, CE->getConstructionContext()); in print_elem()