Searched refs:NeedsQuotes (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp406 bool NeedsQuotes = isdigit(static_cast<unsigned char>(Name[0])); local
407 if (!NeedsQuotes) {
416 NeedsQuotes = true;
423 if (!NeedsQuotes) {

Completed in 310 milliseconds