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

Declarations

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

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
 2596       CGM.ErrorUnsupported(E, "__builtin_dwarf_sp_column");
 2604       CGM.ErrorUnsupported(E, "__builtin_init_dwarf_reg_size_table");
 3120         CGM.ErrorUnsupported(E, "non-UTF16 __annotation argument");
 4005       CGM.ErrorUnsupported(E, "__builtin_thread_pointer");
tools/clang/lib/CodeGen/CGDecl.cpp
  322       CGM.ErrorUnsupported(D.getInit(), "constant l-value expression");
tools/clang/lib/CodeGen/CGExprAgg.cpp
  693       CGF.CGM.ErrorUnsupported(E, "non-simple lvalue dynamic_cast");
  696       CGF.CGM.ErrorUnsupported(E, "lvalue dynamic_cast with a destination");
tools/clang/lib/CodeGen/CGGPUBuiltin.cpp
   88     CGM.ErrorUnsupported(E, "non-scalar arg to printf");
tools/clang/lib/CodeGen/CGObjC.cpp
 1626     CGM.ErrorUnsupported(&S, "Obj-C fast enumeration for this runtime");
tools/clang/lib/CodeGen/CGStmt.cpp
 1809     CGM.ErrorUnsupported(&Stmt, "__asm__");
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1564   CGM.ErrorUnsupported(S, Type);