Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TableGen/
DRecord.h2063 bool IsDigitPart = isDigit(Curr[0]); in RecordParts() local
2066 if (IsDigit != IsDigitPart) { in RecordParts()
2067 Parts.push_back(std::make_pair(IsDigitPart, StringRef(Start, Len))); in RecordParts()
2070 IsDigitPart = isDigit(Curr[I]); in RecordParts()
2074 Parts.push_back(std::make_pair(IsDigitPart, StringRef(Start, Len))); in RecordParts()