Lines Matching full:filecheck
2 RUN: FileCheck --check-prefix=INVALID-ENCODING %s
4 RUN: FileCheck --check-prefix=BAD-ABBREV %s
6 RUN: FileCheck --check-prefix=UNEXPECTED-EOF %s
8 RUN: FileCheck --check-prefix=BAD-ABBREV-NUMBER %s
10 RUN: FileCheck --check-prefix=BAD-TYPE-TABLE-FORWARD-REF %s
12 RUN: FileCheck --check-prefix=BAD-BITWIDTH %s
14 RUN: FileCheck --check-prefix=BAD-ALIGN %s
16 RUN: FileCheck --check-prefix=MISMATCHED-EXPLICIT-GEP %s
18 RUN: FileCheck --check-prefix=MISMATCHED-EXPLICIT-LOAD %s
20 RUN: FileCheck --check-prefix=MISMATCHED-EXPLICIT-GEP-OPERATOR %s
22 RUN: FileCheck --check-prefix=MISMATCHED-EXPLICIT-CALL %s
24 RUN: FileCheck --check-prefix=NON-FUNCTION-EXPLICIT-CALL %s
26 RUN: FileCheck --check-prefix=MISMATCHED-EXPLICIT-INVOKE %s
28 RUN: FileCheck --check-prefix=NON-FUNCTION-EXPLICIT-INVOKE %s
46 RUN: FileCheck --check-prefix=EXTRACT-ARRAY %s
48 RUN: FileCheck --check-prefix=EXTRACT-STRUCT %s
50 RUN: FileCheck --check-prefix=EXTRACT-IDXS %s
52 RUN: FileCheck --check-prefix=INSERT-ARRAY %s
54 RUN: FileCheck --check-prefix=INSERT-STRUCT %s
56 RUN: FileCheck --check-prefix=INSERT-IDXS %s
67 RUN: FileCheck --check-prefix=NO-MODULE %s
72 RUN: FileCheck --check-prefix=FP-SHIFT %s
77 RUN: FileCheck --check-prefix=HUGE-ABBREV-OP %s
79 RUN: FileCheck --check-prefix=HUGE-ABBREV-OP %s
84 RUN: FileCheck --check-prefix=ARRAY-TYPE %s
89 RUN: FileCheck --check-prefix=INVALID-TYPE %s
91 RUN: FileCheck --check-prefix=INVALID-TYPE %s
93 RUN: FileCheck --check-prefix=INVALID-TYPE %s
98 RUN: FileCheck --check-prefix=FWDREF-TYPE %s
103 RUN: FileCheck --check-prefix=FWDREF-TYPE-MISMATCH %s
108 RUN: FileCheck --check-prefix=ELEMENT-TYPE %s
110 RUN: FileCheck --check-prefix=ELEMENT-TYPE %s
112 RUN: FileCheck --check-prefix=ELEMENT-TYPE %s
117 RUN: FileCheck --check-prefix=INVALID-CAST %s
122 RUN: FileCheck --check-prefix=ARRAY-NOT-2LAST %s
127 RUN: FileCheck --check-prefix=HUGE-FWDREF %s
132 RUN: FileCheck --check-prefix=LOAD-BAD-TYPE %s
137 RUN: FileCheck --check-prefix=GCTABLE-OFLOW %s
142 RUN: FileCheck --check-prefix=INSERT-0-IDXS %s
147 RUN: FileCheck --check-prefix=EXTRACT-0-IDXS %s
152 RUN: FileCheck --check-prefix=BAD-LOAD-PTR-TYPE %s
157 RUN: FileCheck --check-prefix=INSERT-TYPE-MISMATCH %s
162 RUN: FileCheck --check-prefix=INVALID-CODELENWIDTH %s
167 RUN: FileCheck --check-prefix=INVALID-ARGUMENT-TYPE %s
172 RUN: FileCheck --check-prefix=INVALID-FCOMDAT-ID %s
177 RUN: FileCheck --check-prefix=INVALID-GVCOMDAT-ID %s
182 RUN: FileCheck --check-prefix=ABBREV-NO-OPS %s
187 RUN: FileCheck --check-prefix=ARRAY-OP-ENC %s
192 RUN: FileCheck --check-prefix=META-NOT-FOLLOWED-BY-NAMED-META %s
197 RUN: FileCheck --check-prefix=VECTOR-LENGTH %s
202 RUN: FileCheck --check-prefix=ALIAS-TYPE-MISMATCH %s
207 RUN: FileCheck --check-prefix=NO-FUNCTION-BLOCK %s
212 RUN: FileCheck --check-prefix=NAME-WITH-0 %s
217 RUN: FileCheck --check-prefix=VOID-CONSTANT-TYPE %s
222 RUN: FileCheck --check-prefix=GEP-NO-OPERANDS %s
227 RUN: FileCheck --check-prefix=NONPOINTER-STOREATOMIC %s
232 RUN: FileCheck --check-prefix=NONPOINTER-ATOMICRMW %s