Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Dsource_location13 /* source_location synopsis
16 struct source_location {
17 static consteval source_location current() noexcept;
18 constexpr source_location() noexcept;
40 class source_location {
41 // The names source_location::__impl, _M_file_name, _M_function_name, _M_line, and _M_column
60 static consteval source_location current(__bsl_ty __ptr = __builtin_source_location()) noexcept {
61 source_location __sl;
65 _LIBCPP_HIDE_FROM_ABI constexpr source_location() noexcept = default;
H A D__std_clang_module163 #include <source_location>
H A Dversion223 __cpp_lib_source_location 201907L <source_location>
H A Dmodule.modulemap227 header "source_location"
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dsource_location.cppm
/freebsd/usr.bin/dtc/
H A Dinput_buffer.cc374 typedef text_input_buffer::source_location source_location; typedef
394 expression(source_location l) : loc(l) {} in expression()
422 source_location loc;
449 terminal_expr(source_location l, valty v) : expression(l), val(v) {} in terminal_expr()
467 paren_expression(source_location l, expression_ptr p) : expression(l), in paren_expression()
523 unary_operator(source_location l, expression_ptr p) : in unary_operator()
594 binary_operator(source_location l, const char *) : in binary_operator()
598 binary_operator(source_location l, const char *o) : in binary_operator()
656 ternary_conditional_operator(source_location sl, in ternary_conditional_operator()
723 source_location l = location(); in parse_binary_expression()
[all …]
H A Dinput_buffer.hh488 class source_location class in dtc::text_input_buffer
503 source_location(text_input_buffer &buf) in source_location() function in dtc::text_input_buffer::source_location
526 source_location location() in location()
/freebsd/contrib/llvm-project/libcxx/modules/
H A Dstd.cppm
H A Dstd.cppm.in133 #include <source_location>
/freebsd/lib/libc++/
H A DMakefile224 STD_HEADERS+= source_location
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2661 SYMBOL(source_location, std::, <source_location>)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td12302 …"'std::source_location::__impl' was not found; it must be defined before '__builtin_source_locatio…
12304 …"'std::source_location::__impl' must be standard-layout and have only two 'const char *' fields '_…