Home
last modified time | relevance | path

Searched defs:IsSink (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp303 bool IsSink, in getNode()
341 bool IsSink) { in createUncachedNode()
DCoreEngine.cpp688 bool IsSink) { in generateNode()
724 bool IsSink) { in generateDefaultCaseNode()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h126 bool IsSink) in ExplodedNode()
163 bool IsSink) { in Profile()
/external/tensorflow/tensorflow/core/graph/
Dgraph.h142 bool IsSink() const { return id() == 1; } in IsSink() function
735 inline bool IsSink(const Node* node) { return node->IsSink(); } in IsSink() function