Home
last modified time | relevance | path

Searched refs:getCXXThisExpr (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h538 virtual const Expr *getCXXThisExpr() const { return nullptr; } in getCXXThisExpr() function
585 const Expr *getCXXThisExpr() const override;
626 const Expr *getCXXThisExpr() const override;
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp410 const Expr *Base = getCXXThisExpr(); in getCXXThisVal()
516 const Expr *CXXMemberCall::getCXXThisExpr() const { in getCXXThisExpr() function in CXXMemberCall
533 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const { in getCXXThisExpr() function in CXXMemberOperatorCall
/external/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp365 emitBadCall(BT_cxx_call_undef.get(), C, CC->getCXXThisExpr()); in checkPreCall()
377 emitBadCall(BT_cxx_call_null.get(), C, CC->getCXXThisExpr()); in checkPreCall()
DMallocChecker.cpp1881 if (!Sym || checkUseAfterFree(Sym, C, CC->getCXXThisExpr())) in checkPreCall()