HomeSort by relevance Sort by last modified time
    Searched refs:NeedsQuotes (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp 100 bool NeedsQuotes = isdigit(Name[0]);
101 if (!NeedsQuotes) {
105 NeedsQuotes = true;
112 if (!NeedsQuotes) {
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 363 bool NeedsQuotes = isdigit(static_cast<unsigned char>(Name[0]));
364 if (!NeedsQuotes) {
373 NeedsQuotes = true;
380 if (!NeedsQuotes) {
    [all...]

Completed in 193 milliseconds