Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp595 bool allowTrailingDigit = true) { in sanitizeIdentifier() argument
620 if (!allowTrailingDigit && isdigit(name.back())) { in sanitizeIdentifier()