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

/external/pdfium/xfa/fxfa/parser/
H A Dcscript_hostpseudomodel.cpp23 CXFA_Node* ToNode(CFXJSE_Value* pValue, CFXJSE_Class* pClass) { function in namespace:__anon16095
244 pNode = ToNode(pValue.get(), nullptr);
425 pNode = ToNode(pValue.get(), nullptr);
H A Dxfa_object.h815 inline CXFA_Node* ToNode(CXFA_Object* pObj) { function
819 inline const CXFA_Node* ToNode(const CXFA_Object* pObj) { function
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h1685 TiXmlNode* ToNode() const { return node; } function in class:TiXmlHandle
1696 /** @deprecated use ToNode.
1699 TiXmlNode* Node() const { return ToNode(); }
/external/tinyxml2/
H A Dtinyxml2.h1288 XMLNode* ToNode() { return node; } function in class:tinyxml2::XMLHandle
1326 const XMLNode* ToNode() const { return node; } function in class:tinyxml2::XMLConstHandle
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6660 SDNode *ToNode = To.getNode(); local
6669 getDbgValue(Dbg->getVariable(), Dbg->getExpression(), ToNode,
6672 AddDbgValue(Clone, ToNode, false);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5623 SDNode *ToNode = To.getNode(); local
5630 SDDbgValue *Clone = getDbgValue(Dbg->getMDPtr(), ToNode, To.getResNo(),
5638 AddDbgValue(*I, ToNode, false);
/external/v8/src/regexp/
H A Djsregexp.cc4778 RegExpNode* RegExpAtom::ToNode(RegExpCompiler* compiler, function in class:v8::internal::RegExpAtom
4788 RegExpNode* RegExpText::ToNode(RegExpCompiler* compiler, function in class:v8::internal::RegExpText
5150 RegExpNode* RegExpCharacterClass::ToNode(RegExpCompiler* compiler, function in class:v8::internal::RegExpCharacterClass
5414 RegExpNode* RegExpDisjunction::ToNode(RegExpCompiler* compiler, function in class:v8::internal::RegExpDisjunction
5423 return alternatives->at(0)->ToNode(compiler, on_success);
5432 GuardedAlternative alternative(alternatives->at(i)->ToNode(compiler,
5440 RegExpNode* RegExpQuantifier::ToNode(RegExpCompiler* compiler, function in class:v8::internal::RegExpQuantifier
5442 return ToNode(min(),
5489 RegExpNode* RegExpQuantifier::ToNode(int min, function in class:v8::internal::RegExpQuantifier
5537 RegExpNode* answer = ToNode(
5630 RegExpNode* RegExpAssertion::ToNode(RegExpCompiler* compiler, function in class:v8::internal::RegExpAssertion
5684 RegExpNode* RegExpBackReference::ToNode(RegExpCompiler* compiler, function in class:v8::internal::RegExpBackReference
5693 RegExpNode* RegExpEmpty::ToNode(RegExpCompiler* compiler, function in class:v8::internal::RegExpEmpty
5740 RegExpNode* RegExpLookaround::ToNode(RegExpCompiler* compiler, function in class:v8::internal::RegExpLookaround
5763 RegExpNode* RegExpCapture::ToNode(RegExpCompiler* compiler, function in class:v8::internal::RegExpCapture
5769 RegExpNode* RegExpCapture::ToNode(RegExpTree* body, function in class:v8::internal::RegExpCapture
5783 RegExpNode* RegExpAlternative::ToNode(RegExpCompiler* compiler, function in class:v8::internal::RegExpAlternative
[all...]

Completed in 2473 milliseconds