Home
last modified time | relevance | path

Searched refs:testx (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcompare.cpp416 void testx() { in testx() function
423 testx<A>(); in test13()
424 testx<B>(); in test13()
/llvm-project-15.0.7/clang/test/Sema/
H A Ddecl-type-merging.c5 int testx[(sizeof(x) == sizeof(int) * 10) ? 1 : -1]; variable