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 | 415 typedef text_input_buffer::source_location source_location; typedef 435 expression(source_location l) : loc(l) {} in expression() 463 source_location loc; 490 terminal_expr(source_location l, valty v) : expression(l), val(v) {} in terminal_expr() 508 paren_expression(source_location l, expression_ptr p) : expression(l), in paren_expression() 564 unary_operator(source_location l, expression_ptr p) : in unary_operator() 635 binary_operator(source_location l, const char *) : in binary_operator() 639 binary_operator(source_location l, const char *o) : in binary_operator() 697 ternary_conditional_operator(source_location sl, in ternary_conditional_operator() 764 source_location l = location(); in parse_binary_expression() [all …]
|
| H A D | input_buffer.hh | 510 class source_location class in dtc::text_input_buffer 525 source_location(text_input_buffer &buf) in source_location() function in dtc::text_input_buffer::source_location 548 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 '_…
|