Searched refs:source_location (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | source_location | 13 /* 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_module | 163 #include <source_location>
|
H A D | version | 223 __cpp_lib_source_location 201907L <source_location>
|
H A D | module.modulemap | 227 header "source_location"
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | source_location.cppm |
|
/freebsd/usr.bin/dtc/ |
H A D | input_buffer.cc | 374 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 D | input_buffer.hh | 488 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 D | std.cppm |
|
H A D | std.cppm.in | 133 #include <source_location>
|
/freebsd/lib/libc++/ |
H A D | Makefile | 224 STD_HEADERS+= source_location
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 2661 SYMBOL(source_location, std::, <source_location>)
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticSemaKinds.td | 12302 …"'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 '_…
|