/openbmc/linux/lib/ |
H A D | ubsan.h | 49 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 D | ubsan.c | 110 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 D | logging.hpp | 13 #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 D | lg2.hpp | 18 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 D | event.hpp.mako | 4 ${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 D | events.hpp.mako | 12 #include <source_location>
|
H A D | event.cpp.mako | 47 const nlohmann::json& j, const std::source_location& s)
|
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/ |
H A D | source_location.hpp | 7 using source_location = std::source_location; typedef
|
H A D | logger.hpp | 23 void do_log(level, const std::source_location&, const char*, ...);
|
H A D | conversion.hpp | 339 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 D | logger.hpp | 23 void logMessage(std::string_view message, const std::source_location& location = 24 std::source_location::current());
|
/openbmc/sdbusplus/include/sdbusplus/sdbuspp_support/ |
H A D | event.hpp | 12 const std::source_location&); 25 const std::source_location& location) in throw_event()
|
/openbmc/phosphor-logging/lib/ |
H A D | lg2_logger.cpp | 132 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 D | exception.hpp | 209 const std::source_location& source = std::source_location::current());
|
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | logger.cpp | 9 void logMessage(std::string_view message, const std::source_location& location) in logMessage()
|
/openbmc/bmcweb/src/ |
H A D | boost_asio.cpp | 18 void throw_exception(const std::exception& e, const source_location& loc) in throw_exception()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | manager_diagnostic_data.hpp | 43 const std::source_location src = std::source_location::current()) in checkErrors()
|
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
H A D | json_utility.hpp | 380 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 D | exception.cpp | 217 void throw_via_json(const nlohmann::json& j, const std::source_location& source) in throw_via_json()
|
/openbmc/phosphor-logging/test/ |
H A D | log_manager_dbus_tests.cpp | 221 EXPECT_EQ(source_file, std::source_location::current().file_name()); in TEST_F()
|
/openbmc/phosphor-logging/docs/ |
H A D | structured-logging.md | 188 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 D | error_messages.hpp | 776 void internalError(crow::Response& res, std::source_location location = 777 std::source_location::current());
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | error_messages.cpp | 1244 void internalError(crow::Response& res, const std::source_location location) in internalError()
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 2103 -rw-r--r-- root root 2699 ./usr/include/c++/10.1.0/experimental/source_location
|
H A D | buildhistory_filelist1.txt | 2102 -rw-r--r-- root root 2699 ./usr/include/c++/10.1.0/experimental/source_location
|