Home
last modified time | relevance | path

Searched refs:not_found (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/libcxx/test/libcxx/gdb/
H A Dgdb_pretty_printer_test.sh.cpp479 auto not_found = one_two_three.find(1234); in set_iterator_test() local
480 MarkAsLive(not_found); in set_iterator_test()
497 auto not_found = one_two_three.find(7); in map_iterator_test() local
498 MarkAsLive(not_found); in map_iterator_test()
582 auto not_found = ones_to_eights.find(5); in unordered_map_iterator_test() local
583 MarkAsLive(not_found); in unordered_map_iterator_test()
599 auto not_found = ones.find(5); in unordered_set_iterator_test() local
600 MarkAsLive(not_found); in unordered_set_iterator_test()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.file_status/
H A Dfile_status.cons.pass.cpp47 const file_status f(file_type::not_found); in main()
48 assert(f.type() == file_type::not_found); in main()
/llvm-project-15.0.7/llvm/test/Transforms/RewriteStatepointsForGC/
H A Dbase-pointers-8.ll33 ; CHECK: not_found:
49 br i1 %index_lt, label %check_for_null, label %not_found
62 not_found: ; preds = %loop_check
/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dfile_type.h28 not_found = -1, enumerator
H A Doperations.h98 …xists(file_status __s) noexcept { return status_known(__s) && __s.type() != file_type::not_found; } in exists()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/
H A Dstatus.pass.cpp47 TEST_CHECK(st.type() == file_type::not_found); in TEST_CASE()
52 TEST_CHECK(st.type() == file_type::not_found); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status_known/
H A Dstatus_known.pass.cpp42 {file_type::not_found, true}, in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.enum/
H A Denum.file_type.pass.cpp37 E::not_found == ME(-1) && in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/
H A Dsymlink_status.pass.cpp46 TEST_CHECK(st.type() == file_type::not_found); in TEST_CASE()
51 TEST_CHECK(st.type() == file_type::not_found); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_block_file/
H A Dis_block_file.pass.cpp47 {file_type::not_found, false}, in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_fifo/
H A Dis_fifo.pass.cpp47 {file_type::not_found, false}, in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_other/
H A Dis_other.pass.cpp47 {file_type::not_found, false}, in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_char_file/
H A Dis_character_file.pass.cpp47 {file_type::not_found, false}, in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_socket/
H A Dis_socket.pass.cpp47 {file_type::not_found, false}, in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_regular_file/
H A Dis_regular_file.pass.cpp47 {file_type::not_found, false}, in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_directory/
H A Dis_directory.pass.cpp47 {file_type::not_found, false}, in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_symlink/
H A Dis_symlink.pass.cpp47 {file_type::not_found, false}, in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.exists/
H A Dexists.pass.cpp47 {file_type::not_found, false}, in TEST_CASE()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DFeatureModulesTests.cpp105 #include "not_found.h" in TEST()
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp546 return file_status(file_type::not_found); in create_file_status()