/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
H A D | ArchiveYAML.h | 25 struct Child { struct 26 struct Field { 35 Child() { in Child() argument 59 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ArchYAML::Archive::Child) in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerHelpers.cpp | 30 for (const Stmt *Child : S->children()) in containsMacro() local 44 for (const Stmt *Child : S->children()) in containsEnum() local 60 for (const Stmt *Child : S->children()) in containsStaticLocal() local 72 for (const Stmt *Child : S->children()) in containsBuiltinOffsetOf() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
H A D | Synthesis.cpp | 20 static void prependChildLowLevel(syntax::Tree *T, syntax::Node *Child, in prependChildLowLevel() 24 static void appendChildLowLevel(syntax::Tree *T, syntax::Node *Child, in appendChildLowLevel() 203 for (const auto &Child : Children) in createTree() local 220 for (const auto *Child = T->getFirstChild(); Child; in deepCopyExpandingMacros() local
|
H A D | Tree.cpp | 70 void syntax::Tree::appendChildLowLevel(Node *Child, NodeRole Role) { in appendChildLowLevel() 78 void syntax::Tree::appendChildLowLevel(Node *Child) { in appendChildLowLevel() 94 void syntax::Tree::prependChildLowLevel(Node *Child, NodeRole Role) { in prependChildLowLevel() 102 void syntax::Tree::prependChildLowLevel(Node *Child) { in prependChildLowLevel()
|
/netbsd-src/external/apache2/llvm/dist/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 210 llvm::Expected<InlineInfo> Child = decode(Data, Offset, ChildBaseAddr); in decode() local 246 for (const auto &Child : Children) { in encode() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 400 TreeNode *Child; in addChildren() local 430 TreeNode *Child; in addChildren() local 525 auto Child = IDChildren.find(ID); in addIDChild() local 540 auto Child = StringChildren.find(NameString); in addNameChild() local 554 for (auto const &Child : StringChildren) { in print() local 557 for (auto const &Child : IDChildren) { in print() local 579 for (auto const &Child : StringChildren) { in getTreeSize() local 582 for (auto const &Child : IDChildren) { in getTreeSize() local 594 for (auto &Child : IDChildren) in shiftDataIndexDown() local 596 for (auto &Child : StringChildren) in shiftDataIndexDown() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/WindowsManifest/ |
H A D | WindowsManifestMerger.cpp | 90 for (xmlNodePtr Child = Parent->children; Child; Child = Child->next) { in getChildWithName() local 326 for (xmlNodePtr Child = Node->children; Child; Child = Child->next) { in explicateNamespace() local 500 for (xmlNodePtr Child = Node->children; Child; Child = Child->next) { in reconcileNamespaces() local 518 for (xmlNodePtr Child = AdditionalFirstChild; Child; Child = Child->next) { in treeMerge() local 543 for (xmlNodePtr Child = Root->children; Child; Child = Child->next) { in stripComments() local 566 for (xmlNodePtr Child = Node->children; Child; Child = Child->next) { in setAttributeNamespaces() local 575 for (xmlNodePtr Child = Node->children; Child; Child = Child->next) { in checkAndStripPrefixes() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/ |
H A D | ASTSelection.cpp | 226 for (const auto &Child : Node.Children) in dump() local 240 for (const auto &Child : Node.Children) { in hasAnyDirectChildrenWithKind() local 348 for (const auto &Child : ASTSelection.Children) { in findDeepestWithKind() local 365 for (const auto &Child : ASTSelection.Children) in findDeepestWithKind() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
H A D | ConcreteSymbolEnumerator.h | 35 std::unique_ptr<PDBSymbol> Child = Enumerator->getChildAtIndex(Index); in getChildAtIndex() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CheckerHelpers.h | 38 for (const Stmt *Child : S->children()) in containsStmt() local
|
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | asloperands.c | 944 ACPI_PARSE_OBJECT *Child; in OpnDoDefinitionBlock() local 1139 ACPI_PARSE_OBJECT *Child = NULL; in OpnAttachNameToNode() local
|
H A D | aslexternal.c | 194 ACPI_PARSE_OBJECT *Child; in ExInsertArgCount() local
|
H A D | aslcodegen.c | 435 ACPI_PARSE_OBJECT *Child; in CgWriteTableHeader() local
|
/netbsd-src/external/apache2/llvm/dist/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 | 176 while (auto Child = Children->getNext()) { in initializeChildren() local 277 void UDTLayoutBase::addChildToLayout(std::unique_ptr<LayoutItemBase> Child) { in addChildToLayout()
|
H A D | PDBSymbolFunc.cpp | 38 while (auto Child = DataChildren->getNext()) { in FunctionArgEnumerator() local
|
/netbsd-src/sys/external/bsd/acpica/dist/parser/ |
H A D | pstree.c | 314 ACPI_PARSE_OBJECT *Child = NULL; in AcpiPsGetChild() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | LexicallyOrderedRecursiveASTVisitor.h | 84 Decl *Child = *I; in TraverseDeclContextHelper() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UndefCapturedBlockVarChecker.cpp | 42 for (const Stmt *Child : S->children()) in FindBlockDeclRefExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | DAGISelMatcherOpt.cpp | 33 std::unique_ptr<Matcher> Child(Scope->takeChild(i)); in ContractNodes() local 209 std::unique_ptr<Matcher> Child(Scope->takeChild(i)); in FactorNodes() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | CloneDetection.cpp | 260 for (const Stmt *Child : S->children()) { in saveHash() local 324 for (const Stmt *Child : S->children()) { in CollectStmtSequenceData() local 557 for (const Stmt *Child : S->children()) { in addVariables() local
|
/netbsd-src/sys/external/bsd/acpica/dist/disassembler/ |
H A D | dmcstyle.c | 902 ACPI_PARSE_OBJECT *Child; in AcpiDmPromoteTarget() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | FileMatchTrie.cpp | 139 for (const auto &Child : AllChildren) { in findEquivalent() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 229 for (NodeId Child : N.Children) in PostTraverse() local 286 for (NodeId Child : N.Children) in getSubtreePostorder() local 300 for (NodeId Child : Tree.getNode(Ids[Expanded++]).Children) in getSubtreeBfs() local 310 for (NodeId Child : getNode(Id).Children) in initTree() local 751 for (NodeId Child : Tree.getNode(Id).Children) in open() local 847 N1.Children, [&](NodeId Child) { return M.hasSrc(Child); }); in matchBottomUp()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ParentMapContext.cpp | 203 const Expr *Child) { in AscendIgnoreUnlessSpelledInSource() 205 auto ShouldSkip = [](const Expr *E, const Expr *Child) { in AscendIgnoreUnlessSpelledInSource()
|