LLVM 19.0.0git
Classes | Enumerations
llvm::Check Namespace Reference

Classes

class  FileCheckType
 

Enumerations

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

Enumeration Type Documentation

◆ 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 49 of file FileCheck.h.

◆ FileCheckKindModifier

Enumerator
ModifierLiteral 

Modifies directive to perform literal match.

Size 

Definition at line 72 of file FileCheck.h.