Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrChecker.cpp65 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); in checkPreCall()
H A DInnerPointerChecker.cpp123 if (const auto *MemOpCall = dyn_cast<CXXMemberOperatorCall>(&Call)) { in isInvalidatingMemberFunction()
173 bool isaMemberOpCall = isa<CXXMemberOperatorCall>(FC); in checkFunctionArguments()
H A DSmartPtrModeling.cpp734 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); in handleAssignOp()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h738 class CXXMemberOperatorCall : public CXXInstanceCall {
742 CXXMemberOperatorCall(const CXXOperatorCallExpr *CE, ProgramStateRef St, in CXXMemberOperatorCall() function
745 CXXMemberOperatorCall(const CXXMemberOperatorCall &Other) = default;
748 new (Dest) CXXMemberOperatorCall(*this); in cloneTo()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp808 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const { in getCXXThisExpr()
1348 return create<CXXMemberOperatorCall>(OpCE, State, LCtx); in getSimpleCall()