Lines Matching defs:Test
131 // FIXME: Add a codegen test.
134 int test[fold((int*)(void*)0) ? -1 : 1];
158 void test(int n, const int cn, int **p, int *S::*pm) {
213 void test(int (&a)[3], S<3> s) {
360 void test() {
708 // FIXME: Add a codegen test.
711 const ir r = n; // expected-warning {{has no effect}} FIXME: Test if this has internal linkage.
749 void test(C c, D d) {
756 struct Test {
945 // dr593 needs an IRGen test.