Searched refs:EXHAUSTIVE (Results 1 – 3 of 3) sorted by relevance
524 #define EXHAUSTIVE 0x010 /* Test all combinations of active options */ macro1449 const int exhaustive = (dp->options & EXHAUSTIVE) != 0; in test_one_file()1601 d.options |= EXHAUSTIVE; in main()1604 d.options &= ~EXHAUSTIVE; in main()
14 ; RUN: FileCheck --input-file=%t %s --check-prefix=CHECK-EXHAUSTIVE29 ; CHECK-EXHAUSTIVE-NOT: error: register allocation failed: maximum {{depth|interference}} for recol…
51 #define EXHAUSTIVE(id,test) case id: \ macro