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

  /external/clang/lib/CodeGen/
CGExprAgg.cpp 103 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");
560 CGF.CGM.ErrorUnsupported(E, "non-simple lvalue dynamic_cast");
563 CGF.CGM.ErrorUnsupported(E, "lvalue dynamic_cast with a destination");
684 CGF.ErrorUnsupported(E, "aggregate binary expression");
846 CGF.ErrorUnsupported(VE, "aggregate va_arg expression")
    [all...]
CodeGenModule.h 760 /// ErrorUnsupported - Print out an error that codegen doesn't support the
764 void ErrorUnsupported(const Stmt *S, const char *Type,
767 /// ErrorUnsupported - Print out an error that codegen doesn't support the
771 void ErrorUnsupported(const Decl *D, const char *Type,
    [all...]
CodeGenModule.cpp 219 /// ErrorUnsupported - Print out an error that codegen doesn't support the
221 void CodeGenModule::ErrorUnsupported(const Stmt *S, const char *Type,
232 /// ErrorUnsupported - Print out an error that codegen doesn't support the
234 void CodeGenModule::ErrorUnsupported(const Decl *D, const char *Type,
    [all...]
CodeGenFunction.cpp 749 /// ErrorUnsupported - Print out an error that codegen doesn't support the
751 void CodeGenFunction::ErrorUnsupported(const Stmt *S, const char *Type,
753 CGM.ErrorUnsupported(S, Type, OmitOnError);
    [all...]
CGExprComplex.cpp 327 CGF.ErrorUnsupported(E, "complex expression");
768 CGF.ErrorUnsupported(E, "complex va_arg expression");
CGObjC.cpp     [all...]
CodeGenFunction.h     [all...]
CGClass.cpp     [all...]
CGExprScalar.cpp 692 CGF.ErrorUnsupported(E, "scalar expression");
847 CGF.ErrorUnsupported(E, "GNU array range designator extension");
    [all...]
CGBuiltin.cpp 719 CGM.ErrorUnsupported(E, "__builtin_dwarf_sp_column");
727 CGM.ErrorUnsupported(E, "__builtin_init_dwarf_reg_size_table");
    [all...]
CGDecl.cpp 226 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression");
    [all...]
CGExprConstant.cpp 372 //CGM.ErrorUnsupported(ILE, "global std::initializer_list");
    [all...]
CGStmt.cpp     [all...]
CGExpr.cpp 670 ErrorUnsupported(E, Name);
676 ErrorUnsupported(E, Name);
    [all...]
  /external/regex-re2/
ucs2.diff 282 - return RE2::ErrorUnsupported;
301 - ErrorUnsupported, // unsupported feature (in UCS-2 mode)

Completed in 1362 milliseconds