Lines Matching refs:directives
177 this case, you can use "``CHECK:``" and "``CHECK-NEXT:``" directives to specify
201 "``CHECK-NEXT:``" directives reject the input unless there is exactly one
210 and "``CHECK-SAME:``" directives to specify this. If you specified a custom
226 "``CHECK-SAME:``" directives reject the input if there are any newlines between
274 ``CHECK-NOT:`` directives could be mixed with ``CHECK-DAG:`` directives to
275 exclude strings between the surrounding ``CHECK-DAG:`` directives. As a result,
276 the surrounding ``CHECK-DAG:`` directives cannot be reordered, i.e. all
334 or more ``CHECK:`` directives may inadvertently succeed by matching lines in a
368 The use of ``CHECK-LABEL:`` directives in this case ensures that the three
369 ``CHECK:`` directives only accept lines corresponding to the body of the
371 the file. Furthermore, if one of these three ``CHECK:`` directives fail,
375 There is no requirement that ``CHECK-LABEL:`` directives contain strings that
379 ``CHECK-LABEL:`` directives cannot contain variable definitions or uses.
384 All FileCheck directives take a pattern to match.