Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp94 bool AllowHex; member
113 AllowHex = Kind == ExpressionFormat::Kind::HexLower || in SetUp()
119 if (!AllowHex) { in SetUp()
142 ASSERT_TRUE(TrailExtendTo == 0 || AllowHex); in checkWildcardRegexMatch()
259 if (AllowHex) { in TEST_P()