Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h955 class AnyCXXConstructorCall : public AnyFunctionCall {
957 AnyCXXConstructorCall(const Expr *E, const MemRegion *Target, in AnyCXXConstructorCall() function
986 class CXXConstructorCall : public AnyCXXConstructorCall {
1004 : AnyCXXConstructorCall(CE, Target, St, LCtx, ElemRef) {} in CXXConstructorCall()
1055 class CXXInheritedConstructorCall : public AnyCXXConstructorCall {
1063 : AnyCXXConstructorCall(CE, Target, St, LCtx, ElemRef) {} in CXXInheritedConstructorCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp932 SVal AnyCXXConstructorCall::getCXXThisVal() const { in getCXXThisVal()
938 void AnyCXXConstructorCall::getExtraInvalidatedValues(ValueList &Values, in getExtraInvalidatedValues()
955 void AnyCXXConstructorCall::getInitialStackFrameContents( in getInitialStackFrameContents()