Home
last modified time | relevance | path

Searched refs:ErrorUnsupported (Results 1 – 18 of 18) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprAgg.cpp108 CGF.ErrorUnsupported(S, "aggregate expression"); in VisitStmt()
331 CGF.ErrorUnsupported(E, "weird std::initializer_list"); in VisitCXXStdInitializerListExpr()
339 CGF.ErrorUnsupported(E, "weird std::initializer_list"); in VisitCXXStdInitializerListExpr()
354 CGF.ErrorUnsupported(E, "weird std::initializer_list"); in VisitCXXStdInitializerListExpr()
372 CGF.ErrorUnsupported(E, "weird std::initializer_list"); in VisitCXXStdInitializerListExpr()
587 CGF.CGM.ErrorUnsupported(E, "non-simple lvalue dynamic_cast"); in VisitCastExpr()
590 CGF.CGM.ErrorUnsupported(E, "lvalue dynamic_cast with a destination"); in VisitCastExpr()
784 CGF.ErrorUnsupported(E, "aggregate binary expression"); in VisitBinaryOperator()
1138 CGF.ErrorUnsupported(E, "GNU array range designator extension"); in VisitInitListExpr()
DCodeGenModule.h933 void ErrorUnsupported(const Stmt *S, const char *Type);
936 void ErrorUnsupported(const Decl *D, const char *Type);
DCGExprComplex.cpp365 CGF.ErrorUnsupported(E, "complex expression"); in VisitExpr()
1026 CGF.ErrorUnsupported(E, "complex va_arg expression"); in VisitVAArgExpr()
DCGObjC.cpp929 CGM.ErrorUnsupported(propImpl, "Obj-C getter requiring atomic copy"); in generateObjCGetterBody()
1211 CGM.ErrorUnsupported(propImpl, "Obj-C optimized setter - NYI"); in generateObjCSetterBody()
1218 CGM.ErrorUnsupported(propImpl, "Obj-C setter requiring atomic copy"); in generateObjCSetterBody()
1463 CGM.ErrorUnsupported(&S, "Obj-C fast enumeration for this runtime"); in EmitObjCForCollectionStmt()
DCGException.cpp1583 CGM.ErrorUnsupported(VD, "'this' captured by SEH"); in EmitCapturedLocals()
1588 CGM.ErrorUnsupported(VD, "VLA captured by SEH"); in EmitCapturedLocals()
DCGStmt.cpp146 CGM.ErrorUnsupported(S, "coroutine"); in EmitStmt()
1643 CGM.ErrorUnsupported(&Stmt, "__asm__"); in AddVariableConstraints()
DCodeGenFunction.cpp1314 void CodeGenFunction::ErrorUnsupported(const Stmt *S, const char *Type) { in ErrorUnsupported() function in CodeGenFunction
1315 CGM.ErrorUnsupported(S, Type); in ErrorUnsupported()
DCodeGenModule.cpp541 void CodeGenModule::ErrorUnsupported(const Stmt *S, const char *Type) { in ErrorUnsupported() function in CodeGenModule
551 void CodeGenModule::ErrorUnsupported(const Decl *D, const char *Type) { in ErrorUnsupported() function in CodeGenModule
2285 ErrorUnsupported(D, "static initializer"); in EmitGlobalVarDefinition()
3455 ErrorUnsupported(LSD, "linkage spec"); in EmitLinkageSpec()
DCGVTables.cpp273 CGM.ErrorUnsupported( in EmitCallAndReturnForThunk()
DCGClass.cpp2746 CGM.ErrorUnsupported(CurCodeDecl, "lambda conversion to variadic function"); in EmitLambdaToBlockPointerBody()
2787 CGM.ErrorUnsupported(MD, "lambda conversion to variadic function"); in EmitLambdaStaticInvokeFunction()
DCGExprScalar.cpp978 CGF.ErrorUnsupported(E, "scalar expression"); in VisitExpr()
1189 CGF.ErrorUnsupported(E, "GNU array range designator extension"); in VisitInitListExpr()
1981 CGF.ErrorUnsupported(E, "virtual base in offsetof"); in VisitOffsetOfExpr()
DCGDecl.cpp291 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression"); in AddInitializerToStaticVarDecl()
DCGExpr.cpp905 ErrorUnsupported(E, Name); in EmitUnsupportedRValue()
911 ErrorUnsupported(E, Name); in EmitUnsupportedLValue()
DCodeGenFunction.h1545 void ErrorUnsupported(const Stmt *S, const char *Type);
DCGBuiltin.cpp1016 CGM.ErrorUnsupported(E, "__builtin_dwarf_sp_column"); in EmitBuiltinExpr()
1024 CGM.ErrorUnsupported(E, "__builtin_init_dwarf_reg_size_table"); in EmitBuiltinExpr()
2060 ErrorUnsupported(E, "builtin function"); in EmitBuiltinExpr()
DItaniumCXXABI.cpp2130 CGM.ErrorUnsupported(&D, "non-trivial TLS destruction"); in registerGlobalDtor()
DMicrosoftCXXABI.cpp2241 CGF.CGM.ErrorUnsupported(VD, "thread wrappers"); in EmitThreadLocalVarDeclLValue()
/external/regex-re2/
Ducs2.diff282 - return RE2::ErrorUnsupported;
301 - ErrorUnsupported, // unsupported feature (in UCS-2 mode)