Home
last modified time | relevance | path

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

12

/external/cronet/buildtools/third_party/libc++/trunk/test/std/language.support/support.srcloc/
Dgeneral.pass.cpp23 static_assert(std::is_nothrow_move_constructible_v<std::source_location>, "support.srcloc.cons (1.1…
24 static_assert(std::is_nothrow_move_assignable_v<std::source_location>, "support.srcloc.cons (1.2)");
25 static_assert(std::is_nothrow_swappable_v<std::source_location>, "support.srcloc.cons (1.3)");
27 ASSERT_NOEXCEPT(std::source_location());
28 ASSERT_NOEXCEPT(std::source_location::current());
36 constexpr std::source_location empty;
52 constexpr std::source_location cur =
54 std::source_location::current();
64 std::source_location::current(); in main()
/external/arm-trusted-firmware/plat/common/
Dubsan.c13 struct source_location { struct
26 struct source_location loc; argument
33 struct source_location loc;
38 struct source_location loc;
44 struct source_location loc;
50 struct source_location loc;
54 struct source_location loc;
59 struct source_location loc;
64 struct source_location loc;
104 static void print_loc(const char *func, struct source_location *loc) in print_loc()
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dsource_location13 /* source_location synopsis
16 struct source_location {
17 static consteval source_location current() noexcept;
18 constexpr source_location() noexcept;
41 class source_location {
42 // The names source_location::__impl, _M_file_name, _M_function_name, _M_line, and _M_column
61 static consteval source_location current(__bsl_ty __ptr = __builtin_source_location()) noexcept {
62 source_location __sl;
66 _LIBCPP_HIDE_FROM_ABI constexpr source_location() noexcept = default;
Dversion172 __cpp_lib_source_location 201907L <source_location>
DCMakeLists.txt874 source_location
Dmodule.modulemap.in1382 module source_location {
1383 header "source_location"
/external/perfetto/protos/perfetto/trace/track_event/
Dchrome_compositor_scheduler_state.proto19 import "protos/perfetto/trace/track_event/source_location.proto";
216 // remove this |source_location|.
217 SourceLocation source_location = 10; field
DBUILD.gn40 "source_location.proto",
Dtrack_event.proto36 import "protos/perfetto/trace/track_event/source_location.proto";
263 SourceLocation source_location = 33; field
/external/libabigail/tests/data/test-annotate/
Dtest21-pr19092.so.abi1002 <!-- typedef unsigned int source_location -->
1003 …<typedef-decl name='source_location' type-id='type-id-13' filepath='../.././gcc/../libcpp/include/…
1038 <!-- source_location* line_map_macro::macro_locations -->
1042 <!-- source_location line_map_macro::expansion -->
1241 <!-- typedef source_location location_t -->
1492 <!-- source_location line_map::start_location -->
1808 <!-- source_location* -->
2726 <!-- source_location line_maps::highest_location -->
2730 <!-- source_location line_maps::highest_line -->
3914 <!-- expanded_location expand_location(source_location) -->
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/transitive_includes/
Dcxx2b.csv507 source_location cstdint
508 source_location version
Dcxx14.csv758 source_location cstdint
759 source_location version
Dcxx03.csv755 source_location cstdint
756 source_location version
Dcxx11.csv756 source_location cstdint
757 source_location version
Dcxx17.csv758 source_location cstdint
759 source_location version
Dcxx20.csv764 source_location cstdint
765 source_location version
/external/ruy/ruy/
Dtrace.h266 const std::string& source_location = in Print() local
270 source_location.c_str(), IndentString(entry.indent).c_str(), in Print()
/external/perfetto/protos/perfetto/trace/interned_data/
Dinterned_data.proto25 import "protos/perfetto/trace/track_event/source_location.proto";
/external/cronet/base/tracing/protos/
Dchrome_track_event.proto1097 // Deprecated in favour of outer source_location.
1098 optional BlinkSourceLocation source_location = 3; field
1102 optional BlinkSourceLocation source_location = 3; field
/external/perfetto/protos/third_party/chromium/
Dchrome_track_event.proto1105 // Deprecated in favour of outer source_location.
1106 optional BlinkSourceLocation source_location = 3; field
1110 optional BlinkSourceLocation source_location = 3; field
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc1312 const std::string source_location = in ParseLogMessage() local
1316 storage_->InternString(base::StringView(source_location)); in ParseLogMessage()
/external/perfetto/
DAndroid.bp5076 "protos/perfetto/trace/track_event/source_location.proto",
7663 "protos/perfetto/trace/track_event/source_location.proto",
7696 "external/perfetto/protos/perfetto/trace/track_event/source_location.gen.cc",
7729 "protos/perfetto/trace/track_event/source_location.proto",
7762 "external/perfetto/protos/perfetto/trace/track_event/source_location.gen.h",
7799 "protos/perfetto/trace/track_event/source_location.proto",
7839 "protos/perfetto/trace/track_event/source_location.proto",
7871 "external/perfetto/protos/perfetto/trace/track_event/source_location.pb.cc",
7904 "protos/perfetto/trace/track_event/source_location.proto",
7936 "external/perfetto/protos/perfetto/trace/track_event/source_location.pb.h",
[all …]
/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc854 const auto& source_location = in ReadLogMessagesFromTrace() local
856 msg << source_location.function_name() << "(" in ReadLogMessagesFromTrace()
857 << source_location.file_name() << ":" in ReadLogMessagesFromTrace()
858 << source_location.line_number() in ReadLogMessagesFromTrace()
/external/cronet/buildtools/third_party/libc++/trunk/docs/Status/
DCxx20Papers.csv115 "`P1208R6 <https://wg21.link/P1208R6>`__","LWG","Adopt source_location for C++20","Cologne","|Compl…
DCxx20Issues.csv298 "`3396 <https://wg21.link/LWG3396>`__","Clarify point of reference for ``source_location::current()…

12