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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp199 const char *IDEnd = IDStart; local
200 while (*IDEnd >= '0' && *IDEnd <= '9') ++IDEnd;
203 if (StringRef(IDStart, IDEnd-IDStart).getAsInteger(10, Val))
206 LastEmitted = IDEnd;
343 const char *IDEnd = IDStart; local
344 while (*IDEnd >= '0' && *IDEnd <= '9') ++IDEnd;
[all...]

Completed in 70 milliseconds