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

References

tools/clang/utils/TableGen/NeonEmitter.cpp
 1237     OS << "#define ";
 1239     OS << "__ai " << Types[0].str() << " ";
 1241   OS << NamePrefix.str() << mangleName(Name, ClassS) << "(";
 1245       OS << ", ";
 1254       OS << V.getType().str() << " ";
 1255     OS << V.getName();
 1258   OS << ")";
 1263     OS << " __extension__ ({";
 1265     OS << " {";
 1271     OS << "})";
 1273     OS << "}";
 1278     OS << " \\\n";
 1280     OS << "\n";
 1288       OS << "  " << Dest.getName() << ".val[" << K << "] = "
 1293         OS << ", " << J;
 1294       OS << ");";
 1298     OS << "  " << Dest.getName()
 1301       OS << ", " << J;
 1302     OS << ");";
 1322     OS << "  " << NewV.getType().str() << " " << NewV.getName() << ";";
 1361     OS << "  " << V2.getType().str() << " " << V2.getName() << " = "
 1477   OS << "  " << RetExpr << S;
 1487     OS << "  " << RetVar.getType().str() << " " << RetVar.getName() << ";";
 1512     OS << "  " << L;
 1521     OS << "  " << RetVar.getName() << ";";
 1523     OS << "  return " << RetVar.getName() << ";";
 1665     Intr.OS << R.first.str() << " " << Intr.Variables[N].getName() << " = "
 1914     return OS.str();
 1918   OS << "#ifdef __LITTLE_ENDIAN__\n";
 1922   OS << "#else\n";
 1938   OS << "#endif\n\n";
 1940   return OS.str();
 1963     OS << " __attribute__((unavailable));";
 1975   OS << "\n";
 1985   OS.str("");