/external/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 108 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()
|
D | CodeGenModule.h | 933 void ErrorUnsupported(const Stmt *S, const char *Type); 936 void ErrorUnsupported(const Decl *D, const char *Type);
|
D | CGExprComplex.cpp | 365 CGF.ErrorUnsupported(E, "complex expression"); in VisitExpr() 1026 CGF.ErrorUnsupported(E, "complex va_arg expression"); in VisitVAArgExpr()
|
D | CGObjC.cpp | 929 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()
|
D | CGException.cpp | 1583 CGM.ErrorUnsupported(VD, "'this' captured by SEH"); in EmitCapturedLocals() 1588 CGM.ErrorUnsupported(VD, "VLA captured by SEH"); in EmitCapturedLocals()
|
D | CGStmt.cpp | 146 CGM.ErrorUnsupported(S, "coroutine"); in EmitStmt() 1643 CGM.ErrorUnsupported(&Stmt, "__asm__"); in AddVariableConstraints()
|
D | CodeGenFunction.cpp | 1314 void CodeGenFunction::ErrorUnsupported(const Stmt *S, const char *Type) { in ErrorUnsupported() function in CodeGenFunction 1315 CGM.ErrorUnsupported(S, Type); in ErrorUnsupported()
|
D | CodeGenModule.cpp | 541 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()
|
D | CGVTables.cpp | 273 CGM.ErrorUnsupported( in EmitCallAndReturnForThunk()
|
D | CGClass.cpp | 2746 CGM.ErrorUnsupported(CurCodeDecl, "lambda conversion to variadic function"); in EmitLambdaToBlockPointerBody() 2787 CGM.ErrorUnsupported(MD, "lambda conversion to variadic function"); in EmitLambdaStaticInvokeFunction()
|
D | CGExprScalar.cpp | 978 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()
|
D | CGDecl.cpp | 291 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression"); in AddInitializerToStaticVarDecl()
|
D | CGExpr.cpp | 905 ErrorUnsupported(E, Name); in EmitUnsupportedRValue() 911 ErrorUnsupported(E, Name); in EmitUnsupportedLValue()
|
D | CodeGenFunction.h | 1545 void ErrorUnsupported(const Stmt *S, const char *Type);
|
D | CGBuiltin.cpp | 1016 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()
|
D | ItaniumCXXABI.cpp | 2130 CGM.ErrorUnsupported(&D, "non-trivial TLS destruction"); in registerGlobalDtor()
|
D | MicrosoftCXXABI.cpp | 2241 CGF.CGM.ErrorUnsupported(VD, "thread wrappers"); in EmitThreadLocalVarDeclLValue()
|
/external/regex-re2/ |
D | ucs2.diff | 282 - return RE2::ErrorUnsupported; 301 - ErrorUnsupported, // unsupported feature (in UCS-2 mode)
|