Searched refs:NeedsQuotes (Results 1 – 2 of 2) sorted by relevance
100 bool NeedsQuotes = isdigit(Name[0]); in PrintLLVMName() local101 if (!NeedsQuotes) { in PrintLLVMName()105 NeedsQuotes = true; in PrintLLVMName()112 if (!NeedsQuotes) { in PrintLLVMName()
363 bool NeedsQuotes = isdigit(static_cast<unsigned char>(Name[0])); in printLLVMNameWithoutPrefix() local364 if (!NeedsQuotes) { in printLLVMNameWithoutPrefix()373 NeedsQuotes = true; in printLLVMNameWithoutPrefix()380 if (!NeedsQuotes) { in printLLVMNameWithoutPrefix()