Home
last modified time | relevance | path

Searched defs:hasPredecessor (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/linter/
DUtils.ts604 export function hasPredecessor(node: Node, predicate: (node: Node) => boolean): boolean { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp9149 bool SDNode::hasPredecessor(const SDNode *N) const { in hasPredecessor() function in SDNode