Home
last modified time | relevance | path

Searched refs:CurrentNode (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLTraits.cpp100 CurrentNode = TopNode.get(); in setCurrentDocument()
111 return CurrentNode ? CurrentNode->_node : nullptr; in getCurrentNode()
117 if (!CurrentNode) in mapTag()
120 std::string foundTag = CurrentNode->_node->getVerbatimTag(); in mapTag()
133 MapHNode *MN = dyn_cast_or_null<MapHNode>(CurrentNode); in beginMapping()
140 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode); in keys()
143 setError(CurrentNode, "not a mapping"); in keys()
159 if (!CurrentNode) { in preflightKey()
165 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode); in preflightKey()
167 if (Required || !isa<EmptyHNode>(CurrentNode)) in preflightKey()
[all …]
/external/llvm/lib/Support/
DYAMLTraits.cpp53 CurrentNode(nullptr) { in Input()
90 CurrentNode = TopNode.get(); in setCurrentDocument()
101 return CurrentNode ? CurrentNode->_node : nullptr; in getCurrentNode()
105 std::string foundTag = CurrentNode->_node->getVerbatimTag(); in mapTag()
118 MapHNode *MN = dyn_cast_or_null<MapHNode>(CurrentNode); in beginMapping()
132 if (!CurrentNode) { in preflightKey()
138 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode); in preflightKey()
140 setError(CurrentNode, "not a mapping"); in preflightKey()
147 setError(CurrentNode, Twine("missing required key '") + Key + "'"); in preflightKey()
152 SaveInfo = CurrentNode; in preflightKey()
[all …]
/external/clang/lib/AST/
DASTDiagnostic.cpp564 unsigned CurrentNode; member in __anon88b083e50111::TemplateDiff::DiffTree
575 CurrentNode(0), NextFreeNode(1) { in DiffTree()
583 assert(FlatTree[CurrentNode].Kind == Invalid && "Node is not empty."); in SetTemplateDiff()
584 FlatTree[CurrentNode].Kind = Template; in SetTemplateDiff()
585 FlatTree[CurrentNode].FromArgInfo.TD = FromTD; in SetTemplateDiff()
586 FlatTree[CurrentNode].ToArgInfo.TD = ToTD; in SetTemplateDiff()
587 FlatTree[CurrentNode].FromArgInfo.Qual = FromQual; in SetTemplateDiff()
588 FlatTree[CurrentNode].ToArgInfo.Qual = ToQual; in SetTemplateDiff()
594 assert(FlatTree[CurrentNode].Kind == Invalid && "Node is not empty."); in SetTypeDiff()
595 FlatTree[CurrentNode].Kind = Type; in SetTypeDiff()
[all …]
/external/swiftshader/third_party/subzero/src/
DIceCfg.h227 void setCurrentNode(const CfgNode *Node) { CurrentNode = Node; } in setCurrentNode()
229 const CfgNode *getCurrentNode() const { return CurrentNode; } in getCurrentNode()
330 const CfgNode *CurrentNode = nullptr; variable
DPNaClTranslator.cpp1391 CurrentNode = installNextBasicBlock(); in parseFunction()
1392 Func->setEntryNode(CurrentNode); in parseFunction()
1449 Ice::CfgNode *CurrentNode = nullptr; member in __anon23a5119b0111::FunctionParser
2091 CurrentNode->appendInst(Ice::InstAssign::create(Func.get(), Var, Var)); in appendErrorInstruction()
2128 CurrentNode->appendInst(Ice::InstUnreachable::create(Func.get())); in ExitBlock()
2172 CurrentNode = getBasicBlock(CurrentBbIndex); in ProcessRecord()
2237 CurrentNode->appendInst(Ice::InstArithmetic::create( in ProcessRecord()
2252 CurrentNode->appendInst(Ice::InstCast::create( in ProcessRecord()
2296 CurrentNode->appendInst(Ice::InstSelect::create( in ProcessRecord()
2318 CurrentNode->appendInst(Ice::InstExtractElement::create( in ProcessRecord()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWindowsResource.cpp882 auto CurrentNode = Queue.front(); in writeDirectoryTree() local
886 Table->Characteristics = CurrentNode->getCharacteristics(); in writeDirectoryTree()
888 Table->MajorVersion = CurrentNode->getMajorVersion(); in writeDirectoryTree()
889 Table->MinorVersion = CurrentNode->getMinorVersion(); in writeDirectoryTree()
890 auto &IDChildren = CurrentNode->getIDChildren(); in writeDirectoryTree()
891 auto &StringChildren = CurrentNode->getStringChildren(); in writeDirectoryTree()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLTraits.h1533 HNode *CurrentNode = nullptr;
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1901 property CurrentNode: IANTLRInterface read GetCurrentNode write SetCurrentNode; property
4715 State.CurrentNode := FCurrentNode;
4805 FCurrentNode := State.CurrentNode;
/external/llvm/include/llvm/Support/
DYAMLTraits.h1101 HNode *CurrentNode;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLTraits.h1199 HNode *CurrentNode;