HomeSort by relevance Sort by last modified time
    Searched full:needsquotes (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/IR/
AsmWriter.cpp 119 bool NeedsQuotes = isdigit(static_cast<unsigned char>(Name[0]));
120 if (!NeedsQuotes) {
129 NeedsQuotes = true;
136 if (!NeedsQuotes) {
    [all...]

Completed in 48 milliseconds