Home
last modified time | relevance | path

Searched refs:test_read (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/
H A Dbuffered_reads.pass.cpp49 void test_read(BufferPolicy policy, const std::vector<std::streamsize>& payload_sizes) { in test_read() function
162 test_read(LibraryDefaultBuffer(), {x}); in test_1_read()
171 test_read(LibraryManagedBuffer(b), {x}); in test_1_read()
181 test_read(UserManagedBuffer(b), {x}); in test_1_read()
194 test_read(LibraryDefaultBuffer(), {a, b}); in test_2_reads()
205 test_read(LibraryManagedBuffer(buf), {a, b}); in test_2_reads()
217 test_read(UserManagedBuffer(buf), {a, b}); in test_2_reads()
/llvm-project/llvm/test/Transforms/LICM/
H A Dread-volatile-register.ll4 define i32 @test_read() {
5 ; CHECK-LABEL: define i32 @test_read()
/llvm-project/lldb/test/API/python_api/process/
H A Dmain.cpp25 char test_read (char *ptr) in test_read() function
/llvm-project/clang/test/Analysis/
H A Dvector.m31 void test_read(void) { function
/llvm-project/compiler-rt/test/dfsan/
H A Dcustom.cpp823 void test_read() { in test_read() function
2332 test_read(); in main()
/llvm-project/polly/lib/External/isl/
H A Disl_test.c545 static int test_read(isl_ctx *ctx) in test_read() function
11013 { "reading", &test_read },