Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp100 bool NeedsQuotes = isdigit(Name[0]); in PrintLLVMName() local
101 if (!NeedsQuotes) { in PrintLLVMName()
105 NeedsQuotes = true; in PrintLLVMName()
112 if (!NeedsQuotes) { in PrintLLVMName()
/external/llvm/lib/IR/
DAsmWriter.cpp363 bool NeedsQuotes = isdigit(static_cast<unsigned char>(Name[0])); in printLLVMNameWithoutPrefix() local
364 if (!NeedsQuotes) { in printLLVMNameWithoutPrefix()
373 NeedsQuotes = true; in printLLVMNameWithoutPrefix()
380 if (!NeedsQuotes) { in printLLVMNameWithoutPrefix()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp402 bool NeedsQuotes = isdigit(static_cast<unsigned char>(Name[0])); in printLLVMNameWithoutPrefix() local
403 if (!NeedsQuotes) { in printLLVMNameWithoutPrefix()
412 NeedsQuotes = true; in printLLVMNameWithoutPrefix()
419 if (!NeedsQuotes) { in printLLVMNameWithoutPrefix()