Searched refs:EStr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp510 char *EStr; int Sz; local
511 Sz = strtol(Str+6, &EStr, 10);
512 while (isspace(*EStr)) ++EStr;
513 if (*EStr=='\0') {

Completed in 2462 milliseconds