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

References

tools/clang/utils/TableGen/NeonEmitter.cpp
  351       : R(R), Name(Name.str()), Proto(Proto.str()), OutTS(OutTS), InTS(InTS),
  358     if (Proto.find('i') != std::string::npos)
  363     if (Proto.find('p') != std::string::npos ||
  364         Proto.find('c') != std::string::npos)
  370         Proto.find('s') != std::string::npos)
  376     Types.emplace_back(OutTS, Proto[0]);
  377     for (unsigned I = 1; I < Proto.size(); ++I)
  378       Types.emplace_back(InTS, Proto[I]);