enum FileCheckKind

Declared at: llvm/include/llvm/Support/FileCheck.h:46

Enumerators

NameValueComment
CheckNone0
CheckPlain1
CheckNext2
CheckSame3
CheckNot4
CheckDAG5
CheckLabel6
CheckEmpty7
CheckEOF8Indicates the pattern only matches the end of file. This is used for trailing CHECK-NOTs.
CheckBadNot9Marks when parsing found a -NOT check combined with another CHECK suffix.
CheckBadCount10Marks when parsing found a -COUNT directive with invalid count value.