HomeSort by relevance Sort by last modified time
    Searched refs:testno (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Sema/
const-eval-64.c 4 #define EVAL_EXPR(testno, expr) int test##testno = sizeof(struct{char qq[expr];});
const-eval.c 3 #define EVAL_EXPR(testno, expr) int test##testno = sizeof(struct{char qq[expr];});
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-regex2.c 27 int testno, i, j, k, l; local
66 for (testno = 0; testno < 4; ++testno)
73 printf ("test %d pattern %d", testno, i);
74 if (testno < 2)
77 REG_EXTENDED | (testno ? REG_NOSUB : 0));
91 | (testno == 3 ? RE_NO_SUB : 0));
102 if (testno == 3)
106 if (testno < 2
    [all...]

Completed in 1996 milliseconds