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