Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A Dfgets_fputs.cpp38 int testno = argv[1][0] - '0'; in main() local
39 if (testno == 1) { in main()
42 if (testno == 2) in main()
44 if (testno == 3) in main()
/llvm-project-15.0.7/clang/test/Sema/
H A Dconst-eval.c4 #define EVAL_EXPR(testno, expr) enum { test##testno = (expr) }; struct check_positive##testno { int… argument
H A Dconst-eval-64.c3 #define EVAL_EXPR(testno, expr) int test##testno = sizeof(struct{char qq[expr];}); argument