reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
  362       while (Last != 'c' && Last != 'd' && Last != 'i' && Last != 'u' &&
  362       while (Last != 'c' && Last != 'd' && Last != 'i' && Last != 'u' &&
  362       while (Last != 'c' && Last != 'd' && Last != 'i' && Last != 'u' &&
  362       while (Last != 'c' && Last != 'd' && Last != 'i' && Last != 'u' &&
  363              Last != 'o' && Last != 'x' && Last != 'X' && Last != 'e' &&
  363              Last != 'o' && Last != 'x' && Last != 'X' && Last != 'e' &&
  363              Last != 'o' && Last != 'x' && Last != 'X' && Last != 'e' &&
  363              Last != 'o' && Last != 'x' && Last != 'X' && Last != 'e' &&
  364              Last != 'E' && Last != 'g' && Last != 'G' && Last != 'f' &&
  364              Last != 'E' && Last != 'g' && Last != 'G' && Last != 'f' &&
  364              Last != 'E' && Last != 'g' && Last != 'G' && Last != 'f' &&
  364              Last != 'E' && Last != 'g' && Last != 'G' && Last != 'f' &&
  365              Last != 'p' && Last != 's' && Last != '%') {
  365              Last != 'p' && Last != 's' && Last != '%') {
  365              Last != 'p' && Last != 's' && Last != '%') {
  366         if (Last == 'l' || Last == 'L') HowLong++;  // Keep track of l's
  366         if (Last == 'l' || Last == 'L') HowLong++;  // Keep track of l's
  367         Last = *FB++ = *FmtStr++;
  371       switch (Last) {