HomeSort by: relevance | last modified time | path
    Searched refs:ErrorUnsupported (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGGPUBuiltin.cpp 89 CGM.ErrorUnsupported(E, "non-scalar arg to printf");
143 CGM.ErrorUnsupported(E, "non-scalar arg to printf");
CGExprAgg.cpp 111 CGF.ErrorUnsupported(S, "aggregate expression");
403 CGF.ErrorUnsupported(E, "weird std::initializer_list");
411 CGF.ErrorUnsupported(E, "weird std::initializer_list");
426 CGF.ErrorUnsupported(E, "weird std::initializer_list");
444 CGF.ErrorUnsupported(E, "weird std::initializer_list");
707 CGF.CGM.ErrorUnsupported(E, "non-simple lvalue dynamic_cast");
710 CGF.CGM.ErrorUnsupported(E, "lvalue dynamic_cast with a destination");
1016 return CGF.ErrorUnsupported(E, "aggregate three-way comparison");
1084 CGF.ErrorUnsupported(E, "aggregate binary expression");
1285 CGF.ErrorUnsupported(VE, "aggregate va_arg expression")
    [all...]
CGVTables.cpp 174 CGM.ErrorUnsupported(MD, "return-adjusting thunk with variadic arguments");
311 CGM.ErrorUnsupported(
317 CGM.ErrorUnsupported(
CodeGenModule.h 1154 void ErrorUnsupported(const Stmt *S, const char *Type);
1157 void ErrorUnsupported(const Decl *D, const char *Type);
CGExprComplex.cpp 396 CGF.ErrorUnsupported(E, "complex expression");
1103 CGF.ErrorUnsupported(E, "complex va_arg expression");
CGObjC.cpp 1182 CGM.ErrorUnsupported(propImpl, "Obj-C getter requiring atomic copy");
1462 CGM.ErrorUnsupported(propImpl, "Obj-C optimized setter - NYI");
1469 CGM.ErrorUnsupported(propImpl, "Obj-C setter requiring atomic copy");
1711 CGM.ErrorUnsupported(&S, "Obj-C fast enumeration for this runtime");
CodeGenFunction.cpp 1818 /// ErrorUnsupported - Print out an error that codegen doesn't support the
1820 void CodeGenFunction::ErrorUnsupported(const Stmt *S, const char *Type) {
1821 CGM.ErrorUnsupported(S, Type);
CodeGenModule.cpp 930 /// ErrorUnsupported - Print out an error that codegen doesn't support the
932 void CodeGenModule::ErrorUnsupported(const Stmt *S, const char *Type) {
940 /// ErrorUnsupported - Print out an error that codegen doesn't support the
942 void CodeGenModule::ErrorUnsupported(const Decl *D, const char *Type) {
2791 ErrorUnsupported(TPO, "template parameter object");
4339 ErrorUnsupported(D, "static initializer");
5630 ErrorUnsupported(LSD, "linkage spec");
CGExprScalar.cpp 1578 CGF.ErrorUnsupported(E, "scalar expression");
1787 CGF.ErrorUnsupported(E, "GNU array range designator extension");
2871 CGF.ErrorUnsupported(E, "virtual base in offsetof");
4659 CGF.ErrorUnsupported(VE, "va_arg expression");
CGClass.cpp 2916 CGM.ErrorUnsupported(CurCodeDecl, "lambda conversion to variadic function");
2970 CGM.ErrorUnsupported(MD, "lambda conversion to variadic function");
CGException.cpp 1935 CGM.ErrorUnsupported(VD, "VLA captured by SEH");
CGStmt.cpp 2040 CGM.ErrorUnsupported(&Stmt, "__asm__");
CGCall.cpp 3686 CGM.ErrorUnsupported(param, "forwarded non-trivially copyable parameter");
5353 CGM.ErrorUnsupported(MustTailCall, "tail call skipping over cleanups");
CGExpr.cpp 1214 ErrorUnsupported(E, Name);
1220 ErrorUnsupported(E, Name);
CGDecl.cpp 338 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression");
CGBuiltin.cpp 1576 ErrorUnsupported(E, "__fastfail call for this architecture");
3533 CGM.ErrorUnsupported(E, "__builtin_dwarf_sp_column");
3541 CGM.ErrorUnsupported(E, "__builtin_init_dwarf_reg_size_table");
4059 CGM.ErrorUnsupported(E, "non-UTF16 __annotation argument");
4960 CGM.ErrorUnsupported(E, "__builtin_thread_pointer");
5208 ErrorUnsupported(E, "builtin function");
CodeGenFunction.h 2422 /// ErrorUnsupported - Print out an error that codegen doesn't support the
2424 void ErrorUnsupported(const Stmt *S, const char *Type);
3679 /// and issue an ErrorUnsupported style diagnostic (using the
3685 /// an ErrorUnsupported style diagnostic (using the provided Name).
MicrosoftCXXABI.cpp 2403 CGF.CGM.ErrorUnsupported(VD, "thread wrappers");

Completed in 118 milliseconds