/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | ArchiveYAML.h | 26 struct Child { struct 27 struct Field { 36 Child() { in Child() function 60 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ArchYAML::Archive::Child) in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Synthesis.cpp | 22 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
|
H A D | Tree.cpp | 52 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/contrib/llvm-project/clang/lib/Format/ |
H A D | MacroCallReconstructor.cpp | 38 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
|
H A D | TokenAnnotator.h | 87 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/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | InlineInfo.cpp | 34 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) { encode() local [all...] |
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerHelpers.cpp | 32 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/contrib/llvm-project/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 399 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/contrib/llvm-project/llvm/lib/WindowsManifest/ |
H A D | WindowsManifestMerger.cpp | 88 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/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/ |
H A D | SPIRVConvergenceRegionAnalysis.cpp | 102 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/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | ASTSelection.cpp | 227 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/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | ConcreteSymbolEnumerator.h | 35 std::unique_ptr<PDBSymbol> Child = Enumerator->getChildAtIndex(Index); in getChildAtIndex() local
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | asloperands.c | 1052 ACPI_PARSE_OBJECT *Child; in OpnDoDefinitionBlock() local 1247 ACPI_PARSE_OBJECT *Child = NULL; in OpnAttachNameToNode() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbol.cpp | 191 while (auto Child = Result->getNext()) { in getChildStats() local 221 auto Child = Session.getSymbolById(Value); in dumpSymbolIdField() local
|
H A D | UDTLayout.cpp | 179 while (auto Child = Children->getNext()) { in initializeChildren() local 280 void UDTLayoutBase::addChildToLayout(std::unique_ptr<LayoutItemBase> Child) { in addChildToLayout()
|
H A D | PDBSymbolFunc.cpp | 40 while (auto Child = DataChildren->getNext()) { in FunctionArgEnumerator() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVMergeRegionExitTargets.cpp | 209 for (auto *Child : CR->Children) in runOnConvergenceRegion() local 220 for (auto *Child : CR->Children) in validateRegionExits() local
|
/freebsd/sys/contrib/dev/acpica/components/parser/ |
H A D | pstree.c | 422 ACPI_PARSE_OBJECT *Child = NULL; in AcpiPsGetChild() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | LexicallyOrderedRecursiveASTVisitor.h | 84 Decl *Child = *I; in TraverseDeclContextHelper() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CheckerHelpers.h | 41 for (const Stmt *Child : S->children()) in containsStmt() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericCycleImpl.h | 181 CycleT *Child) { in moveTopLevelCycleToNewParent() 506 for (const CycleT *Child : Cycle->children()) { in validateTree() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CloneDetection.cpp | 259 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/contrib/llvm-project/llvm/lib/ObjCopy/ |
H A D | Archive.cpp | 27 for (const Archive::Child &Child : Ar.children(Err)) { in createNewArchiveMembers() local
|
/freebsd/sys/contrib/dev/acpica/components/disassembler/ |
H A D | dmcstyle.c | 1010 ACPI_PARSE_OBJECT *Child; in AcpiDmPromoteTarget() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherOpt.cpp | 35 std::unique_ptr<Matcher> Child(Scope->takeChild(i)); in ContractNodes() local 229 std::unique_ptr<Matcher> Child(Scope->takeChild(i)); in FactorNodes() local
|