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 D | buffered_reads.pass.cpp | 49 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 D | read-volatile-register.ll | 4 define i32 @test_read() { 5 ; CHECK-LABEL: define i32 @test_read()
|
/llvm-project/lldb/test/API/python_api/process/ |
H A D | main.cpp | 25 char test_read (char *ptr) in test_read() function
|
/llvm-project/clang/test/Analysis/ |
H A D | vector.m | 31 void test_read(void) { function
|
/llvm-project/compiler-rt/test/dfsan/ |
H A D | custom.cpp | 823 void test_read() { in test_read() function 2332 test_read(); in main()
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_test.c | 545 static int test_read(isl_ctx *ctx) in test_read() function 11013 { "reading", &test_read },
|