Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp445 const Expr *Ex = getCXXThisExpr()->ignoreParenBaseCasts(); in getExtraInvalidatedValues()
460 const Expr *Base = getCXXThisExpr(); in getCXXThisVal()
566 const Expr *CXXMemberCall::getCXXThisExpr() const { in getCXXThisExpr() function in CXXMemberCall
583 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const { in getCXXThisExpr() function in CXXMemberOperatorCall
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h627 virtual const Expr *getCXXThisExpr() const { return nullptr; } in getCXXThisExpr() function
674 const Expr *getCXXThisExpr() const override;
715 const Expr *getCXXThisExpr() const override;
/external/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp372 emitBadCall(BT_cxx_call_undef.get(), C, CC->getCXXThisExpr()); in checkPreCall()
384 emitBadCall(BT_cxx_call_null.get(), C, CC->getCXXThisExpr()); in checkPreCall()
DMallocChecker.cpp2211 if (!Sym || checkUseAfterFree(Sym, C, CC->getCXXThisExpr())) in checkPreCall()