Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h729 class CXXStaticOperatorCall : public SimpleFunctionCall {
733 CXXStaticOperatorCall(const CXXOperatorCallExpr *CE, ProgramStateRef St, in CXXStaticOperatorCall() function
737 CXXStaticOperatorCall(const CXXStaticOperatorCall &Other) = default;
740 new (Dest) CXXStaticOperatorCall(*this); in cloneTo()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1415 return create<CXXStaticOperatorCall>(OpCE, State, LCtx, ElemRef); in getSimpleCall()