LLVM  8.0.1
Classes | Enumerations
llvm::Check Namespace Reference

Classes

class  FileCheckType
 

Enumerations

enum  FileCheckKind {
  CheckNone = 0, CheckPlain, CheckNext, CheckSame,
  CheckNot, CheckDAG, CheckLabel, CheckEmpty,
  CheckEOF, CheckBadNot, CheckBadCount
}
 

Enumeration Type Documentation

◆ FileCheckKind

Enumerator
CheckNone 
CheckPlain 
CheckNext 
CheckSame 
CheckNot 
CheckDAG 
CheckLabel 
CheckEmpty 
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 47 of file FileCheck.h.