Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrChecker.cpp65 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); in checkPreCall()
H A DInnerPointerChecker.cpp122 if (const auto *MemOpCall = dyn_cast<CXXMemberOperatorCall>(&Call)) { in isInvalidatingMemberFunction()
176 bool isaMemberOpCall = isa<CXXMemberOperatorCall>(FC); in checkFunctionArguments()
H A DSmartPtrModeling.cpp735 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); in handleAssignOp()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h739 class CXXMemberOperatorCall : public CXXInstanceCall {
743 CXXMemberOperatorCall(const CXXOperatorCallExpr *CE, ProgramStateRef St, in CXXMemberOperatorCall() function
746 CXXMemberOperatorCall(const CXXMemberOperatorCall &Other) = default;
749 new (Dest) CXXMemberOperatorCall(*this); in cloneTo()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp878 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const { in getCXXThisExpr()
1418 return create<CXXMemberOperatorCall>(OpCE, State, LCtx); in getSimpleCall()