Searched refs:EStr (Results 1 – 1 of 1) sorted by relevance
510 char *EStr; int Sz; in getInlineAsmLength() local511 Sz = strtol(Str+6, &EStr, 10); in getInlineAsmLength()512 while (isspace(*EStr)) ++EStr; in getInlineAsmLength()513 if (*EStr=='\0') { in getInlineAsmLength()