| /openbsd-src/gnu/llvm/libcxx/include/__type_traits/ |
| H A D | is_reference.h | 32 struct _LIBCPP_TEMPLATE_VIS is_reference : _BoolConstant<__is_reference(_Tp)> { }; struct 51 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_reference : public false_type {}; 52 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_reference<_Tp&> : public true_type {}; 53 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_reference<_Tp&&> : public true_type {}; 57 inline constexpr bool is_reference_v = is_reference<_Tp>::value;
|
| H A D | is_nothrow_constructible.h | 58 …: __libcpp_is_nothrow_constructible<is_constructible<_Tp, _Args...>::value, is_reference<_Tp>::val… 64 : __libcpp_is_nothrow_constructible<is_constructible<_Tp>::value, is_reference<_Tp>::value, _Tp>
|
| H A D | is_function.h | 32 : public integral_constant<bool, !(is_reference<_Tp>::value || is_const<const _Tp>::value)> {};
|
| H A D | is_nothrow_destructible.h | 71 is_reference<_Tp>::value> {};
|
| H A D | is_destructible.h | 76 struct __destructible_false<_Tp, false> : public __destructible_imp<_Tp, is_reference<_Tp>::value> …
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ |
| H A D | type_utils.hpp | 64 using std::tr1::is_reference; 96 value = is_const<T>::value && is_reference<T>::value
|
| /openbsd-src/gnu/llvm/libcxx/include/__memory/ |
| H A D | unique_ptr.h | 97 static_assert(!is_reference<_Deleter>::value, "incorrect specialization"); 170 (is_reference<_Dp>::value && is_same<_Dp, _UDel>::value) || 171 (!is_reference<_Dp>::value && is_convertible<_UDel, _Dp>::value) 201 static_assert(!is_reference<deleter_type>::value, 368 (is_reference<_Dp>::value && is_same<_Dp, _UDel>::value) || 369 (!is_reference<_Dp>::value && is_convertible<_UDel, _Dp>::value) 412 static_assert(!is_reference<deleter_type>::value, 419 static_assert(!is_reference<deleter_type>::value,
|
| /openbsd-src/gnu/llvm/libcxx/include/__algorithm/ |
| H A D | iterator_operations.h | 115 is_reference<__deref_t<_Iter> >::value, 129 !is_reference<__deref_t<_Iter> >::value,
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/ |
| H A D | type_traits | 154 struct is_reference 158 struct is_reference<_Tp&> 178 || is_reference<_Tp>::value 194 || is_reference<_Tp>::value 214 || is_reference<_Tp>::value 569 || is_reference<_Tp>::value)>
|
| H A D | type_traits_fwd.h | 68 struct is_reference;
|
| /openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/ |
| H A D | eh_arm.cc | 46 bool is_reference __attribute__((__unused__)), in __cxa_type_match() argument
|
| /openbsd-src/gnu/llvm/clang/bindings/python/tests/cindex/ |
| H A D | test_cursor_kind.py | 31 self.assertTrue(CursorKind.TYPE_REF.is_reference())
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBType.i | 909 …is_reference = property(IsReferenceType, None, doc='''A read only property that returns a boolean … 910 …is_reference = property(IsReferenceType, None, doc='''A read only property that returns a boolean …
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | cvt.c | 859 int is_reference = TREE_CODE (TREE_TYPE (TREE_OPERAND (expr, 0))) local 867 else if (is_reference && is_volatile) 871 if (is_reference || !is_volatile || !is_complete)
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | cvt.c | 862 int is_reference = TREE_CODE (TREE_TYPE (TREE_OPERAND (expr, 0))) in convert_to_void() local 873 else if (is_volatile && (is_reference || TREE_ADDRESSABLE (type))) in convert_to_void() 877 if (is_reference || !is_volatile || !is_complete || TREE_ADDRESSABLE (type)) in convert_to_void()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | omp-low.c | 435 is_reference (tree decl) in is_reference() function 584 else if (is_reference (var)) in build_outer_var_ref() 591 if (is_reference (var)) in build_outer_var_ref() 957 || is_reference (decl)) in scan_sharing_clauses() 1689 else if (is_reference (var)) in lower_rec_input_clauses() 1882 if (is_reference (var)) in lower_lastprivate_clauses() 1932 if (is_reference (var)) in lower_reduction_clauses() 1958 if (is_reference (var)) in lower_reduction_clauses() 2013 if (is_reference (var)) in lower_copyprivate_clauses() 2067 if (by_ref || is_reference (val)) in lower_send_clauses() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | ErrorOr.h | 59 static constexpr bool isRef = std::is_reference<T>::value;
|
| H A D | raw_ostream.h | 417 std::enable_if_t<!std::is_reference<OStream>::value &&
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | type_traits | 50 template <class T> struct is_reference; 275 = is_reference<T>::value; // C++17 493 #include <__type_traits/is_reference.h>
|
| H A D | tuple | 238 #include <__type_traits/is_reference.h> 311 {static_assert(!is_reference<_Hp>::value, 318 {static_assert(!is_reference<_Hp>::value, 325 {static_assert(!is_reference<_Hp>::value, 332 {static_assert(!is_reference<_Hp>::value, 360 {static_assert(!is_reference<_Hp>::value, 367 {static_assert(!is_reference<_Hp>::value,
|
| H A D | any | 655 static_assert(!is_reference<_ValueType>::value, 678 static_assert(!is_reference<_ValueType>::value,
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
| H A D | error.h | 189 static constexpr bool IsRef = std::is_reference<T>::value;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | FunctionExtras.h | 100 static_assert(!std::is_reference<T>::value,
|
| /openbsd-src/gnu/llvm/libcxx/include/__iterator/ |
| H A D | move_iterator.h | 92 is_reference<__reference>::value,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1587 bool is_reference = pt.IsReferenceType(); in AddExpressionVariable() local 1590 if (is_reference) in AddExpressionVariable() 1607 if (is_reference) in AddExpressionVariable()
|