HomeSort by relevance Sort by last modified time
    Searched refs:CurrentNode (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/Support/
YAMLTraits.cpp 53 CurrentNode(nullptr) {
90 CurrentNode = TopNode.get();
101 return CurrentNode ? CurrentNode->_node : nullptr;
105 std::string foundTag = CurrentNode->_node->getVerbatimTag();
117 // CurrentNode can be null if the document is empty.
118 MapHNode *MN = dyn_cast_or_null<MapHNode>(CurrentNode);
130 // CurrentNode is null for empty documents, which is an error in case required
132 if (!CurrentNode) {
138 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode);
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 563 /// CurrentNode - The index of the current node being used.
564 unsigned CurrentNode;
575 CurrentNode(0), NextFreeNode(1) {
583 assert(FlatTree[CurrentNode].Kind == Invalid && "Node is not empty.");
584 FlatTree[CurrentNode].Kind = Template;
585 FlatTree[CurrentNode].FromArgInfo.TD = FromTD;
586 FlatTree[CurrentNode].ToArgInfo.TD = ToTD;
587 FlatTree[CurrentNode].FromArgInfo.Qual = FromQual;
588 FlatTree[CurrentNode].ToArgInfo.Qual = ToQual;
594 assert(FlatTree[CurrentNode].Kind == Invalid && "Node is not empty.")
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceCfg.h 231 /// \name Manage the CurrentNode field.
232 /// CurrentNode is used for validating the Variable::DefNode field during
235 void setCurrentNode(const CfgNode *Node) { CurrentNode = Node; }
237 const CfgNode *getCurrentNode() const { return CurrentNode; }
341 /// CurrentNode is maintained during dumping/emitting just for validating
345 const CfgNode *CurrentNode = nullptr;
PNaClTranslator.cpp     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootMaint.c     [all...]
BootMaint.h 392 STRING_LIST_NODE *CurrentNode;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrFormPkg.cpp 590 IN SBufferNode *CurrentNode
597 if (FirstNode == CurrentNode) {
614 IN SBufferNode *CurrentNode,
618 SBufferNode *LastNode = GetNodeBefore (CurrentNode);
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]

Completed in 800 milliseconds