Home
last modified time | relevance | path

Searched defs:emitError (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRAttrs.cpp75 LogicalResult OptInfoAttr::verify(function_ref<InFlightDiagnostic()> emitError, in verify()
154 LogicalResult IntAttr::verify(function_ref<InFlightDiagnostic()> emitError, in verify()
188 LogicalResult FPAttr::verify(function_ref<InFlightDiagnostic()> emitError, in verify()
202 ConstComplexAttr::verify(function_ref<InFlightDiagnostic()> emitError, in verify()
222 ConstArrayAttr::verify(function_ref<InFlightDiagnostic()> emitError, Type type, in verify()
330 cir::ConstVectorAttr::verify(function_ref<InFlightDiagnostic()> emitError, in verify()
H A DCIRTypes.cpp234 RecordType::verify(function_ref<mlir::InFlightDiagnostic()> emitError, in verify()
456 IntType::verify(llvm::function_ref<mlir::InFlightDiagnostic()> emitError, in verify()
675 FuncType::verify(llvm::function_ref<mlir::InFlightDiagnostic()> emitError, in verify()
734 llvm::function_ref<mlir::InFlightDiagnostic()> emitError, in verify()
760 PointerType::verify(llvm::function_ref<mlir::InFlightDiagnostic()> emitError, in verify()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp206 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError() function in LLVMContext
210 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError() function in LLVMContext
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp749 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError() function in LTOCodeGenerator
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp60 bool emitError(const Twine &Message) { in emitError() function in __anon6b58b84b0111::ModuleLinker
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp488 void IR2VecVocabAnalysis::emitError(Error Err, LLVMContext &Ctx) { in emitError() function in IR2VecVocabAnalysis
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp713 bool emitError(llvm::Twine Message) { in emitError() function in __anon10d1463d1311::YAMLConverter
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp679 bool emitError = (DefaultCC == LangOptions::DCC_FastCall || in FixupInvocation() local