Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
114 StringRef AlternateFormPrefix = AlternateForm ? StringRef("0x") : StringRef(); in getMatchingString()
148 bool MissingFormPrefix = AlternateForm && !StrVal.consume_front("0x"); in valueFromStringRepr()
791 bool AlternateForm = FormatExpr.consume_front("#"); in parseNumericSubstitutionBlock() local
815 Precision, AlternateForm); in parseNumericSubstitutionBlock()
819 Precision, AlternateForm); in parseNumericSubstitutionBlock()
827 if (AlternateForm && ExplicitFormat != ExpressionFormat::Kind::HexLower && in parseNumericSubstitutionBlock()