Home
last modified time | relevance | path

Searched refs:source_location (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/lib/
H A Dubsan.h49 struct source_location { struct
61 struct source_location location; argument
66 struct source_location location;
73 struct source_location location;
80 struct source_location *location;
87 struct source_location location;
88 struct source_location attr_location;
93 struct source_location location;
99 struct source_location location;
105 struct source_location location;
[all …]
H A Dubsan.c110 static bool was_reported(struct source_location *location) in was_reported()
115 static bool suppress_report(struct source_location *loc) in suppress_report()
203 static void ubsan_prologue(struct source_location *loc, const char *reason) in ubsan_prologue()
/openbmc/bmcweb/http/
H A Dlogging.hpp13 #include <source_location>
101 std::source_location loc; in FormatString()
104 FormatString(const char* stringIn, const std::source_location& locIn = in FormatString()
105 std::source_location::current()) :
120 const std::source_location& loc) noexcept in vlog()
163 const std::source_location& loc = in BMCWEB_LOG_CRITICAL()
164 std::source_location::current()) noexcept in BMCWEB_LOG_CRITICAL()
176 const std::source_location& loc = in BMCWEB_LOG_ERROR()
177 std::source_location::current()) noexcept in BMCWEB_LOG_ERROR()
189 const std::source_location in BMCWEB_LOG_WARNING()
[all...]
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dlg2.hpp18 template <level S = level::debug, details::any_but<std::source_location>... Ts>
27 explicit log(const std::source_location& s, const char* msg, in log()
43 const std::source_location& s = std::source_location::current()) : in log()
66 explicit levelval(const std::source_location&, const char*, Ts&&...) \
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Devent.hpp.mako4 ${event.CamelCase}(const nlohmann::json&, const std::source_location&);
7 const std::source_location& source = std::source_location::current()) :
17 const std::source_location& source = std::source_location::current()) :
H A Devents.hpp.mako12 #include <source_location>
H A Devent.cpp.mako47 const nlohmann::json& j, const std::source_location& s)
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/
H A Dsource_location.hpp7 using source_location = std::source_location; typedef
H A Dlogger.hpp23 void do_log(level, const std::source_location&, const char*, ...);
H A Dconversion.hpp339 static void done(level l, const std::source_location& s, const char* m, in done()
451 static void start(level l, const std::source_location& s, const char* msg, in start()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dlogger.hpp23 void logMessage(std::string_view message, const std::source_location& location =
24 std::source_location::current());
/openbmc/sdbusplus/include/sdbusplus/sdbuspp_support/
H A Devent.hpp12 const std::source_location&);
25 const std::source_location& location) in throw_event()
/openbmc/phosphor-logging/lib/
H A Dlg2_logger.cpp132 static void noop_extra_output(level, const std::source_location&, in noop_extra_output() argument
137 static void cerr_extra_output(level l, const std::source_location& s, in cerr_extra_output()
222 void do_log(level l, const std::source_location& s, const char* m, ...) in do_log()
/openbmc/sdbusplus/include/sdbusplus/
H A Dexception.hpp209 const std::source_location& source = std::source_location::current());
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dlogger.cpp9 void logMessage(std::string_view message, const std::source_location& location) in logMessage()
/openbmc/bmcweb/src/
H A Dboost_asio.cpp18 void throw_exception(const std::exception& e, const source_location& loc) in throw_exception()
/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_diagnostic_data.hpp43 const std::source_location src = std::source_location::current()) in checkErrors()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Djson_utility.hpp380 std::source_location::current().file_name(), in processGpioPresenceTag()
381 std::source_location::current().function_name(), 0, l_errMsg, in processGpioPresenceTag()
467 std::source_location::current().file_name(), in procesSetGpioTag()
468 std::source_location::current().function_name(), 0, l_errMsg, in procesSetGpioTag()
/openbmc/sdbusplus/src/
H A Dexception.cpp217 void throw_via_json(const nlohmann::json& j, const std::source_location& source) in throw_via_json()
/openbmc/phosphor-logging/test/
H A Dlog_manager_dbus_tests.cpp221 EXPECT_EQ(source_file, std::source_location::current().file_name()); in TEST_F()
/openbmc/phosphor-logging/docs/
H A Dstructured-logging.md188 openbmc/openbmc#2297). `lg2` uses C++20's `source_location` to, by default,
190 non-defaulted `source_location` for rare but appropriate cases.
205 Solving issue openbmc/openbmc#2297 requires C++20's `source_location` feature.
207 `#ifdef` detection of the `source_location` feature so that C++20 applications
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp776 void internalError(crow::Response& res, std::source_location location =
777 std::source_location::current());
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1244 void internalError(crow::Response& res, const std::source_location location) in internalError()
/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt2103 -rw-r--r-- root root 2699 ./usr/include/c++/10.1.0/experimental/source_location
H A Dbuildhistory_filelist1.txt2102 -rw-r--r-- root root 2699 ./usr/include/c++/10.1.0/experimental/source_location

12