Lines Matching refs:errorNYI
52 cgm.errorNYI("C++ ABI kind not yet implemented"); in createCXXABI()
344 errorNYI(fd->getSourceRange(), "deferredAnnotations"); in emitGlobal()
349 errorNYI(fd->getSourceRange(), in emitGlobal()
432 errorNYI(funcDecl->getSourceRange(), "constructor attribute"); in emitGlobalFunctionDefinition()
434 errorNYI(funcDecl->getSourceRange(), "destructor attribute"); in emitGlobalFunctionDefinition()
437 errorNYI(funcDecl->getSourceRange(), "deferredAnnotations"); in emitGlobalFunctionDefinition()
531 errorNYI(d->getSourceRange(), "global with non-GlobalOp type"); in getOrCreateCIRGlobal()
552 errorNYI(d->getSourceRange(), "global with conflicting type"); in getOrCreateCIRGlobal()
586 errorNYI(d->getSourceRange(), "OpenMP target global variable"); in getOrCreateCIRGlobal()
594 errorNYI(d->getSourceRange(), "thread local global variable"); in getOrCreateCIRGlobal()
601 errorNYI(d->getSourceRange(), "MS static data member inline definition"); in getOrCreateCIRGlobal()
608 errorNYI(d->getSourceRange(), "XCore specific ABI requirements"); in getOrCreateCIRGlobal()
616 errorNYI(d->getSourceRange(), in getOrCreateCIRGlobal()
662 errorNYI(vd->getSourceRange(), "emit OpenCL/OpenMP global variable"); in emitGlobalVarDefinition()
692 errorNYI(vd->getSourceRange(), "loader uninitialized attribute"); in emitGlobalVarDefinition()
716 errorNYI(vd->getSourceRange(), "flexible array initializer"); in emitGlobalVarDefinition()
719 errorNYI(vd->getSourceRange(), "global constructor"); in emitGlobalVarDefinition()
721 errorNYI(vd->getSourceRange(), "static initializer"); in emitGlobalVarDefinition()
729 errorNYI(vd->getSourceRange(), "delayed destructor"); in emitGlobalVarDefinition()
735 errorNYI(vd->getSourceRange(), "global initializer is a symbol reference"); in emitGlobalVarDefinition()
749 errorNYI(vd->getSourceRange(), "global initializer with type mismatch"); in emitGlobalVarDefinition()
756 errorNYI(vd->getSourceRange(), "annotate global variable"); in emitGlobalVarDefinition()
760 errorNYI(vd->getSourceRange(), "CUDA global variable"); in emitGlobalVarDefinition()
778 errorNYI(initExpr->getSourceRange(), "common linkage"); in emitGlobalVarDefinition()
800 errorNYI(method->getSourceRange(), "multiversion functions"); in emitGlobalDefinition()
805 errorNYI(method->getSourceRange(), "virtual member function"); in emitGlobalDefinition()
811 errorNYI(fd->getSourceRange(), "multiversion functions"); in emitGlobalDefinition()
841 errorNYI(e->getSourceRange(), in getConstantArrayFromStringLiteral()
916 errorNYI(call.getLoc(), "replace call with mismatched types"); in replacePointerTypeArgs()
933 errorNYI(replacement->getLoc(), "replacement is not a function"); in applyReplacements()
1090 errorNYI(dd->getBeginLoc(), "common linkage", dd->getDeclKindName()); in getCIRLinkageForDeclarator()
1183 errorNYI(s->getSourceRange(), in getGlobalForStringLiteral()
1192 errorNYI(s->getSourceRange(), in getGlobalForStringLiteral()
1219 errorNYI(oid->getSourceRange(), "emitDeclConext: ObjCImplDecl"); in emitDeclContext()
1234 errorNYI(decl->getBeginLoc(), "declaration of kind", in emitTopLevelDecl()
1312 errorNYI(md->getSourceRange(), in getAddrAndTypeOfCXXStructor()
1348 errorNYI(dd->getSourceRange(), in getAddrOfFunction()
1377 cgm.errorNYI(nd->getSourceRange(), "getMangledName: X86RegCall"); in getMangledNameImpl()
1380 cgm.errorNYI(nd->getSourceRange(), "getMangledName: CUDA device stub"); in getMangledNameImpl()
1396 cgm.errorNYI(nd->getSourceRange(), in getMangledNameImpl()
1401 cgm.errorNYI(nd->getSourceRange(), in getMangledNameImpl()
1415 errorNYI(cd->getSourceRange(), in getMangledName()
1493 errorNYI(fd->getSourceRange(), "mayBeEmittedEagerly: SYCL"); in mayBeEmittedEagerly()
1542 cgm.errorNYI("shouldAssumeDSOLocal: MinGW"); in shouldAssumeDSOLocal()
1674 errorNYI(d->getSourceRange(), "getOrCreateCIRFunction: thunk"); in getOrCreateCIRFunction()
1683 errorNYI(fd->getSourceRange(), in getOrCreateCIRFunction()
1689 errorNYI(fd->getSourceRange(), "getOrCreateCIRFunction: multi-version"); in getOrCreateCIRFunction()
1696 errorNYI(d->getSourceRange(), "getOrCreateCIRFunction: non-FuncOp"); in getOrCreateCIRFunction()
1710 errorNYI(d->getSourceRange(), "Duplicate function definition"); in getOrCreateCIRFunction()
1749 errorNYI(d->getSourceRange(), "getOrCreateCIRFunction: dtor"); in getOrCreateCIRFunction()
1915 errorNYI(aliasFD->getSourceRange(), "emitAliasForGlobal: previous uses"); in emitAliasForGlobal()
1962 DiagnosticBuilder CIRGenModule::errorNYI(SourceLocation loc, in errorNYI() function in CIRGenModule
1969 DiagnosticBuilder CIRGenModule::errorNYI(SourceRange loc, in errorNYI() function in CIRGenModule
1971 return errorNYI(loc.getBegin(), feature) << loc; in errorNYI()