Searched defs:IDEnd (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp284 const char *IDEnd = IDStart; local
285 while (*IDEnd >= '0' && *IDEnd <= '9') ++IDEnd;
288 if (StringRef(IDStart, IDEnd-IDStart).getAsInteger(10, Val))
291 LastEmitted = IDEnd;

Completed in 61 milliseconds