Home
last modified time | relevance | path

Searched refs:Traverse (Results 1 – 25 of 31) sorted by relevance

12

/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp49 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 DLVScope.cpp693 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 DRecursiveASTVisitor.h337 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 Dmmo.texi196 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 Dmmo.texi196 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 DASTDiff.cpp283 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 DCodeGenPGO.cpp256 bool Traverse##N(N *S) { \
257 Base::Traverse##N(S); \
/openbsd/gnu/usr.bin/binutils/ld/emultempl/
H A Dhppaelf.em99 /* Traverse the linker tree to find the spot where the stub goes. */
H A Dm68hc1xelf.em167 /* Traverse the linker tree to find the spot where the stub goes. */
H A Dppc64elf.em138 /* Traverse the linker tree to find the spot where the stub goes. */
/openbsd/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Dhppaelf.em102 /* Traverse the linker tree to find the spot where the stub goes. */
H A Dm68hc1xelf.em167 /* Traverse the linker tree to find the spot where the stub goes. */
H A Dppc64elf.em139 /* Traverse the linker tree to find the spot where the stub goes. */
/openbsd/gnu/usr.bin/binutils/opcodes/
H A DChangeLog-98991653 * 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 DChangeLog-98991653 * 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 Dna.phone53 231:Traverse City:Michigan:MI
H A Dairport1754 TVC:Cherry Capital, Traverse City, Michigan, USA
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog-20051205 (strip_excluded_output_sections): Make global. Traverse the
/openbsd/gnu/gcc/libmudflap/
H A DChangeLog1048 (__mf_tree_analyze): Traverse in-order. Accumulate address bit
/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog-19983312 (for_each_template_parm, case TEMPLATE_TEMPLATE_PARM): Traverse
3653 * pt.c (for_each_template_parm): Traverse the TYPE_CONTEXT for
H A DChangeLog-19944614 * pt.c (tsubst): Traverse method list using DECL_CHAIN.
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp12572 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 DChangeLog-20052384 (lookup_address_in_function_table): Traverse the function list to
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-1998851 (hpread_quick_traverse): New function. Traverse the quick look-up
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog.210100 (for_each_template_parm, case TEMPLATE_TEMPLATE_PARM): Traverse
10441 * pt.c (for_each_template_parm): Traverse the TYPE_CONTEXT for

12