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

References

lib/CodeGen/TargetInstrInfo.cpp
  111         SpaceSize = strtol(Str + 6, &EStr, 10);
  113         while (*EStr != '\n' && std::isspace(static_cast<unsigned char>(*EStr)))
  113         while (*EStr != '\n' && std::isspace(static_cast<unsigned char>(*EStr)))
  114           ++EStr;
  115         if (*EStr == '\0' || *EStr == '\n' ||
  115         if (*EStr == '\0' || *EStr == '\n' ||
  116             isAsmComment(EStr, MAI)) // Successfully parsed .space argument