Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp502 char *EStr; int Sz; in getInlineAsmLength() local
503 Sz = strtol(Str+6, &EStr, 10); in getInlineAsmLength()
504 while (isspace(*EStr)) ++EStr; in getInlineAsmLength()
505 if (*EStr=='\0') { in getInlineAsmLength()