Home
last modified time | relevance | path

Searched defs:severity (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/lldb/source/Expression/
H A DDiagnosticManager.cpp82 llvm::StringRef severity = StringForSeverity(diagnostic->GetSeverity()); in PutString() argument
34 StringForSeverity(lldb::Severity severity) StringForSeverity() argument
52 llvm::StringRef severity = StringForSeverity(diagnostic->GetSeverity()); GetString() local
68 Printf(lldb::Severity severity,const char * format,...) Printf() argument
[all...]
/llvm-project/flang/lib/Parser/
H A Dmessage.cpp167 Severity Message::severity() const { in severity() function in Fortran::parser::Message
177 Message &Message::set_severity(Severity severity) { in set_severity() argument
222 Prefix(Severity severity) Prefix() argument
242 PrefixColor(Severity severity) PrefixColor() argument
266 Severity severity = isContext ? Severity::Context : attachment->severity(); Emit() local
399 AttachTo(Message & msg,std::optional<Severity> severity) AttachTo() argument
[all...]
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DDiagnostic.h60 Diagnostic(Severity severity, SMRange loc, const Twine &msg) in Diagnostic()
67 Severity severity; variable
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDiagnostic.h32 ClangDiagnostic(llvm::StringRef message,lldb::Severity severity,uint32_t compiler_id) ClangDiagnostic() argument
H A DClangExpressionParser.cpp210 lldb::Severity severity; HandleDiagnostic() local
/llvm-project/flang/include/flang/Parser/
H A Dmessage.h59 Severity severity() const { return severity_; } in set_severity() argument
119 Severity severity() const { return severity_; } in set_severity() argument
58 Severity severity() const { return severity_; } severity() function
118 Severity severity() const { return severity_; } severity() function
[all...]
/llvm-project/third-party/unittest/googlemock/src/
H A Dgmock-internal-utils.cc132 GTEST_API_ bool LogIsVisible(LogSeverity severity) { in LogIsVisible()
153 GTEST_API_ void Log(LogSeverity severity, const std::string& message, in Log()
H A Dgmock-spec-builders.cc73 GTEST_API_ void LogWithLocation(testing::internal::LogSeverity severity, in LogWithLocation()
/llvm-project/clang/tools/libclang/
H A DCXLoadedDiagnostic.h88 unsigned severity; variable
/llvm-project/mlir/include/mlir/IR/
H A DDiagnostics.h159 Diagnostic(Location loc, DiagnosticSeverity severity) in Diagnostic() argument
282 DiagnosticSeverity severity; global() variable
453 emit(Location loc,DiagnosticSeverity severity) emit() argument
[all...]
/llvm-project/lldb/unittests/Expression/
H A DDiagnosticManagerTest.cpp32 TextDiag(llvm::StringRef msg, lldb::Severity severity) in TextDiag() argument
43 lldb::Severity severity = lldb::eSeverityError; in TEST() local
/llvm-project/llvm/utils/vscode/llvm/
H A Dpackage.json78 "severity": "error", string
103 "severity": 3, number
/llvm-project/lldb/include/lldb/Core/
H A DDebuggerEvents.h79 DiagnosticEventData(lldb::Severity severity, std::string message, in DiagnosticEventData()
/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h52 Diagnostic(llvm::StringRef message,lldb::Severity severity,DiagnosticOrigin origin,uint32_t compiler_id) Diagnostic() argument
/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.cpp789 void __kmp_msg(kmp_msg_severity_t severity, kmp_msg_t message, va_list args) { in __kmp_msg()
857 void __kmp_msg(kmp_msg_severity_t severity, kmp_msg_t message, ...) { in __kmp_msg()
H A Dkmp_csupport.cpp241 kmp_int32 num_threads, int severity, in __kmpc_push_num_threads_strict() argument
279 int severity, const char *message) { in __kmpc_push_num_threads_list_strict() argument
4532 void __kmpc_error(ident_t *loc, int severity, const char *message) { in __kmpc_error() argument
/llvm-project/lldb/source/Host/common/
H A DHost.cpp94 SystemLog(Severity severity,llvm::StringRef message) SystemLog() argument
114 SystemLog(Severity severity,llvm::StringRef message) SystemLog() argument
/llvm-project/mlir/lib/IR/
H A DDiagnostics.cpp128 DiagnosticSeverity severity) { in adjustPrintingFlags() argument
306 emitDiag(Location location, DiagnosticSeverity severity, const Twine &message) { in emitDiag() argument
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1053 #define GTEST_LOG_(severity) \ argument
/llvm-project/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp899 const lsp::URIForFile &uri, lsp::Position &pos, StringRef severity, in getCodeActionForDiagnostic()
1195 StringRef severity; in getCodeActions() local
/llvm-project/openmp/runtime/test/ompt/
H A Dcallback.h1152 on_ompt_callback_error(ompt_severity_t severity,const char * message,size_t length,const void * codeptr_ra) on_ompt_callback_error() argument
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-port.cc1005 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) in GTestLog()
/llvm-project/mlir/lib/Bindings/Python/
H A DIRModule.h362 MlirDiagnosticSeverity severity; global() member
/llvm-project/lldb/source/Core/
H A DDebugger.cpp1514 PrivateReportDiagnostic(Debugger & debugger,Severity severity,std::string message,bool debugger_specific) PrivateReportDiagnostic() argument
1546 ReportDiagnosticImpl(Severity severity,std::string message,std::optional<lldb::user_id_t> debugger_id,std::once_flag * once) ReportDiagnosticImpl() argument
/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp684 int severity = 0; in fromJSON() local

12