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

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp327 const char *FmtStr = (const char *)GVTOP(Args[1]); local
333 GV.IntVal = APInt(32, strlen(FmtStr));
335 switch (*FmtStr) {
338 sprintf(OutputBuffer++, "%c", *FmtStr++);
341 sprintf(OutputBuffer, "%c%c", *FmtStr, *(FmtStr+1));
342 FmtStr += 2; OutputBuffer += 2;
348 *FB++ = *FmtStr++;
349 char Last = *FB++ = *FmtStr++;
356 Last = *FB++ = *FmtStr
[all...]

Completed in 47 milliseconds