Home
last modified time | relevance | path

Searched refs:isConsumedExpr (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DParentMap.h56 bool isConsumedExpr(Expr *E) const;
58 bool isConsumedExpr(const Expr *E) const { in isConsumedExpr() function
59 return isConsumedExpr(const_cast<Expr*>(E)); in isConsumedExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMap.cpp175 bool ParentMap::isConsumedExpr(Expr* E) const { in isConsumedExpr() function in ParentMap
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp137 if (!PM.isConsumedExpr(Ex)) in shouldCollect()
H A DBugReporter.cpp630 if (isa<Expr>(S) && PM.isConsumedExpr(cast<Expr>(S))) in getEnclosingParent()
1868 if (isa<Expr>(s1End) && PM.isConsumedExpr(cast<Expr>(s1End))) { in optimizeEdges()
H A DExprEngine.cpp1026 return !PM.isConsumedExpr(cast<Expr>(S)); in shouldRemoveDeadBindings()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp346 .isConsumedExpr(Call.getOriginExpr()); in isReceiverUnconsumedSelf()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1591 if (!PM.isConsumedExpr(NE) && hasNonTrivialConstructorCall(NE)) in processNewAllocation()