LLVM: llvm::Check Namespace Reference (original) (raw)

Enumerations
enum FileCheckKind { CheckNone = 0 , CheckMisspelled, CheckPlain, CheckNext, CheckSame, CheckNot, CheckDAG, CheckLabel, CheckEmpty, CheckComment, CheckEOF, CheckBadNot, CheckBadCount }
enum FileCheckKindModifier { ModifierLiteral = 0 , Size }

FileCheckKind

Enumerator
CheckNone
CheckMisspelled
CheckPlain
CheckNext
CheckSame
CheckNot
CheckDAG
CheckLabel
CheckEmpty
CheckComment
CheckEOF Indicates the pattern only matches the end of file. This is used for trailing CHECK-NOTs.
CheckBadNot Marks when parsing found a -NOT check combined with another CHECK suffix.
CheckBadCount Marks when parsing found a -COUNT directive with invalid count value.

Definition at line 50 of file FileCheck.h.

FileCheckKindModifier

Enumerator
ModifierLiteral Modifies directive to perform literal match.
Size

Definition at line 73 of file FileCheck.h.