Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/__support/CPP/
H A Dblockstore_test.cpp55 template <bool REVERSE> void empty_test() { in empty_test() function in LlvmLibcBlockStoreTest
97 empty_test<false>(); in TEST_F()
98 empty_test<true>(); in TEST_F()
/llvm-project-15.0.7/clang/test/Sema/
H A Dinit-randomized-struct.c55 struct empty_test { struct
58 struct empty_test t10 = {}; // Okay
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddcl_init_aggr.cpp116 } empty_test = { { }, 3 }; variable