HomeSort by relevance Sort by last modified time
    Searched refs:ErrorUnsupported (Results 1 - 17 of 17) sorted by null

  /external/clang/lib/CodeGen/
CGExprAgg.cpp 102 CGF.ErrorUnsupported(S, "aggregate expression");
326 CGF.ErrorUnsupported(E, "weird std::initializer_list");
334 CGF.ErrorUnsupported(E, "weird std::initializer_list");
350 CGF.ErrorUnsupported(E, "weird std::initializer_list");
368 CGF.ErrorUnsupported(E, "weird std::initializer_list");
557 CGF.CGM.ErrorUnsupported(E, "non-simple lvalue dynamic_cast");
560 CGF.CGM.ErrorUnsupported(E, "lvalue dynamic_cast with a destination");
749 CGF.ErrorUnsupported(E, "aggregate binary expression");
    [all...]
CGCXXABI.cpp 227 CGM.ErrorUnsupported(&D, "non-trivial TLS destruction");
CodeGenModule.h 853 /// ErrorUnsupported - Print out an error that codegen doesn't support the
857 void ErrorUnsupported(const Stmt *S, const char *Type,
860 /// ErrorUnsupported - Print out an error that codegen doesn't support the
864 void ErrorUnsupported(const Decl *D, const char *Type,
    [all...]
CGExprComplex.cpp 355 CGF.ErrorUnsupported(E, "complex expression");
813 CGF.ErrorUnsupported(E, "complex va_arg expression");
    [all...]
CodeGenFunction.cpp     [all...]
CGObjC.cpp     [all...]
CodeGenModule.cpp 267 /// ErrorUnsupported - Print out an error that codegen doesn't support the
269 void CodeGenModule::ErrorUnsupported(const Stmt *S, const char *Type,
280 /// ErrorUnsupported - Print out an error that codegen doesn't support the
282 void CodeGenModule::ErrorUnsupported(const Decl *D, const char *Type,
    [all...]
CGClass.cpp     [all...]
CGExprScalar.cpp     [all...]
CGBuiltin.cpp 754 CGM.ErrorUnsupported(E, "__builtin_dwarf_sp_column");
762 CGM.ErrorUnsupported(E, "__builtin_init_dwarf_reg_size_table");
    [all...]
CGDecl.cpp 238 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression");
    [all...]
CGStmt.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
MicrosoftCXXABI.cpp 629 CGM.ErrorUnsupported(&D, "dynamic TLS initialization");
    [all...]
CGExpr.cpp 729 ErrorUnsupported(E, Name);
735 ErrorUnsupported(E, Name);
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 113 milliseconds