Lines Matching refs:matching
1 FileCheck - Flexible pattern matching file verifier
17 using :program:`grep`, but it is optimized for matching multiple different
236 occurrences matching ``CHECK-DAG:`` before ``CHECK-NOT:`` must not fall behind
237 occurrences matching ``CHECK-DAG:`` after ``CHECK-NOT:``. For example,
251 or more ``CHECK:`` directives may inadvertently succeed by matching lines in a
263 preventing a ``CHECK:`` directive in one block matching a line in another block.
302 For most uses of FileCheck, fixed string matching is perfectly sufficient. For
303 some things, a more flexible form of matching is desired. To support this,
304 FileCheck allows you to specify regular expressions in matching strings,
306 string matching for a majority of what we do, FileCheck has been designed to
307 support mixing and matching fixed string matching with regular expressions.