Home
last modified time | relevance | path

Searched defs:primary (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libc/src/__support/HashTable/
H A Dtable.h187 uint64_t primary = oneshot_hash(item.key); unsafe_insert() local
339 uint64_t primary = oneshot_hash(key); find() local
347 uint64_t primary = table->oneshot_hash(item.key); insert() local
[all...]
/llvm-project/libc/src/__support/File/
H A Dfile.cpp158 // The primary piece is everything in |data| up to the newline. It's written in write_unlocked_lbf() local
76 cpp::span<const uint8_t> primary(data, split_point); write_unlocked_fbf() local
[all...]
/llvm-project/clang/test/SemaTemplate/
H A Dconcepts-out-of-line-def.cpp21 template <class T, class U> constexpr int S<T, U>::primary() { in primary() function in members::S
98 constexpr int S<Outer>::primary(Inner) { in primary() function in multiple_template_parameter_lists::S
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.cpp740 unsigned primary = 0; member
[all...]