enum class ExpressionFormat::Kind

Declared at: llvm/lib/FileCheck/FileCheckImpl.h:40

Enumerators

NameValueComment
NoFormat0Denote absence of format. Used for implicit format of literals and empty expressions.
Unsigned1Value is an unsigned integer and should be printed as a decimal number.
Signed2Value is a signed integer and should be printed as a decimal number.
HexUpper3Value should be printed as an uppercase hex number.
HexLower4Value should be printed as a lowercase hex number.