/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVReader.cpp | 49 auto Traverse = [&](const auto *Set) { in checkIntegrityScopesTree() local 60 Traverse(Parent->getSymbols()); in checkIntegrityScopesTree() 61 Traverse(Parent->getTypes()); in checkIntegrityScopesTree() 62 Traverse(Parent->getLines()); in checkIntegrityScopesTree()
|
H A D | LVScope.cpp | 693 auto Traverse = [&](auto *Set, LVSortFunction SortFunction) { in sort() local 697 Traverse(Parent->Types, SortFunction); in sort() 698 Traverse(Parent->Symbols, SortFunction); in sort() 699 Traverse(Parent->Scopes, SortFunction); in sort() 700 Traverse(Parent->Ranges, compareRange); in sort() 701 Traverse(Parent->Children, SortFunction); in sort() 741 auto Traverse = [&](const auto *Set) { in traverseParentsAndChildren() local 749 Traverse(Scope->getTypes()); in traverseParentsAndChildren() 750 Traverse(Scope->getSymbols()); in traverseParentsAndChildren() 751 Traverse(Scope->getLines()); in traverseParentsAndChildren()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | RecursiveASTVisitor.h | 337 decltype(&RecursiveASTVisitor::Traverse##NAME), \ 338 decltype(&Derived::Traverse##NAME)>::value \ 341 decltype(&RecursiveASTVisitor::Traverse##NAME), \ 342 decltype(&Derived::Traverse##NAME)>::value, \ 344 .Traverse##NAME(static_cast<CLASS *>(VAR), QUEUE) \ 345 : getDerived().Traverse##NAME(static_cast<CLASS *>(VAR))) 360 bool Traverse##CLASS(CLASS *S, DataRecursionQueue *Queue = nullptr); 381 #define TYPE(CLASS, BASE) bool Traverse##CLASS##Type(CLASS##Type *T); 402 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL); 435 #define DECL(CLASS, BASE) bool Traverse##CLASS##Decl(CLASS##Decl *D); [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/ |
H A D | mmo.texi | 196 0x40 - Traverse left trie. 233 0x20 - Traverse middle trie. (Read a new command byte 237 0x10 - Traverse right trie. (Read a new command byte and
|
/openbsd/gnu/usr.bin/binutils/bfd/doc/ |
H A D | mmo.texi | 196 0x40 - Traverse left trie. 233 0x20 - Traverse middle trie. (Read a new command byte 237 0x10 - Traverse right trie. (Read a new command byte and
|
/openbsd/gnu/llvm/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 283 std::function<void(NodeId)> Traverse = [&](NodeId Id) { in getSubtreePostorder() local 286 Traverse(Child); in getSubtreePostorder() 289 Traverse(Root); in getSubtreePostorder()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 256 bool Traverse##N(N *S) { \ 257 Base::Traverse##N(S); \
|
/openbsd/gnu/usr.bin/binutils/ld/emultempl/ |
H A D | hppaelf.em | 99 /* Traverse the linker tree to find the spot where the stub goes. */
|
H A D | m68hc1xelf.em | 167 /* Traverse the linker tree to find the spot where the stub goes. */
|
H A D | ppc64elf.em | 138 /* Traverse the linker tree to find the spot where the stub goes. */
|
/openbsd/gnu/usr.bin/binutils-2.17/ld/emultempl/ |
H A D | hppaelf.em | 102 /* Traverse the linker tree to find the spot where the stub goes. */
|
H A D | m68hc1xelf.em | 167 /* Traverse the linker tree to find the spot where the stub goes. */
|
H A D | ppc64elf.em | 139 /* Traverse the linker tree to find the spot where the stub goes. */
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | ChangeLog-9899 | 1653 * cgen-asm.c (build_asm_hash_table): Traverse compiled in table using 1656 * cgen-dis.c (build_dis_hash_table): Traverse compiled in table using
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | ChangeLog-9899 | 1653 * cgen-asm.c (build_asm_hash_table): Traverse compiled in table using 1656 * cgen-dis.c (build_dis_hash_table): Traverse compiled in table using
|
/openbsd/share/misc/ |
H A D | na.phone | 53 231:Traverse City:Michigan:MI
|
H A D | airport | 1754 TVC:Cherry Capital, Traverse City, Michigan, USA
|
/openbsd/gnu/usr.bin/binutils-2.17/ld/ |
H A D | ChangeLog-2005 | 1205 (strip_excluded_output_sections): Make global. Traverse the
|
/openbsd/gnu/gcc/libmudflap/ |
H A D | ChangeLog | 1048 (__mf_tree_analyze): Traverse in-order. Accumulate address bit
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | ChangeLog-1998 | 3312 (for_each_template_parm, case TEMPLATE_TEMPLATE_PARM): Traverse 3653 * pt.c (for_each_template_parm): Traverse the TYPE_CONTEXT for
|
H A D | ChangeLog-1994 | 4614 * pt.c (tsubst): Traverse method list using DECL_CHAIN.
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ExprConstant.cpp | 12572 bool Traverse(const BinaryOperator *E) { in Traverse() function in __anond52d8a672a11::DataRecursiveIntBinOpEvaluator 13234 return DataRecursiveIntBinOpEvaluator(*this, Result).Traverse(E); in VisitBinaryOperator()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | ChangeLog-2005 | 2384 (lookup_address_in_function_table): Traverse the function list to
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ChangeLog-1998 | 851 (hpread_quick_traverse): New function. Traverse the quick look-up
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | ChangeLog.2 | 10100 (for_each_template_parm, case TEMPLATE_TEMPLATE_PARM): Traverse 10441 * pt.c (for_each_template_parm): Traverse the TYPE_CONTEXT for
|