Lines Matching refs:getSourceRange

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()
564 mlir::Location loc = getLoc(d->getSourceRange()); 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()
653 return builder.create<cir::GetGlobalOp>(getLoc(d->getSourceRange()), ptrTy, in getAddrOfGlobalVar()
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()
1183 errorNYI(s->getSourceRange(), in getGlobalForStringLiteral()
1192 errorNYI(s->getSourceRange(), in getGlobalForStringLiteral()
1199 mlir::Location loc = getLoc(s->getSourceRange()); in getGlobalForStringLiteral()
1219 errorNYI(oid->getSourceRange(), "emitDeclConext: ObjCImplDecl"); in emitDeclContext()
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()
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()
1726 funcDecl->getSourceRange().getBegin().isInvalid() || in getOrCreateCIRFunction()
1727 funcDecl->getSourceRange().getEnd().isInvalid(); in getOrCreateCIRFunction()
1729 invalidLoc ? theModule->getLoc() : getLoc(funcDecl->getSourceRange()), in getOrCreateCIRFunction()
1749 errorNYI(d->getSourceRange(), "getOrCreateCIRFunction: dtor"); in getOrCreateCIRFunction()
1900 createCIRFunction(getLoc(aliasGD.getDecl()->getSourceRange()), in emitAliasForGlobal()
1915 errorNYI(aliasFD->getSourceRange(), "emitAliasForGlobal: previous uses"); in emitAliasForGlobal()