Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h847 class AnyCXXConstructorCall : public AnyFunctionCall {
849 AnyCXXConstructorCall(const Expr *E, const MemRegion *Target, in AnyCXXConstructorCall() function
876 class CXXConstructorCall : public AnyCXXConstructorCall {
889 : AnyCXXConstructorCall(CE, Target, St, LCtx) {} in CXXConstructorCall()
938 class CXXInheritedConstructorCall : public AnyCXXConstructorCall {
945 : AnyCXXConstructorCall(CE, Target, St, LCtx) {} in CXXInheritedConstructorCall()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp892 SVal AnyCXXConstructorCall::getCXXThisVal() const { in getCXXThisVal()
898 void AnyCXXConstructorCall::getExtraInvalidatedValues(ValueList &Values, in getExtraInvalidatedValues()
907 void AnyCXXConstructorCall::getInitialStackFrameContents( in getInitialStackFrameContents()