Searched refs:is_object (Results 1 - 18 of 18) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_object.h28 struct _LIBCPP_TEMPLATE_VIS is_object : _BoolConstant<__is_object(_Tp)> { }; struct in inherits:_BoolConstant
37 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_object
45 inline constexpr bool is_object_v = is_object<_Tp>::value;
H A Dis_always_bitcastable.h15 #include <__type_traits/is_object.h>
/openbsd-current/gnu/llvm/libcxx/include/__concepts/
H A Dmovable.h16 #include <__type_traits/is_object.h>
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dsource.t63 is_object => 0,
81 is_object => 0,
96 is_object => 0,
110 is_object => 0,
123 { is_object => 1,
145 is_object => 0,
199 is_object => 0,
262 is_object => 0,
/openbsd-current/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMagic.h60 bool is_object() const { return V != unknown; } function in struct:llvm::file_magic
/openbsd-current/gnu/llvm/libcxx/include/__iterator/
H A Dincrementable_traits.h16 #include <__type_traits/is_object.h>
H A Dreadable_traits.h17 #include <__type_traits/is_object.h>
H A Diterator_traits.h29 #include <__type_traits/is_object.h>
/openbsd-current/gnu/llvm/libcxx/include/__numeric/
H A Dmidpoint.h18 #include <__type_traits/is_object.h>
/openbsd-current/gnu/llvm/libcxx/include/__ranges/
H A Ddata.h20 #include <__type_traits/is_object.h>
H A Ddrop_while_view.h31 #include <__type_traits/is_object.h>
H A Dtake_while_view.h28 #include <__type_traits/is_object.h>
/openbsd-current/gnu/gcc/libstdc++-v3/include/tr1/
H A Dtype_traits_fwd.h96 struct is_object;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/
H A DHandle.pm70 if $meta->{is_object}
/openbsd-current/gnu/llvm/libcxx/include/__expected/
H A Dunexpected.h18 #include <__type_traits/is_object.h>
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DSource.pm239 $meta->{is_object} = UNIVERSAL::isa( $raw, 'UNIVERSAL' ) ? 1 : 0;
241 if ( $meta->{is_object} ) {
H A DIteratorFactory.pm207 if ( $source->meta->{is_object}
/openbsd-current/gnu/lib/libcxx/
H A DMakefile731 __type_traits/is_object.h \

Completed in 219 milliseconds