Home
last modified time | relevance | path

Searched refs:CXXMemberOperatorCall (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h747 class CXXMemberOperatorCall : public CXXInstanceCall {
751 CXXMemberOperatorCall(const CXXOperatorCallExpr *CE, ProgramStateRef St, in CXXMemberOperatorCall() function
754 CXXMemberOperatorCall(const CXXMemberOperatorCall &Other) = default;
757 new (Dest) CXXMemberOperatorCall(*this); in cloneTo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp119 if (const auto *MemOpCall = dyn_cast<CXXMemberOperatorCall>(&Call)) { in isInvalidatingMemberFunction()
167 bool isaMemberOpCall = isa<CXXMemberOperatorCall>(FC); in checkFunctionArguments()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp826 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const { in getCXXThisExpr()
1351 return create<CXXMemberOperatorCall>(OpCE, State, LCtx); in getSimpleCall()