/external/clang/lib/CodeGen/ |
CGExprAgg.cpp | 81 CGF.ErrorUnsupported(S, "aggregate expression"); 281 CGF.CGM.ErrorUnsupported(E, "non-simple lvalue dynamic_cast"); 284 CGF.CGM.ErrorUnsupported(E, "lvalue dynamic_cast with a destination"); 405 CGF.ErrorUnsupported(E, "aggregate binary expression"); 512 CGF.ErrorUnsupported(VE, "aggregate va_arg expression"); 644 CGF.ErrorUnsupported(E, "GNU array range designator extension"); [all...] |
CodeGenModule.h | 638 /// ErrorUnsupported - Print out an error that codegen doesn't support the 642 void ErrorUnsupported(const Stmt *S, const char *Type, 645 /// ErrorUnsupported - Print out an error that codegen doesn't support the 649 void ErrorUnsupported(const Decl *D, const char *Type,
|
CodeGenFunction.cpp | 623 /// ErrorUnsupported - Print out an error that codegen doesn't support the 625 void CodeGenFunction::ErrorUnsupported(const Stmt *S, const char *Type, 627 CGM.ErrorUnsupported(S, Type, OmitOnError); [all...] |
CGExprComplex.cpp | 314 CGF.ErrorUnsupported(E, "complex expression"); 753 CGF.ErrorUnsupported(E, "complex va_arg expression");
|
CodeGenModule.cpp | 174 /// ErrorUnsupported - Print out an error that codegen doesn't support the 176 void CodeGenModule::ErrorUnsupported(const Stmt *S, const char *Type, 187 /// ErrorUnsupported - Print out an error that codegen doesn't support the 189 void CodeGenModule::ErrorUnsupported(const Decl *D, const char *Type, [all...] |
CodeGenFunction.h | [all...] |
CGExprScalar.cpp | 675 CGF.ErrorUnsupported(E, "scalar expression"); 832 CGF.ErrorUnsupported(E, "GNU array range designator extension"); [all...] |
CGBuiltin.cpp | 668 CGM.ErrorUnsupported(E, "__builtin_dwarf_sp_column"); 676 CGM.ErrorUnsupported(E, "__builtin_init_dwarf_reg_size_table"); [all...] |
CGObjC.cpp | 358 CGM.ErrorUnsupported(PID, "Obj-C getter requiring atomic copy"); 570 CGM.ErrorUnsupported(PID, "Obj-C getter requiring atomic copy"); [all...] |
CGExpr.cpp | 599 ErrorUnsupported(E, Name); 605 ErrorUnsupported(E, Name); [all...] |
CGDecl.cpp | 204 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression"); [all...] |
CGStmt.cpp | [all...] |