Lines Matching +full:check +full:- +full:all
4 // RUN: c-index-test -test-load-source all %s 2>&1|FileCheck -check-prefix=CHECK-BOTH-WARNINGS %s
5 // RUN: c-index-test -test-load-source-reparse 5 all %s 2>&1|FileCheck -check-prefix=CHECK-BOTH-WAR…
6 // RUN: c-index-test -test-load-source all -Wno-return-type %s 2>&1|FileCheck -check-prefix=CHECK-…
7 // RUN: c-index-test -test-load-source-reparse 5 all -Wno-return-type %s 2>&1|FileCheck -check-pref…
8 // RUN: c-index-test -test-load-source all -w %s 2>&1 | FileCheck -check-prefix=NOWARNINGS %s
9 // RUN: c-index-test -test-load-source-reparse 5 all -w %s 2>&1 | FileCheck -check-prefix=NOWARNING…
10 // RUN: c-index-test -test-load-source all -w -O4 %s 2>&1 | FileCheck -check-prefix=NOWARNINGS %s
12 // CHECK-BOTH-WARNINGS: warning: control reaches end of non-void function
13 // CHECK-BOTH-WARNINGS: warning: incompatible pointer types returning 'float *' from a function wit…
15 // CHECK-SECOND-WARNING-NOT:control reaches end of non-void
16 // CHECK-SECOND-WARNING: warning: incompatible pointer types returning 'float *' from a function wi…
18 // NOWARNINGS-NOT: warning: