Home
last modified time | relevance | path

Searched refs:Trie (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
Dfunction_call_trie_test.cpp23 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/
DMachOObjectFile.cpp2916 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/
Dxray_profile_collector.cpp168 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/
DMachO.h75 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/
Dpat_advanced.t1762 is(length $str, 0, "Trie scope error, string should be empty");
1770 is(length $str, 0, "Trie scope error, string should be empty");
Dre_tests1074 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/
Dregcomp.sym190 #*Trie Related
DMANIFEST176 regcomp_trie.c Trie logic for regular expression compiler
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5100delta.pod420 See L</"Trie optimisation of literal string alternations">.
1129 =item Trie optimisation of literal string alternations
Dperldebguts.pod721 # Trie Related