Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp97 bool AllowHex; member
116 AllowHex = Kind == ExpressionFormat::Kind::HexLower || in SetUp()
122 if (!AllowHex) { in SetUp()
145 ASSERT_TRUE(TrailExtendTo == 0 || AllowHex); in checkWildcardRegexMatch()
248 if (AllowHex) { in TEST_P()