Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DAsmWriter.cpp346 bool NeedsQuotes = isdigit(static_cast<unsigned char>(Name[0])); in printLLVMNameWithoutPrefix() local
347 if (!NeedsQuotes) { in printLLVMNameWithoutPrefix()
356 NeedsQuotes = true; in printLLVMNameWithoutPrefix()
363 if (!NeedsQuotes) { in printLLVMNameWithoutPrefix()