Searched refs:CurrentNode (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | YAMLTraits.cpp | 102 CurrentNode = TopNode.get(); in setCurrentDocument() 113 return CurrentNode ? CurrentNode->_node : nullptr; in getCurrentNode() 117 std::string foundTag = CurrentNode->_node->getVerbatimTag(); in mapTag() 130 MapHNode *MN = dyn_cast_or_null<MapHNode>(CurrentNode); in beginMapping() 137 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode); in keys() 140 setError(CurrentNode, "not a mapping"); in keys() 156 if (!CurrentNode) { in preflightKey() 162 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode); in preflightKey() 164 if (Required || !isa<EmptyHNode>(CurrentNode)) in preflightKey() 165 setError(CurrentNode, "not a mapping"); in preflightKey() [all …]
|
/external/llvm/lib/Support/ |
D | YAMLTraits.cpp | 53 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/ |
D | ASTDiagnostic.cpp | 564 unsigned CurrentNode; member in __anon5122dca90111::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/ |
D | PNaClTranslator.cpp | 1391 CurrentNode = installNextBasicBlock(); in parseFunction() 1392 Func->setEntryNode(CurrentNode); in parseFunction() 1449 Ice::CfgNode *CurrentNode = nullptr; member in __anon013ef65f0111::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 …]
|
D | IceCfg.h | 235 void setCurrentNode(const CfgNode *Node) { CurrentNode = Node; } in setCurrentNode() 237 const CfgNode *getCurrentNode() const { return CurrentNode; } in getCurrentNode() 345 const CfgNode *CurrentNode = nullptr; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | WindowsResource.cpp | 595 auto CurrentNode = Queue.front(); in writeDirectoryTree() local 599 Table->Characteristics = CurrentNode->getCharacteristics(); in writeDirectoryTree() 601 Table->MajorVersion = CurrentNode->getMajorVersion(); in writeDirectoryTree() 602 Table->MinorVersion = CurrentNode->getMinorVersion(); in writeDirectoryTree() 603 auto &IDChildren = CurrentNode->getIDChildren(); in writeDirectoryTree() 604 auto &StringChildren = CurrentNode->getStringChildren(); in writeDirectoryTree()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | GenericDomTreeConstruction.h | 756 const TreeNodePtr CurrentNode = II.Bucket.top().second; in InsertReachable() local 757 const unsigned CurrentLevel = CurrentNode->getLevel(); in InsertReachable() 760 << BlockNamePrinter(CurrentNode) << "\n"); in InsertReachable() 762 II.Visited.insert({CurrentNode, CurrentLevel}); in InsertReachable() 763 II.AffectedQueue.push_back(CurrentNode); in InsertReachable() 766 VisitInsertion(DT, BUI, CurrentNode, CurrentLevel, NCD, II); in InsertReachable()
|
D | YAMLTraits.h | 1304 HNode *CurrentNode = nullptr;
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 1901 property CurrentNode: IANTLRInterface read GetCurrentNode write SetCurrentNode; property 4715 State.CurrentNode := FCurrentNode; 4805 FCurrentNode := State.CurrentNode;
|
/external/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 1101 HNode *CurrentNode;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLTraits.h | 1199 HNode *CurrentNode;
|