Home
last modified time | relevance | path

Searched defs:Child (Results 1 – 25 of 136) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDArchiveYAML.h26 struct Child { struct
27 struct Field {
36 Child() { in Child() argument
60 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ArchYAML::Archive::Child) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
HDInlineInfo.cpp34 for (const auto &Child : II.Children) in operator <<() local
47 for (const auto &Child : II.Children) { in getInlineStackHelper() local
211 llvm::Expected<InlineInfo> Child = decode(Data, Offset, ChildBaseAddr); in decode() local
247 for (const auto &Child : Children) { in encode() local
270 for (const auto &Child : II.Children) in GetTotalNumChildren() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
HDSynthesis.cpp22 static void prependChildLowLevel(syntax::Tree *T, syntax::Node *Child, in prependChildLowLevel()
26 static void appendChildLowLevel(syntax::Tree *T, syntax::Node *Child, in appendChildLowLevel()
210 for (const auto &Child : Children) in createTree() local
228 for (const auto *Child = T->getFirstChild(); Child; in deepCopyExpandingMacros() local
HDTree.cpp52 void syntax::Tree::appendChildLowLevel(Node *Child, NodeRole Role) { in appendChildLowLevel()
60 void syntax::Tree::appendChildLowLevel(Node *Child) { in appendChildLowLevel()
76 void syntax::Tree::prependChildLowLevel(Node *Child, NodeRole Role) { in prependChildLowLevel()
84 void syntax::Tree::prependChildLowLevel(Node *Child) { in prependChildLowLevel()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDMacroCallReconstructor.cpp38 for (const auto &Child : N.Children) in forEachToken() local
516 [](const auto &Child) { return !Child->Tokens.empty(); }); in createUnwrappedLine()
521 auto *Child = std::find_if( in createUnwrappedLine() local
523 [](const auto &Child) { return !Child->Tokens.empty(); }); in createUnwrappedLine()
538 for (const auto &Child : N->Children) { in createUnwrappedLine() local
557 for (const auto &Child : N->Children) { in debug() local
HDTokenAnnotator.h87 for (const auto &Child : Node.Children) { in addChildren() local
97 for (const auto *Child : Children) in size() local
104 delete Child; in ~AnnotatedLine() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCheckerHelpers.cpp32 for (const Stmt *Child : S->children()) in containsMacro() local
46 for (const Stmt *Child : S->children()) in containsEnum() local
62 for (const Stmt *Child : S->children()) in containsStaticLocal() local
74 for (const Stmt *Child : S->children()) in containsBuiltinOffsetOf() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDWindowsResource.cpp399 TreeNode *Child; in addChildren() local
429 TreeNode *Child; in addChildren() local
524 auto Child = IDChildren.find(ID); in addIDChild() local
539 auto Child = StringChildren.find(NameString); in addNameChild() local
553 for (auto const &Child : StringChildren) { in print() local
556 for (auto const &Child : IDChildren) { in print() local
578 for (auto const &Child : StringChildren) { in getTreeSize() local
581 for (auto const &Child : IDChildren) { in getTreeSize() local
593 for (auto &Child : IDChildren) in shiftDataIndexDown() local
595 for (auto &Child : StringChildren) in shiftDataIndexDown() local
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/WindowsManifest/
HDWindowsManifestMerger.cpp88 for (xmlNodePtr Child = Parent->children; Child; Child = Child->next) { in getChildWithName() local
324 for (xmlNodePtr Child = Node->children; Child; Child = Child->next) { in explicateNamespace() local
498 for (xmlNodePtr Child = Node->children; Child; Child = Child->next) { in reconcileNamespaces() local
516 for (xmlNodePtr Child = AdditionalFirstChild; Child; Child = Child->next) { in treeMerge() local
541 for (xmlNodePtr Child = Root->children; Child; Child = Child->next) { in stripComments() local
564 for (xmlNodePtr Child = Node->children; Child; Child = Child->next) { in setAttributeNamespaces() local
573 for (xmlNodePtr Child = Node->children; Child; Child = Child->next) { in checkAndStripPrefixes() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
HDSPIRVConvergenceRegionAnalysis.cpp102 for (auto *Child : Candidate->Children) { in findParentRegion() local
149 for (auto *Child : Children) { in releaseMemory() local
191 for (const auto Child : Children) in dump() local
260 auto *Child = Terminator->getSuccessor(i); in findExitNodes() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
HDASTSelection.cpp227 for (const auto &Child : Node.Children) in dump() local
241 for (const auto &Child : Node.Children) { in hasAnyDirectChildrenWithKind() local
349 for (const auto &Child : ASTSelection.Children) { in findDeepestWithKind() local
366 for (const auto &Child : ASTSelection.Children) in findDeepestWithKind() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDConcreteSymbolEnumerator.h35 std::unique_ptr<PDBSymbol> Child = Enumerator->getChildAtIndex(Index); in getChildAtIndex() local
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
HDasloperands.c1046 ACPI_PARSE_OBJECT *Child; in OpnDoDefinitionBlock() local
1241 ACPI_PARSE_OBJECT *Child = NULL; in OpnAttachNameToNode() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBSymbol.cpp191 while (auto Child = Result->getNext()) { in getChildStats() local
221 auto Child = Session.getSymbolById(Value); in dumpSymbolIdField() local
HDUDTLayout.cpp179 while (auto Child = Children->getNext()) { in initializeChildren() local
280 void UDTLayoutBase::addChildToLayout(std::unique_ptr<LayoutItemBase> Child) { in addChildToLayout()
HDPDBSymbolFunc.cpp40 while (auto Child = DataChildren->getNext()) { in FunctionArgEnumerator() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVMergeRegionExitTargets.cpp209 for (auto *Child : CR->Children) in runOnConvergenceRegion() local
220 for (auto *Child : CR->Children) in validateRegionExits() local
/freebsd-13-stable/sys/contrib/dev/acpica/components/parser/
HDpstree.c422 ACPI_PARSE_OBJECT *Child = NULL; in AcpiPsGetChild() local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDLexicallyOrderedRecursiveASTVisitor.h84 Decl *Child = *I; in TraverseDeclContextHelper() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDUndefCapturedBlockVarChecker.cpp43 for (const Stmt *Child : S->children()) in FindBlockDeclRefExpr() local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCheckerHelpers.h41 for (const Stmt *Child : S->children()) in containsStmt() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDGenericCycleImpl.h181 CycleT *Child) { in moveTopLevelCycleToNewParent()
506 for (const CycleT *Child : Cycle->children()) { in validateTree() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDCloneDetection.cpp259 for (const Stmt *Child : S->children()) { in saveHash() local
323 for (const Stmt *Child : S->children()) { in CollectStmtSequenceData() local
556 for (const Stmt *Child : S->children()) { in addVariables() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/
HDArchive.cpp27 for (const Archive::Child &Child : Ar.children(Err)) { in createNewArchiveMembers() local
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
HDDAGISelMatcherOpt.cpp35 std::unique_ptr<Matcher> Child(Scope->takeChild(i)); in ContractNodes() local
229 std::unique_ptr<Matcher> Child(Scope->takeChild(i)); in FactorNodes() local

123456