Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Parser/
DLexer.cpp203 auto isAllDigit = [](StringRef str) { in lexBareIdentifierOrKeyword() local
209 isAllDigit(spelling.drop_front())) || in lexBareIdentifierOrKeyword()
212 isAllDigit(spelling.drop_front(2)))) in lexBareIdentifierOrKeyword()