Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DAsmWriter.cpp354 bool NeedsQuotes = isdigit(static_cast<unsigned char>(Name[0])); in PrintLLVMName() local
355 if (!NeedsQuotes) { in PrintLLVMName()
364 NeedsQuotes = true; in PrintLLVMName()
371 if (!NeedsQuotes) { in PrintLLVMName()