Searched defs:primary (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libc/src/__support/HashTable/ | ||
H A D | table.h | 187 uint64_t primary = oneshot_hash(item.key); unsafe_insert() local |
/llvm-project/libc/src/__support/File/ | ||
H A D | file.cpp | 158 // The primary piece is everything in |data| up to the newline. It's written in write_unlocked_lbf() local |
/llvm-project/clang/test/SemaTemplate/ | ||
H A D | concepts-out-of-line-def.cpp | 21 template <class T, class U> constexpr int S<T, U>::primary() { in primary() function in members::S |
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/ | ||
H A D | PredicateTree.cpp | 740 unsigned primary = 0; member |