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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp197 const char *IDEnd = IDStart; local
198 while (*IDEnd >= '0' && *IDEnd <= '9') ++IDEnd;
201 if (StringRef(IDStart, IDEnd-IDStart).getAsInteger(10, Val))
204 LastEmitted = IDEnd;
341 const char *IDEnd = IDStart; local
342 while (*IDEnd >= '0' && *IDEnd <= '9') ++IDEnd;
[all...]

Completed in 29 milliseconds