Home
last modified time | relevance | path

Searched defs:Children (Results 1 – 25 of 82) sorted by relevance

1234

/external/clang/lib/Format/
DTokenAnnotator.h73 delete Children[i]; in ~AnnotatedLine() local
109 SmallVector<AnnotatedLine *, 0> Children; variable
DUnwrappedLineParser.h213 SmallVector<UnwrappedLine, 0> Children; member
/external/llvm/tools/llvm-pdbdump/
DCompilandDumper.h23 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator
DClassDefinitionDumper.cpp62 auto Children = Class.findAllChildren(); in start() local
/external/tensorflow/tensorflow/lite/testing/
Dmessage.h71 const std::vector<std::unique_ptr<Message>>& Children() const { in Children() function
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dmessage.h74 const std::vector<std::unique_ptr<Message>>& Children() const { in Children() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DInlineInfo.h67 std::vector<InlineInfo> Children; member
/external/swiftshader/third_party/subzero/src/
DIceTimerTree.h51 std::vector<TTindex> Children; // indexed by TimerIdT variable
/external/catch2/include/internal/
Dcatch_test_case_tracker.h96 using Children = std::vector<ITrackerPtr>; variable
/external/protobuf/csharp/src/Google.Protobuf/
DFieldMaskTree.cs65 public Dictionary<string, Node> Children { get; } = new Dictionary<string, Node>(); property in Google.Protobuf.FieldMaskTree.Node
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DFieldMaskTree.cs65 public Dictionary<string, Node> Children { get; } = new Dictionary<string, Node>(); property in Google.Protobuf.FieldMaskTree.Node
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFVerifier.h45 std::set<DieRangeInfo> Children; member
/external/perfetto/ui/src/controller/
Dcontroller.ts36 export type Children = ControllerInitializerAny[]; alias
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp154 SmallVector<DomTreeNode *, 8> Children(DTN->begin(), DTN->end()); in MergeBlockIntoPredecessor() local
267 std::vector<DomTreeNode *> Children(OldNode->begin(), OldNode->end()); in SplitBlock() local
637 std::vector<DomTreeNode *> Children(OldNode->begin(), OldNode->end()); in SplitBlockAndInsertIfThen() local
/external/clang/lib/Tooling/
DFileMatchTrie.cpp159 llvm::StringMap<FileMatchTrieNode> Children; member in clang::tooling::FileMatchTrieNode
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericIteratedDominanceFrontier.h124 auto Children = children<OrderedNodeTy>(N); in get() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp37 const SmallVectorImpl<LexicalScope *> &Children = S->getChildren(); in identifyScopeMarkers() local
DDwarfCompileUnit.cpp333 SmallVector<DIE *, 8> Children; in constructScopeDIE() local
573 SmallVectorImpl<DIE *> &Children, in createScopeChildrenDIE()
622 SmallVector<DIE *, 8> Children; in createAndAddScopeChildren() local
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTree.cs68 public virtual IList<ITree> Children { property in Antlr.Runtime.Tree.BaseTree
/external/angle/src/compiler/translator/msl/
DIntermRebuild.h68 Children = 1u << 0u, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp99 const SmallVectorImpl<LexicalScope *> &Children = S->getChildren(); in identifyScopeMarkers() local
/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h126 SmallVector<LexicalScope *, 4> Children; // Scopes defined in scope. variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h127 SmallVector<LexicalScope *, 4> Children; // Scopes defined in scope. variable
/external/perfetto/src/trace_processor/db/
Dview.h222 using Children = base::SmallVector<std::unique_ptr<TableNode>, 4>; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCSE.cpp750 const std::vector<MachineDomTreeNode*> &Children = Node->getChildren(); in PerformCSE() local
858 const std::vector<MachineDomTreeNode *> &Children = Node->getChildren(); in PerformSimplePRE() local

1234