Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DLexer.cpp26 static bool isPunct(char c) { in isPunct() function
374 } else if (isalpha(*curPtr) || isPunct(*curPtr)) { in lexPrefixedIdentifier()
377 } while (isalpha(*curPtr) || isdigit(*curPtr) || isPunct(*curPtr)); in lexPrefixedIdentifier()