Searched refs:Trie (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/xray/tests/unit/ |
| D | function_call_trie_test.cpp | 23 FunctionCallTrie Trie(Allocators); in TEST() local 29 FunctionCallTrie Trie(A); in TEST() local 33 Trie.enterFunction(1, TSC++, CPU++); in TEST() 34 Trie.exitFunction(1, TSC++, CPU++); in TEST() 35 const auto &R = Trie.getRoots(); in TEST() 46 FunctionCallTrie Trie(A); in TEST() local 48 Trie.enterFunction(1, std::numeric_limits<uint64_t>::max(), 0); in TEST() 49 Trie.exitFunction(1, 1, 0); in TEST() 50 const auto &R = Trie.getRoots(); in TEST() 61 FunctionCallTrie Trie(A); in TEST() local [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Object/ |
| D | MachOObjectFile.cpp | 2916 ArrayRef<uint8_t> T) : E(E), O(O), Trie(T) {} in ExportEntry() 2951 uint64_t Result = decodeULEB128(Ptr, &Count, Trie.end(), error); in readULEB128() 2953 if (Ptr > Trie.end()) in readULEB128() 2954 Ptr = Trie.end(); in readULEB128() 2982 return Stack.back().Start - Trie.begin(); in nodeOffset() 2990 const uint8_t *Ptr = Trie.begin() + offset; in pushNode() 3003 if (Children > Trie.end()) { in pushNode() 3060 if (End >= Trie.end()) { in pushNode() 3068 while(*End != '\0' && End < Trie.end()) in pushNode() 3111 if (State.ChildCount != 0 && Children + 1 >= Trie.end()) { in pushNode() [all …]
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/xray/ |
| D | xray_profile_collector.cpp | 168 const FunctionCallTrie &Trie) XRAY_NEVER_INSTRUMENT { in populateRecords() argument 173 for (const auto *R : Trie.getRoots()) { in populateRecords()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Object/ |
| D | MachO.h | 75 ExportEntry(Error *Err, const MachOObjectFile *O, ArrayRef<uint8_t> Trie); 117 ArrayRef<uint8_t> Trie; variable 537 ArrayRef<uint8_t> Trie,
|
| /openbsd/src/gnu/usr.bin/perl/t/re/ |
| D | pat_advanced.t | 1762 is(length $str, 0, "Trie scope error, string should be empty"); 1770 is(length $str, 0, "Trie scope error, string should be empty");
|
| D | re_tests | 1074 X(A|B||C|D)Y XXXYYY y $& XY # Trie w/ NOTHING 1075 (?i:X([A]|[B]|y[Y]y|[D]|)Y) XXXYYYB y $& XY # Trie w/ NOTHING
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | regcomp.sym | 190 #*Trie Related
|
| D | MANIFEST | 176 regcomp_trie.c Trie logic for regular expression compiler
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5100delta.pod | 420 See L</"Trie optimisation of literal string alternations">. 1129 =item Trie optimisation of literal string alternations
|
| D | perldebguts.pod | 721 # Trie Related
|