Searched refs:test_with_func (Results 1 – 3 of 3) sorted by relevance
25 void test_with_func(GetcFunc *func, const char *filename) { in test_with_func() function in LlvmLibcGetcTest57 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()
28 void test_with_func(GetcFunc *func, const char *filename) { in test_with_func() function in LlvmLibcGetcTest62 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()
41 void test_with_func();58 { "implicit cast of returned value",test_with_func },291 void test_with_func() in test_with_func() function