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

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 197 const char *IDEnd = IDStart;
198 while (*IDEnd >= '0' && *IDEnd <= '9') ++IDEnd;
201 if (StringRef(IDStart, IDEnd-IDStart).getAsInteger(10, Val))
204 LastEmitted = IDEnd;
341 const char *IDEnd = IDStart;
342 while (*IDEnd >= '0' && *IDEnd <= '9') ++IDEnd;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 281 const char *IDEnd = IDStart;
282 while (*IDEnd >= '0' && *IDEnd <= '9') ++IDEnd;
285 if (StringRef(IDStart, IDEnd-IDStart).getAsInteger(10, Val))
288 LastEmitted = IDEnd;

Completed in 489 milliseconds