Searched defs:pref (Results 1 – 9 of 9) sorted by relevance
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/ |
H A D | source.pass.cpp | 59 path& pref = (p = S); in RunTestCase() local 71 path& pref = p.assign(S); in RunTestCase() local 85 path& pref = (p = S); in RunTestCase() local 97 path& pref = p.assign(S); in RunTestCase() local 112 path& pref = (p = TestPath); in RunTestCase() local 122 path& pref = p.assign(TestPath); in RunTestCase() local 132 path& pref = p.assign(TestPath, TestPathEnd); in RunTestCase() local 147 path& pref = (p = it); in RunTestCase() local 158 path& pref = p.assign(it); in RunTestCase() local 170 path& pref = p.assign(it, e); in RunTestCase() local
|
H A D | copy.pass.cpp | 33 path& pref = (p2 = p); in main() local
|
H A D | move.pass.cpp | 40 path& pref = (p2 = std::move(p)); in main() local
|
/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/ |
H A D | path.pass.cpp | 38 path const& pref = e.path(); in test_path_method() local 71 path const& pref = e; in test_path_conversion() local 77 path const& pref = e; in test_path_conversion() local
|
/llvm-project/libc/test/src/pthread/ |
H A D | pthread_rwlockattr_test.cpp | 32 int pref = 1337; in TEST() local 49 int pref = 1337; in TEST() local 73 int pref = 1337; in TEST() local
|
/llvm-project/libc/include/llvm-libc-types/ |
H A D | pthread_rwlockattr_t.h | 13 int pref; member
|
/llvm-project/clang/test/Sema/ |
H A D | align-x86-abi7.c | 7 #define CHECK_ALIGNMENT(type, name, pref) \ argument
|
H A D | align-x86.c | 6 #define CHECK_ALIGNMENT(type, name, abi, pref) \ argument
|
/llvm-project/llvm/test/MC/Mips/micromips/ |
H A D | valid.s | 260 pref 1, 8($5) # CHECK: pref 1, 8($5) # encoding: [0x60,0x25,0x20,0x08] label
|