/freebsd-src/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-src/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) { in encode() local 270 for (const auto &Child : II.Children) in GetTotalNumChildren() local
|
/freebsd-src/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-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerHelpers.cpp | 31 for (const Stmt *Child : S->children()) containsMacro() local 45 for (const Stmt *Child : S->children()) containsEnum() local 61 for (const Stmt *Child : S->children()) containsStaticLocal() local 73 for (const Stmt *Child : S->children()) containsBuiltinOffsetOf() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 398 TreeNode *Child; addChildren() local 428 TreeNode *Child; addChildren() local 523 auto Child = IDChildren.find(ID); addIDChild() local 538 auto Child = StringChildren.find(NameString); addNameChild() local 552 for (auto const &Child : StringChildren) { print() local 555 for (auto const &Child : IDChildren) { print() local 577 for (auto const &Child : StringChildren) { getTreeSize() local 580 for (auto const &Child : IDChildren) { getTreeSize() local 592 for (auto &Child : IDChildren) shiftDataIndexDown() local 594 for (auto &Child : StringChildren) shiftDataIndexDown() local 898 for (auto const &Child : StringChildren) { writeDirectoryTree() local 918 for (auto const &Child : IDChildren) { writeDirectoryTree() local [all...] |
/freebsd-src/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 in explicateNamespace() local 498 for (xmlNodePtr Child = Node->children; Child; Child = Child->next) { reconcileNamespaces() local 516 for (xmlNodePtr Child = AdditionalFirstChild; Child; Child = Child->next) { treeMerge() local 541 for (xmlNodePtr Child = Root->children; Child; Child = Child->next) { stripComments() local 564 for (xmlNodePtr Child = Node->children; Child; Child = Child->next) { setAttributeNamespaces() local 573 for (xmlNodePtr Child = Node->children; Child; Child = Child->next) { checkAndStripPrefixes() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | TokenAnnotator.h | 103 for (AnnotatedLine *Child : Children) in ~AnnotatedLine() local 86 for (const auto &Child : Node.Children) { addChildren() local 96 for (const auto *Child : Children) size() local
|
H A D | MacroCallReconstructor.cpp | 38 for (const auto &Child : N.Children) in forEachToken() local 512 for (const auto &Child : N->Children) { createUnwrappedLine() local 535 for (const auto &Child : N->Children) { debug() local [all...] |
/freebsd-src/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-src/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-src/sys/contrib/dev/acpica/compiler/ |
H A D | asloperands.c | 1052 ACPI_PARSE_OBJECT *Child; OpnDoDefinitionBlock() local 1247 ACPI_PARSE_OBJECT *Child = NULL; OpnAttachNameToNode() local [all...] |
/freebsd-src/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-src/sys/contrib/dev/acpica/components/parser/ |
H A D | pstree.c | 422 ACPI_PARSE_OBJECT *Child = NULL; in AcpiPsGetChild() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | LexicallyOrderedRecursiveASTVisitor.h | 84 Decl *Child = *I; in TraverseDeclContextHelper() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UndefCapturedBlockVarChecker.cpp | 43 for (const Stmt *Child : S->children()) in FindBlockDeclRefExpr() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CheckerHelpers.h | 39 for (const Stmt *Child : S->children()) containsStmt() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericCycleImpl.h | 166 moveTopLevelCycleToNewParent(CycleT * NewParent,CycleT * Child) moveTopLevelCycleToNewParent() argument 491 for (const CycleT *Child : Cycle->children()) { validateTree() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ |
H A D | Archive.cpp | 27 for (const Archive::Child &Child : Ar.children(Err)) { in createNewArchiveMembers() local
|
/freebsd-src/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-src/sys/contrib/dev/acpica/components/disassembler/ |
H A D | dmcstyle.c | 1010 ACPI_PARSE_OBJECT *Child; in AcpiDmPromoteTarget() local
|
/freebsd-src/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
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ |
H A D | FileMatchTrie.cpp | 139 for (const auto &Child : AllChildren) { in findEquivalent() local
|