Home
last modified time | relevance | path

Searched refs:AlternateForm (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h58 bool AlternateForm = false; member
68 Precision == Other.Precision && AlternateForm == Other.AlternateForm;
86 explicit ExpressionFormat(Kind Value, unsigned Precision, bool AlternateForm) in ExpressionFormat()
87 : Value(Value), Precision(Precision), AlternateForm(AlternateForm){}; in ExpressionFormat()
H A DFileCheck.cpp48 StringRef AlternateFormPrefix = AlternateForm ? StringRef("0x") : StringRef(); in getWildcardRegex()
109 StringRef AlternateFormPrefix = AlternateForm ? StringRef("0x") : StringRef(); in getMatchingString()
142 !ValueIsSigned && AlternateForm && !StrVal.consume_front("0x"); in valueFromStringRepr()
678 bool AlternateForm = FormatExpr.consume_front("#"); in parseNumericSubstitutionBlock() local
702 Precision, AlternateForm); in parseNumericSubstitutionBlock()
706 Precision, AlternateForm); in parseNumericSubstitutionBlock()
714 if (AlternateForm && ExplicitFormat != ExpressionFormat::Kind::HexLower && in parseNumericSubstitutionBlock()