Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dcharacter.cpp334 bool inSet{false}; in ScanVerify() local
338 inSet = true; in ScanVerify()
342 if (inSet != (FUNC == CharFunc::Verify)) { in ScanVerify()
364 bool inSet{((bitSet[ch / 64] >> (ch % 64)) & 1) != 0}; in ScanVerify() local
365 if (inSet != IS_VERIFY) { in ScanVerify()