Home
last modified time | relevance | path

Searched refs:AnyCXXConstructorCall (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCallEvent.h948 class AnyCXXConstructorCall : public AnyFunctionCall {
950 AnyCXXConstructorCall(const Expr *E, const MemRegion *Target, in AnyCXXConstructorCall() function
979 class CXXConstructorCall : public AnyCXXConstructorCall {
997 : AnyCXXConstructorCall(CE, Target, St, LCtx, ElemRef) {} in CXXConstructorCall()
1048 class CXXInheritedConstructorCall : public AnyCXXConstructorCall {
1056 : AnyCXXConstructorCall(CE, Target, St, LCtx, ElemRef) {} in CXXInheritedConstructorCall()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp920 SVal AnyCXXConstructorCall::getCXXThisVal() const { in getCXXThisVal()
926 void AnyCXXConstructorCall::getExtraInvalidatedValues(ValueList &Values, in getExtraInvalidatedValues()
935 void AnyCXXConstructorCall::getInitialStackFrameContents( in getInitialStackFrameContents()