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

  /external/clang/lib/CodeGen/
CGExprAgg.cpp 111 CGF.ErrorUnsupported(S, "aggregate expression");
360 CGF.ErrorUnsupported(initList, "ObjC ARC type in initializer_list");
391 CGF.ErrorUnsupported(initList, "weird std::initializer_list");
399 CGF.ErrorUnsupported(initList, "weird std::initializer_list");
409 CGF.ErrorUnsupported(initList, "weird std::initializer_list");
421 CGF.ErrorUnsupported(initList, "weird std::initializer_list");
620 CGF.CGM.ErrorUnsupported(E, "non-simple lvalue dynamic_cast");
623 CGF.CGM.ErrorUnsupported(E, "lvalue dynamic_cast with a destination");
813 CGF.ErrorUnsupported(E, "aggregate binary expression");
    [all...]
CodeGenModule.cpp 243 /// ErrorUnsupported - Print out an error that codegen doesn't support the
245 void CodeGenModule::ErrorUnsupported(const Stmt *S, const char *Type,
256 /// ErrorUnsupported - Print out an error that codegen doesn't support the
258 void CodeGenModule::ErrorUnsupported(const Decl *D, const char *Type,
    [all...]
CGExprComplex.cpp 334 CGF.ErrorUnsupported(E, "complex expression");
777 CGF.ErrorUnsupported(E, "complex va_arg expression");
CodeGenModule.h 797 /// ErrorUnsupported - Print out an error that codegen doesn't support the
801 void ErrorUnsupported(const Stmt *S, const char *Type,
804 /// ErrorUnsupported - Print out an error that codegen doesn't support the
808 void ErrorUnsupported(const Decl *D, const char *Type,
    [all...]
CodeGenFunction.cpp 827 /// ErrorUnsupported - Print out an error that codegen doesn't support the
829 void CodeGenFunction::ErrorUnsupported(const Stmt *S, const char *Type,
831 CGM.ErrorUnsupported(S, Type, OmitOnError);
    [all...]
CGExprScalar.cpp 853 CGF.ErrorUnsupported(E, "scalar expression");
    [all...]
CGObjC.cpp     [all...]
CGClass.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 227 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression");
    [all...]
CGStmt.cpp     [all...]
CGExpr.cpp 789 ErrorUnsupported(E, Name);
795 ErrorUnsupported(E, Name);
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/include/clang/AST/
VTableBuilder.h 315 /// ErrorUnsupported - Print out an error that the v-table layout code
317 void ErrorUnsupported(StringRef Feature, SourceLocation Location);
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 245 milliseconds