Home
last modified time | relevance | path

Searched defs:IsSink (Results 1 – 5 of 5) 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h110 bool IsSink; member
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h126 bool IsSink) in ExplodedNode()
163 bool IsSink) { in Profile()
/external/tensorflow/tensorflow/core/graph/
Dgraph.h159 bool IsSink() const { return id() == 1; } in IsSink() function
844 inline bool IsSink(const Node* node) { return node->IsSink(); } in IsSink() function