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