Home
last modified time | relevance | path

Searched refs:ToNode (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc33 RegExpNode* RegExpAtom::ToNode(RegExpCompiler* compiler, in ToNode() function in v8::internal::RegExpAtom
42 RegExpNode* RegExpText::ToNode(RegExpCompiler* compiler, in ToNode() function in v8::internal::RegExpText
457 RegExpNode* RegExpCharacterClass::ToNode(RegExpCompiler* compiler, in ToNode() function in v8::RegExpCharacterClass
818 RegExpNode* RegExpDisjunction::ToNode(RegExpCompiler* compiler, in RationalizeConsecutiveAtoms() function in v8::RegExpDisjunction
829 return alternatives->at(0)->ToNode(compiler, on_success); in RationalizeConsecutiveAtoms()
839 alternatives->at(i)->ToNode(compiler, on_success)); in RationalizeConsecutiveAtoms()
845 RegExpNode* RegExpQuantifier::ToNode(RegExpCompiler* compiler, in RationalizeConsecutiveAtoms() function in v8::RegExpQuantifier
847 return ToNode(min(), max(), is_greedy(), body(), compiler, on_success); in RationalizeConsecutiveAtoms()
889 RegExpNode* RegExpAssertion::ToNode(RegExpCompiler* compiler, in RationalizeConsecutiveAtoms() function in v8::RegExpAssertion
949 RegExpNode* RegExpBackReference::ToNode(RegExpCompile in RationalizeConsecutiveAtoms() function in v8::RegExpBackReference
957 RegExpNode* RegExpEmpty::ToNode(RegExpCompiler* compiler, RationalizeConsecutiveAtoms() function in v8::RegExpEmpty
962 RegExpNode* RegExpGroup::ToNode(RegExpCompiler* compiler, RationalizeConsecutiveAtoms() function in v8::RegExpGroup
1006 RegExpNode* RegExpLookaround::ToNode(RegExpCompiler* compiler, RationalizeConsecutiveAtoms() function in v8::RegExpLookaround
1028 RegExpNode* RegExpCapture::ToNode(RegExpCompiler* compiler, RationalizeConsecutiveAtoms() function in v8::RegExpCapture
1033 RegExpNode* RegExpCapture::ToNode(RegExpTree* body, int index, RationalizeConsecutiveAtoms() function in v8::RegExpCapture
1131 RegExpNode* RegExpAlternative::ToNode(RegExpCompiler* compiler, RationalizeConsecutiveAtoms() function in v8::RegExpAlternative
1588 RegExpNode* RegExpQuantifier::ToNode(int min, int max, bool is_greedy, RationalizeConsecutiveAtoms() function in v8::RegExpQuantifier
[all...]
H A Dregexp-ast.h155 RegExpNode* ToNode(RegExpCompiler* compiler, RegExpNode* on_success) \
165 virtual RegExpNode* ToNode(RegExpCompiler* compiler,
428 static RegExpNode* ToNode(int min, int max, bool is_greedy, RegExpTree* body,
463 static RegExpNode* ToNode(RegExpTree* body, int index,
H A Dregexp-compiler.cc3915 RegExpCapture::ToNode(data->tree, 0, this, accept()); in PreprocessRegExp()
3920 RegExpNode* loop_node = RegExpQuantifier::ToNode( in PreprocessRegExp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp641 auto ToNode = Item.To; in processWorkListItem() local
643 auto NodeInfo = Graph.getNode(ToNode); in processWorkListItem()
650 // sorting FromNode and ToNode before insertion happens. in processWorkListItem()
655 auto ToNodeBelow = getNodeBelow(Graph, ToNode); in processWorkListItem()
693 if (auto AliasSet = MemSet.getMemoryAliases(ToNode)) { in processWorkListItem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp853 auto ToNode = lookupInMemoryNode(*this, Root.get(), ToPath); in addHardLink() local
856 if (!ToNode || FromNode || !isa<detail::InMemoryFile>(*ToNode)) in addHardLink()
859 cast<detail::InMemoryFile>(*ToNode)); in addHardLink()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h1685 TiXmlNode* ToNode() const { return node; } in ToNode() function in TiXmlHandle
1696 /** @deprecated use ToNode.
1699 TiXmlNode* Node() const { return ToNode(); } in Node()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8169 SDNode *ToNode = To.getNode();
8170 assert(FromNode && ToNode && "Can't modify dbg values");
8174 // TODO: assert(FromNode != ToNode && "Intranode dbg value transfer");
8175 if (From == To || FromNode == ToNode)
8210 Var, Expr, ToNode, To.getResNo(), Dbg->isIndirect(), Dbg->getDebugLoc(),
8211 std::max(ToNode->getIROrder(), Dbg->getOrder()));
8222 AddDbgValue(Dbg, ToNode, false);

Completed in 29 milliseconds