Searched refs:ErrorUnsupported (Results 1 - 14 of 14) sorted by relevance

/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp85 CGF.CGM.ErrorUnsupported(expr, "don't know how to handle array cookies "
H A DCGExprAgg.cpp100 CGF.ErrorUnsupported(S, "aggregate expression");
312 CGF.ErrorUnsupported(initList, "ObjC ARC type in initializer_list");
343 CGF.ErrorUnsupported(initList, "weird std::initializer_list");
351 CGF.ErrorUnsupported(initList, "weird std::initializer_list");
361 CGF.ErrorUnsupported(initList, "weird std::initializer_list");
373 CGF.ErrorUnsupported(initList, "weird std::initializer_list");
558 CGF.CGM.ErrorUnsupported(E, "non-simple lvalue dynamic_cast");
561 CGF.CGM.ErrorUnsupported(E, "lvalue dynamic_cast with a destination");
673 CGF.ErrorUnsupported(E, "aggregate binary expression");
761 CGF.ErrorUnsupported(V
[all...]
H A DCodeGenModule.cpp205 /// ErrorUnsupported - Print out an error that codegen doesn't support the
207 void CodeGenModule::ErrorUnsupported(const Stmt *S, const char *Type, function in class:CodeGenModule
218 /// ErrorUnsupported - Print out an error that codegen doesn't support the
220 void CodeGenModule::ErrorUnsupported(const Decl *D, const char *Type, function in class:CodeGenModule
1389 ErrorUnsupported(inner, "nested global std::initializer_list");
1431 ErrorUnsupported(D, "weird std::initializer_list");
1437 ErrorUnsupported(D, "weird std::initializer_list");
1442 ErrorUnsupported(D, "weird std::initializer_list");
1450 ErrorUnsupported(D, "weird std::initializer_list");
1525 ErrorUnsupported(
[all...]
H A DCGExprComplex.cpp327 CGF.ErrorUnsupported(E, "complex expression");
767 CGF.ErrorUnsupported(E, "complex va_arg expression");
H A DCodeGenFunction.cpp680 /// ErrorUnsupported - Print out an error that codegen doesn't support the
682 void CodeGenFunction::ErrorUnsupported(const Stmt *S, const char *Type, function in class:CodeGenFunction
684 CGM.ErrorUnsupported(S, Type, OmitOnError);
H A DCodeGenModule.h747 /// ErrorUnsupported - Print out an error that codegen doesn't support the
751 void ErrorUnsupported(const Stmt *S, const char *Type,
754 /// ErrorUnsupported - Print out an error that codegen doesn't support the
758 void ErrorUnsupported(const Decl *D, const char *Type,
H A DCGClass.cpp1805 CGM.ErrorUnsupported(CurFuncDecl, "lambda conversion to variadic function");
1836 CGM.ErrorUnsupported(MD, "lambda conversion to variadic function");
H A DCGExprScalar.cpp694 CGF.ErrorUnsupported(E, "scalar expression");
848 CGF.ErrorUnsupported(E, "GNU array range designator extension");
1544 CGF.ErrorUnsupported(E, "virtual base in offsetof");
1671 CGF.ErrorUnsupported(E, "complex compound assignment");
H A DCGObjC.cpp831 CGM.ErrorUnsupported(propImpl, "Obj-C getter requiring atomic copy");
1099 CGM.ErrorUnsupported(propImpl, "Obj-C optimized setter - NYI");
1106 CGM.ErrorUnsupported(propImpl, "Obj-C setter requiring atomic copy");
1365 CGM.ErrorUnsupported(&S, "Obj-C fast enumeration for this runtime");
H A DCGBuiltin.cpp680 CGM.ErrorUnsupported(E, "__builtin_dwarf_sp_column");
688 CGM.ErrorUnsupported(E, "__builtin_init_dwarf_reg_size_table");
1359 ErrorUnsupported(E, "builtin function");
H A DCGDecl.cpp220 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression");
H A DCGStmt.cpp1317 CGM.ErrorUnsupported(&Stmt, "__asm__");
H A DCGExpr.cpp606 ErrorUnsupported(E, Name);
612 ErrorUnsupported(E, Name);
H A DCodeGenFunction.h1549 /// ErrorUnsupported - Print out an error that codegen doesn't support the
1551 void ErrorUnsupported(const Stmt *S, const char *Type,
1990 /// and issue an ErrorUnsupported style diagnostic (using the
1996 /// an ErrorUnsupported style diagnostic (using the provided Name).

Completed in 107 milliseconds