enum FileCheckKind
Declared at: llvm/include/llvm/FileCheck/FileCheck.h:49
Enumerators
Name | Value | Comment |
---|---|---|
CheckNone | 0 | |
CheckMisspelled | 1 | |
CheckPlain | 2 | |
CheckNext | 3 | |
CheckSame | 4 | |
CheckNot | 5 | |
CheckDAG | 6 | |
CheckLabel | 7 | |
CheckEmpty | 8 | |
CheckComment | 9 | |
CheckEOF | 10 | Indicates the pattern only matches the end of file. This is used for trailing CHECK-NOTs. |
CheckBadNot | 11 | Marks when parsing found a -NOT check combined with another CHECK suffix. |
CheckBadCount | 12 | Marks when parsing found a -COUNT directive with invalid count value. |