Home
last modified time | relevance | path

Searched refs:test_with_func (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm-libc/test/src/stdio/
H A Dfgetc_test.cpp25 void test_with_func(GetcFunc *func, const char *filename) { in test_with_func() function in LlvmLibcGetcTest
57 test_with_func(&LIBC_NAMESPACE::fgetc, "testdata/fgetc.test"); in TEST_F()
61 test_with_func(&LIBC_NAMESPACE::getc, "testdata/getc.test"); in TEST_F()
H A Dfgetc_unlocked_test.cpp28 void test_with_func(GetcFunc *func, const char *filename) { in test_with_func() function in LlvmLibcGetcTest
62 test_with_func(&LIBC_NAMESPACE::fgetc_unlocked, in TEST_F()
67 test_with_func(&LIBC_NAMESPACE::getc_unlocked, "testdata/getc_unlocked.test"); in TEST_F()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/any/test/
Dany_test.cpp41 void test_with_func();
58 { "implicit cast of returned value",test_with_func },
291 void test_with_func() in test_with_func() function