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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 2117   void ErrorUnsupported(const Stmt *S, const char *Type);

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
 1051       ErrorUnsupported(E, "__fastfail call for this architecture");
 4224   ErrorUnsupported(E, "builtin function");
14091       ErrorUnsupported(E, "non-zero memory index");
tools/clang/lib/CodeGen/CGExpr.cpp
 1172   ErrorUnsupported(E, Name);
 1178   ErrorUnsupported(E, Name);
tools/clang/lib/CodeGen/CGExprAgg.cpp
  109     CGF.ErrorUnsupported(S, "aggregate expression");
  399     CGF.ErrorUnsupported(E, "weird std::initializer_list");
  407     CGF.ErrorUnsupported(E, "weird std::initializer_list");
  422     CGF.ErrorUnsupported(E, "weird std::initializer_list");
  440     CGF.ErrorUnsupported(E, "weird std::initializer_list");
  986     return CGF.ErrorUnsupported(
  991     return CGF.ErrorUnsupported(E, "aggregate three-way comparison");
 1063     CGF.ErrorUnsupported(E, "aggregate binary expression");
 1252     CGF.ErrorUnsupported(VE, "aggregate va_arg expression");
 1472     CGF.ErrorUnsupported(E, "GNU array range designator extension");
tools/clang/lib/CodeGen/CGExprComplex.cpp
  392   CGF.ErrorUnsupported(E, "complex expression");
 1089     CGF.ErrorUnsupported(E, "complex va_arg expression");
tools/clang/lib/CodeGen/CGExprScalar.cpp
 1584   CGF.ErrorUnsupported(E, "scalar expression");
 1782     CGF.ErrorUnsupported(E, "GNU array range designator extension");
 2703         CGF.ErrorUnsupported(E, "virtual base in offsetof");
 4305     CGF.ErrorUnsupported(VE, "va_arg expression");