Home
last modified time | relevance | path

Searched refs:takeNodes (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1403 Bldr.takeNodes(Pred); in ProcessAutomaticObjDtor()
1480 Bldr.takeNodes(Pred); in ProcessDeleteDtor()
1558 Bldr.takeNodes(Pred); in ProcessMemberDtor()
1880 Bldr.takeNodes(Pred); in Visit()
1891 Bldr.takeNodes(Pred); in Visit()
1902 Bldr.takeNodes(Pred); in Visit()
1960 Bldr.takeNodes(Pred); in Visit()
1970 Bldr.takeNodes(Pred); in Visit()
2016 Bldr.takeNodes(Pred); in Visit()
2054 Bldr.takeNodes(Pred); in Visit()
[all …]
H A DExprEngineCXX.cpp68 Bldr.takeNodes(Pred); in performTrivialCopy()
1078 Bldr.takeNodes(Pred); in VisitCXXNewExpr()
1085 Bldr.takeNodes(Pred); in VisitCXXNewExpr()
1120 Bldr.takeNodes(NewN); in VisitCXXNewExpr()
H A DExprEngineC.cpp627 B.takeNodes(UpdatedN); in VisitDeclStmt()
935 Bldr.takeNodes(N); in VisitUnaryOperator()
1086 Bldr.takeNodes(N); in VisitIncrementDecrementOperator()
1154 Bldr.takeNodes(N); in VisitIncrementDecrementOperator()
H A DExprEngineCallAndReturn.cpp572 Bldr.takeNodes(Pred); in inlineCall()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h333 void takeNodes(const ExplodedNodeSet &S) { in takeNodes() function
338 void takeNodes(ExplodedNode *N) { Frontier.erase(N); } in takeNodes() function
394 EnclosingBldr->takeNodes(SrcNode); in NodeBuilder()
403 EnclosingBldr->takeNodes(I); in NodeBuilder()
451 takeNodes(SrcNode); in BranchNodeBuilder()
459 takeNodes(SrcSet); in BranchNodeBuilder()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h579 void takeNodes(IntrusiveBackList<T> &Other) { in takeNodes() function
805 void takeValues(DIEValueList &Other) { List.takeNodes(Other.List); } in takeValues()