| /external/llvm/lib/IR/ |
| D | LLVMContext.cpp | 218 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError() function in LLVMContext 222 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError() function in LLVMContext 273 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError() function in LLVMContext
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | LLVMContext.cpp | 176 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError() function in LLVMContext 180 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError() function in LLVMContext 238 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError() function in LLVMContext
|
| /external/llvm-project/llvm/lib/IR/ |
| D | LLVMContext.cpp | 203 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError() function in LLVMContext 207 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError() function in LLVMContext 265 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError() function in LLVMContext
|
| /external/llvm-project/mlir/lib/Parser/ |
| D | Lexer.cpp | 52 Token Lexer::emitError(const char *loc, const Twine &message) { in emitError() function in Lexer
|
| D | DialectSymbolParser.cpp | 38 InFlightDiagnostic emitError(llvm::SMLoc loc, const Twine &message) override { in emitError() function in __anon8dbb0c750111::CustomDialectAsmParser
|
| D | Parser.cpp | 78 InFlightDiagnostic Parser::emitError(SMLoc loc, const Twine &message) { in emitError() function in Parser 904 InFlightDiagnostic emitError(llvm::SMLoc loc, const Twine &message) override { in emitError() function in __anond23dd3090611::CustomOpAsmParser
|
| /external/llvm-project/mlir/lib/IR/ |
| D | Verifier.cpp | 70 InFlightDiagnostic emitError(Block &bb, const Twine &message) { in emitError() function in __anon7a7c77460111::OperationVerifier
|
| D | Diagnostics.cpp | 301 InFlightDiagnostic mlir::emitError(Location loc) { return emitError(loc, {}); } in emitError() function in mlir 302 InFlightDiagnostic mlir::emitError(Location loc, const Twine &message) { in emitError() function in mlir
|
| D | Operation.cpp | 286 InFlightDiagnostic Operation::emitError(const Twine &message) { in emitError() function in Operation 671 InFlightDiagnostic OpState::emitError(const Twine &message) { in emitError() function in OpState
|
| /external/llvm-project/mlir/tools/mlir-linalg-ods-gen/ |
| D | mlir-linalg-ods-gen.cpp | 182 Token Lexer::emitError(llvm::SMLoc loc, const Twine &msg) { in emitError() function in Lexer 186 Token Lexer::emitError(const char *loc, const Twine &msg) { in emitError() function in Lexer 365 LogicalResult emitError(llvm::SMLoc loc, const Twine &msg) { in emitError() function in __anon084c004d0211::Parser 369 LogicalResult emitError(const Twine &msg) { in emitError() function in __anon084c004d0211::Parser
|
| /external/llvm-project/mlir/tools/mlir-tblgen/ |
| D | LLVMIRConversionGen.cpp | 29 static bool emitError(const Twine &message) { in emitError() function
|
| D | OpFormatGen.cpp | 1881 Token FormatLexer::emitError(llvm::SMLoc loc, const Twine &msg) { in emitError() function in FormatLexer 1895 Token FormatLexer::emitError(const char *loc, const Twine &msg) { in emitError() function in FormatLexer 2155 LogicalResult emitError(llvm::SMLoc loc, const Twine &msg) { in emitError() function in __anon81548fc81611::FormatParser
|
| /external/llvm/lib/LTO/ |
| D | LTOCodeGenerator.cpp | 668 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError() function in LTOCodeGenerator
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
| D | LTOCodeGenerator.cpp | 707 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError() function in LTOCodeGenerator
|
| /external/llvm-project/llvm/lib/LTO/ |
| D | LTOCodeGenerator.cpp | 732 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError() function in LTOCodeGenerator
|
| /external/llvm-project/llvm/lib/Linker/ |
| D | LinkModules.cpp | 59 bool emitError(const Twine &Message) { in emitError() function in __anon764066820111::ModuleLinker
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
| D | LinkModules.cpp | 59 bool emitError(const Twine &Message) { in emitError() function in __anon797baef60111::ModuleLinker
|
| /external/llvm/lib/Linker/ |
| D | LinkModules.cpp | 62 bool emitError(const Twine &Message) { in emitError() function in __anon13538f940111::ModuleLinker
|
| /external/llvm-project/flang/lib/Lower/ |
| D | ConvertType.cpp | 462 mlir::InFlightDiagnostic emitError(const llvm::Twine &message) { in emitError() function in __anon3eddeaaf0111::TypeBuilder
|
| /external/llvm-project/mlir/lib/Analysis/ |
| D | Utils.cpp | 449 bool emitError) { in boundCheckLoadOrStoreOp()
|
| /external/clang/lib/Frontend/ |
| D | CompilerInvocation.cpp | 2027 bool emitError = (DefaultCC == LangOptions::DCC_FastCall || in ParseLangArgs() local
|
| /external/llvm/lib/CodeGen/ |
| D | MachineInstr.cpp | 2146 void MachineInstr::emitError(StringRef Msg) const { in emitError() function in MachineInstr
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | MachineInstr.cpp | 2084 void MachineInstr::emitError(StringRef Msg) const { in emitError() function in MachineInstr
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | MachineInstr.cpp | 1992 void MachineInstr::emitError(StringRef Msg) const { in emitError() function in MachineInstr
|
| /external/llvm-project/clang/lib/Frontend/ |
| D | CompilerInvocation.cpp | 3206 bool emitError = (DefaultCC == LangOptions::DCC_FastCall || in ParseLangArgs() local
|