Home
last modified time | relevance | path

Searched full:using (Results 1 – 25 of 7249) sorted by relevance

12345678910>>...290

/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dtype_traits.inc12 using std::integral_constant;
14 using std::bool_constant;
15 using std::false_type;
16 using std::true_type;
19 using std::is_array;
20 using std::is_class;
21 using std::is_enum;
22 using std::is_floating_point;
23 using std::is_function;
24 using std::is_integral;
[all …]
H A Dtype_traits.cppm
H A Dcmath.inc12 using std::double_t _LIBCPP_USING_IF_EXISTS;
13 using std::float_t _LIBCPP_USING_IF_EXISTS;
15 using std::acos _LIBCPP_USING_IF_EXISTS;
16 using std::acosf _LIBCPP_USING_IF_EXISTS;
17 using std::acosl _LIBCPP_USING_IF_EXISTS;
19 using std::asin _LIBCPP_USING_IF_EXISTS;
20 using std::asinf _LIBCPP_USING_IF_EXISTS;
21 using std::asinl _LIBCPP_USING_IF_EXISTS;
23 using std::atan _LIBCPP_USING_IF_EXISTS;
24 using std::atanf _LIBCPP_USING_IF_EXISTS;
[all …]
H A Dalgorithm.cppm
H A Dalgorithm.inc13 using std::ranges::in_found_result;
14 using std::ranges::in_fun_result;
15 using std::ranges::in_in_out_result;
16 using std::ranges::in_in_result;
17 using std::ranges::in_out_out_result;
18 using std::ranges::in_out_result;
20 using std::ranges::in_value_result;
22 using std::ranges::min_max_result;
24 using std::ranges::out_value_result;
30 using std::all_of;
[all …]
H A Datomic.cppm
H A Datomic.inc13 using std::memory_order _LIBCPP_USING_IF_EXISTS;
14 using std::memory_order_acq_rel _LIBCPP_USING_IF_EXISTS;
15 using std::memory_order_acquire _LIBCPP_USING_IF_EXISTS;
16 using std::memory_order_consume _LIBCPP_USING_IF_EXISTS;
17 using std::memory_order_relaxed _LIBCPP_USING_IF_EXISTS;
18 using std::memory_order_release _LIBCPP_USING_IF_EXISTS;
19 using std::memory_order_seq_cst _LIBCPP_USING_IF_EXISTS;
21 using std::kill_dependency _LIBCPP_USING_IF_EXISTS;
25 using std::atomic_ref _LIBCPP_USING_IF_EXISTS;
28 using std::atomic _LIBCPP_USING_IF_EXISTS;
[all …]
H A Dchrono.cppm
H A Dchrono.inc13 using std::chrono::duration;
14 using std::chrono::time_point;
18 using std::common_type;
23 using std::chrono::treat_as_floating_point;
24 using std::chrono::treat_as_floating_point_v;
26 using std::chrono::duration_values;
28 // using std::chrono::is_clock;
29 // using std::chrono::is_clock_v;
32 using std::chrono::operator+;
33 using std::chrono::operator-;
[all …]
H A Dranges.cppm
H A Diterator.cppm
H A Dmemory.cppm
H A Dmemory.inc12 using std::pointer_traits;
15 using std::to_address;
18 using std::align;
19 using std::assume_aligned;
21 using std::is_sufficiently_aligned;
25 // using std::start_lifetime_as;
26 // using std::start_lifetime_as_array;
29 using std::allocator_arg;
30 using std::allocator_arg_t;
33 using std::uses_allocator;
[all …]
H A Dranges.inc14 using std::ranges::__cpo::begin;
15 using std::ranges::__cpo::cbegin;
16 using std::ranges::__cpo::cend;
17 using std::ranges::__cpo::crbegin;
18 using std::ranges::__cpo::crend;
19 using std::ranges::__cpo::end;
20 using std::ranges::__cpo::rbegin;
21 using std::ranges::__cpo::rend;
23 using std::ranges::__cpo::cdata;
24 using std::ranges::__cpo::data;
[all …]
H A Dcwchar.cppm
H A Dcwchar.inc12 using std::mbstate_t _LIBCPP_USING_IF_EXISTS;
13 using std::size_t _LIBCPP_USING_IF_EXISTS;
14 using std::wint_t _LIBCPP_USING_IF_EXISTS;
16 using std::tm _LIBCPP_USING_IF_EXISTS;
18 using std::btowc _LIBCPP_USING_IF_EXISTS;
19 using std::fgetwc _LIBCPP_USING_IF_EXISTS;
20 using std::fgetws _LIBCPP_USING_IF_EXISTS;
21 using std::fputwc _LIBCPP_USING_IF_EXISTS;
22 using std::fputws _LIBCPP_USING_IF_EXISTS;
23 using std::fwide _LIBCPP_USING_IF_EXISTS;
[all …]
H A Dfunctional.inc12 using std::invoke;
14 using std::invoke_r;
18 using std::basic_common_reference;
22 using std::reference_wrapper;
24 using std::cref;
25 using std::ref;
28 using std::divides;
29 using std::minus;
30 using std::modulus;
31 using std::multiplies;
[all …]
H A Dfilesystem.cppm
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc11 using ::double_t _LIBCPP_USING_IF_EXISTS;
12 using ::float_t _LIBCPP_USING_IF_EXISTS;
14 using ::acos _LIBCPP_USING_IF_EXISTS;
15 using ::acosf _LIBCPP_USING_IF_EXISTS;
16 using ::acosl _LIBCPP_USING_IF_EXISTS;
18 using ::asin _LIBCPP_USING_IF_EXISTS;
19 using ::asinf _LIBCPP_USING_IF_EXISTS;
20 using ::asinl _LIBCPP_USING_IF_EXISTS;
22 using ::atan _LIBCPP_USING_IF_EXISTS;
23 using ::atanf _LIBCPP_USING_IF_EXISTS;
[all …]
H A Dcwchar.inc12 using ::mbstate_t _LIBCPP_USING_IF_EXISTS;
13 using ::size_t _LIBCPP_USING_IF_EXISTS;
14 using ::wint_t _LIBCPP_USING_IF_EXISTS;
16 using ::tm _LIBCPP_USING_IF_EXISTS;
18 using ::btowc _LIBCPP_USING_IF_EXISTS;
19 using ::fgetwc _LIBCPP_USING_IF_EXISTS;
20 using ::fgetws _LIBCPP_USING_IF_EXISTS;
21 using ::fputwc _LIBCPP_USING_IF_EXISTS;
22 using ::fputws _LIBCPP_USING_IF_EXISTS;
23 using ::fwide _LIBCPP_USING_IF_EXISTS;
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dstdatomic.h17 using std-atomic = std::atomic<T>; // exposition only
32 using std::memory_order // see below
33 using std::memory_order_relaxed // see below
34 using std::memory_order_consume // see below
35 using std::memory_order_acquire // see below
36 using std::memory_order_release // see below
37 using std::memory_order_acq_rel // see below
38 using std::memory_order_seq_cst // see below
40 using std::atomic_flag // see below
42 using std::atomic_bool // see below
[all …]
H A Dcmath333 any C Standard Library, and you are probably using compiler flags that make that \
346 using ::signbit _LIBCPP_USING_IF_EXISTS;
347 using ::fpclassify _LIBCPP_USING_IF_EXISTS;
348 using ::isfinite _LIBCPP_USING_IF_EXISTS;
349 using ::isinf _LIBCPP_USING_IF_EXISTS;
350 using ::isnan _LIBCPP_USING_IF_EXISTS;
351 using ::isnormal _LIBCPP_USING_IF_EXISTS;
352 using ::isgreater _LIBCPP_USING_IF_EXISTS;
353 using ::isgreaterequal _LIBCPP_USING_IF_EXISTS;
354 using ::isless _LIBCPP_USING_IF_EXISTS;
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h17 using std-atomic = std::atomic<T>; // exposition only
32 using std::memory_order // see below
33 using std::memory_order_relaxed // see below
34 using std::memory_order_consume // see below
35 using std::memory_order_acquire // see below
36 using std::memory_order_release // see below
37 using std::memory_order_acq_rel // see below
38 using std::memory_order_seq_cst // see below
40 using std::atomic_flag // see below
42 using std::atomic_bool // see below
[all …]
H A Dcmath337 any C Standard Library, and you are probably using compiler flags that make that \
350 using ::signbit _LIBCPP_USING_IF_EXISTS;
351 using ::fpclassify _LIBCPP_USING_IF_EXISTS;
352 using ::isfinite _LIBCPP_USING_IF_EXISTS;
353 using ::isinf _LIBCPP_USING_IF_EXISTS;
354 using ::isnan _LIBCPP_USING_IF_EXISTS;
355 using ::isnormal _LIBCPP_USING_IF_EXISTS;
356 using ::isgreater _LIBCPP_USING_IF_EXISTS;
357 using ::isgreaterequal _LIBCPP_USING_IF_EXISTS;
358 using ::isless _LIBCPP_USING_IF_EXISTS;
[all …]

12345678910>>...290