Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp594 StringRef allowedPunctChars = "$._-", in sanitizeIdentifier() argument
600 if (llvm::isAlnum(ch) || allowedPunctChars.contains(ch)) in sanitizeIdentifier()
628 if (!llvm::isAlnum(ch) && !allowedPunctChars.contains(ch)) { in sanitizeIdentifier()