Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp866 Bldr.takeNodes(Pred); in Visit()
876 Bldr.takeNodes(Pred); in Visit()
929 Bldr.takeNodes(Pred); in Visit()
939 Bldr.takeNodes(Pred); in Visit()
987 Bldr.takeNodes(Pred); in Visit()
1015 Bldr.takeNodes(Pred); in Visit()
1021 Bldr.takeNodes(Pred); in Visit()
1027 Bldr.takeNodes(Pred); in Visit()
1033 Bldr.takeNodes(Pred); in Visit()
1040 Bldr.takeNodes(Pred); in Visit()
[all …]
DExprEngineCXX.cpp59 Bldr.takeNodes(Pred); in performTrivialCopy()
524 Bldr.takeNodes(NewN); in VisitCXXNewExpr()
DExprEngineC.cpp538 B.takeNodes(UpdatedN); in VisitDeclStmt()
806 Bldr.takeNodes(*I); in VisitUnaryOperator()
1006 Bldr.takeNodes(*I); in VisitIncrementDecrementOperator()
DExprEngineCallAndReturn.cpp447 Bldr.takeNodes(Pred); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1345 Bldr.takeNodes(Pred); in Visit()
1356 Bldr.takeNodes(Pred); in Visit()
1418 Bldr.takeNodes(Pred); in Visit()
1428 Bldr.takeNodes(Pred); in Visit()
1474 Bldr.takeNodes(Pred); in Visit()
1512 Bldr.takeNodes(Pred); in Visit()
1522 Bldr.takeNodes(Pred); in Visit()
1528 Bldr.takeNodes(Pred); in Visit()
1534 Bldr.takeNodes(Pred); in Visit()
1541 Bldr.takeNodes(Pred); in Visit()
[all …]
DExprEngineC.cpp638 B.takeNodes(UpdatedN); in VisitDeclStmt()
951 Bldr.takeNodes(*I); in VisitUnaryOperator()
1103 Bldr.takeNodes(*I); in VisitIncrementDecrementOperator()
1171 Bldr.takeNodes(*I); in VisitIncrementDecrementOperator()
DExprEngineCXX.cpp71 Bldr.takeNodes(Pred); in performTrivialCopy()
935 Bldr.takeNodes(NewN); in VisitCXXNewExpr()
DExprEngineCallAndReturn.cpp472 Bldr.takeNodes(Pred); in REGISTER_MAP_WITH_PROGRAMSTATE()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h329 void takeNodes(const ExplodedNodeSet &S) { in takeNodes() function
334 void takeNodes(ExplodedNode *N) { Frontier.erase(N); } in takeNodes() function
390 EnclosingBldr->takeNodes(SrcNode); in NodeBuilder()
399 EnclosingBldr->takeNodes(I); in NodeBuilder()
447 takeNodes(SrcNode); in BranchNodeBuilder()
455 takeNodes(SrcSet); in BranchNodeBuilder()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h301 void takeNodes(const ExplodedNodeSet &S) { in takeNodes() function
305 void takeNodes(ExplodedNode *N) { Frontier.erase(N); } in takeNodes() function
360 EnclosingBldr->takeNodes(SrcNode); in NodeBuilder()
370 EnclosingBldr->takeNodes(*I); in NodeBuilder()
417 takeNodes(SrcNode); in BranchNodeBuilder()
425 takeNodes(SrcSet); in BranchNodeBuilder()
/external/llvm-project/llvm/include/llvm/CodeGen/
DDIE.h553 void takeNodes(IntrusiveBackList<T> &Other) { in takeNodes() function
709 void takeValues(DIEValueList &Other) { List.takeNodes(Other.List); } in takeValues()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h553 void takeNodes(IntrusiveBackList<T> &Other) { in takeNodes() function
698 void takeValues(DIEValueList &Other) { List.takeNodes(Other.List); } in takeValues()