Home | History | Annotate | Download | only in drs

Lines Matching defs:Test

131 // FIXME: Add a codegen test.
134 int test[fold((int*)(void*)0) ? -1 : 1];
159 void test(int n, const int cn, int **p, int *S::*pm) {
214 void test(int (&a)[3], S<3> s) {
361 void test() {
709 // FIXME: Add a codegen test.
712 const ir r = n; // expected-warning {{has no effect}} FIXME: Test if this has internal linkage.
750 void test(C c, D d) {
757 struct Test {
933 // dr593 needs an IRGen test.