Home
last modified time | relevance | path

Searched refs:concept (Results 1 – 25 of 196) sorted by relevance

12345678

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dconcepts57 concept __same_as = std::is_same_v<_Tp, _Up>;
60 /// [concept.same], concept same_as
62 concept same_as
65 /// [concept.derived], concept derived_from
67 concept derived_from = __is_base_of(_Base, _Derived)
70 /// [concept.convertible], concept convertible_to
72 concept convertible_to = is_convertible_v<_From, _To>
77 /// [concept.commonref], concept common_reference_with
79 concept common_reference_with
84 /// [concept.common], concept common_with
[all …]
H A Dcompare412 concept __compares_as
416 // [cmp.concept], concept three_way_comparable
418 concept three_way_comparable
428 concept three_way_comparable_with
486 concept __3way_builtin_ptr_cmp
571 concept __adl_strong = requires(_Tp&& __t, _Up&& __u)
578 concept __adl_weak = requires(_Tp&& __t, _Up&& __u)
585 concept __adl_partial = requires(_Tp&& __t, _Up&& __u)
592 concept __cmp3way = requires(_Tp&& __t, _Up&& __u, compare_three_way __c)
598 concept __strongly_ordered
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dconcepts57 concept __same_as = std::is_same_v<_Tp, _Up>;
60 /// [concept.same], concept same_as
62 concept same_as
65 /// [concept.derived], concept derived_from
67 concept derived_from = __is_base_of(_Base, _Derived)
70 /// [concept.convertible], concept convertible_to
72 concept convertible_to = is_convertible_v<_From, _To>
77 /// [concept.commonref], concept common_reference_with
79 concept common_reference_with
84 /// [concept.common], concept common_with
[all …]
H A Dcompare412 concept __compares_as
416 // [cmp.concept], concept three_way_comparable
418 concept three_way_comparable
428 concept three_way_comparable_with
486 concept __3way_builtin_ptr_cmp
571 concept __adl_strong = requires(_Tp&& __t, _Up&& __u)
578 concept __adl_weak = requires(_Tp&& __t, _Up&& __u)
585 concept __adl_partial = requires(_Tp&& __t, _Up&& __u)
592 concept __cmp3way = requires(_Tp&& __t, _Up&& __u, compare_three_way __c)
598 concept __strongly_ordered
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Diterator_concepts.h66 concept __can_reference = requires { typename __with_ref<_Tp>; }; in _GLIBCXX_VISIBILITY()
69 concept __dereferenceable = requires(_Tp& __t) in _GLIBCXX_VISIBILITY()
85 concept __adl_imove in _GLIBCXX_VISIBILITY()
192 concept __primary_traits_iter in _GLIBCXX_VISIBILITY()
225 concept __has_member_value_type in _GLIBCXX_VISIBILITY()
229 concept __has_member_element_type in _GLIBCXX_VISIBILITY()
292 concept __cpp17_iterator = requires(_Iter __it) in _GLIBCXX_VISIBILITY()
300 concept __cpp17_input_iterator = __cpp17_iterator<_Iter> in _GLIBCXX_VISIBILITY()
315 concept __cpp17_fwd_iterator = __cpp17_input_iterator<_Iter> in _GLIBCXX_VISIBILITY()
327 concept __cpp17_bidi_iterator = __cpp17_fwd_iterator<_Iter> in _GLIBCXX_VISIBILITY()
[all …]
H A Drange_access.h376 concept __maybe_borrowed_range in _GLIBCXX_VISIBILITY()
427 concept __member_end = requires(_Tp& __t) in _GLIBCXX_VISIBILITY()
437 concept __adl_end = __class_or_enum<remove_reference_t<_Tp>> in _GLIBCXX_VISIBILITY()
513 concept __member_rbegin = requires(_Tp& __t) in _GLIBCXX_VISIBILITY()
522 concept __adl_rbegin = __class_or_enum<remove_reference_t<_Tp>> in _GLIBCXX_VISIBILITY()
529 concept __reversable = requires(_Tp& __t) in _GLIBCXX_VISIBILITY()
576 concept __member_rend = requires(_Tp& __t) in _GLIBCXX_VISIBILITY()
586 concept __adl_rend = __class_or_enum<remove_reference_t<_Tp>> in _GLIBCXX_VISIBILITY()
658 concept __member_size = !disable_sized_range<remove_cvref_t<_Tp>> in _GLIBCXX_VISIBILITY()
669 concept __adl_size = __class_or_enum<remove_reference_t<_Tp>> in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_uninitialized.h54 concept __nothrow_input_iterator in _GLIBCXX_VISIBILITY()
61 concept __nothrow_sentinel = sentinel_for<_Sent, _Iter>; in _GLIBCXX_VISIBILITY()
64 concept __nothrow_input_range in _GLIBCXX_VISIBILITY()
70 concept __nothrow_forward_iterator in _GLIBCXX_VISIBILITY()
76 concept __nothrow_forward_range in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Diterator_concepts.h66 concept __can_reference = requires { typename __with_ref<_Tp>; }; in _GLIBCXX_VISIBILITY()
69 concept __dereferenceable = requires(_Tp& __t) in _GLIBCXX_VISIBILITY()
85 concept __adl_imove in _GLIBCXX_VISIBILITY()
192 concept __primary_traits_iter in _GLIBCXX_VISIBILITY()
225 concept __has_member_value_type in _GLIBCXX_VISIBILITY()
229 concept __has_member_element_type in _GLIBCXX_VISIBILITY()
292 concept __cpp17_iterator = requires(_Iter __it) in _GLIBCXX_VISIBILITY()
300 concept __cpp17_input_iterator = __cpp17_iterator<_Iter> in _GLIBCXX_VISIBILITY()
315 concept __cpp17_fwd_iterator = __cpp17_input_iterator<_Iter> in _GLIBCXX_VISIBILITY()
327 concept __cpp17_bidi_iterator = __cpp17_fwd_iterator<_Iter> in _GLIBCXX_VISIBILITY()
[all …]
H A Drange_access.h376 concept __maybe_borrowed_range in _GLIBCXX_VISIBILITY()
427 concept __member_end = requires(_Tp& __t) in _GLIBCXX_VISIBILITY()
437 concept __adl_end = __class_or_enum<remove_reference_t<_Tp>> in _GLIBCXX_VISIBILITY()
513 concept __member_rbegin = requires(_Tp& __t) in _GLIBCXX_VISIBILITY()
522 concept __adl_rbegin = __class_or_enum<remove_reference_t<_Tp>> in _GLIBCXX_VISIBILITY()
529 concept __reversable = requires(_Tp& __t) in _GLIBCXX_VISIBILITY()
576 concept __member_rend = requires(_Tp& __t) in _GLIBCXX_VISIBILITY()
586 concept __adl_rend = __class_or_enum<remove_reference_t<_Tp>> in _GLIBCXX_VISIBILITY()
658 concept __member_size = !disable_sized_range<remove_cvref_t<_Tp>> in _GLIBCXX_VISIBILITY()
669 concept __adl_size = __class_or_enum<remove_reference_t<_Tp>> in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_uninitialized.h54 concept __nothrow_input_iterator in _GLIBCXX_VISIBILITY()
61 concept __nothrow_sentinel = sentinel_for<_Sent, _Iter>; in _GLIBCXX_VISIBILITY()
64 concept __nothrow_input_range in _GLIBCXX_VISIBILITY()
70 concept __nothrow_forward_iterator in _GLIBCXX_VISIBILITY()
76 concept __nothrow_forward_range in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dalgorithm115 // concept requirements
199 // concept requirements
221 // concept requirements
239 // concept requirements
263 // concept requirements
298 // concept requirements
354 // concept requirements
385 // concept requirements
409 // concept requirements
433 // concept requirements
[all …]
H A Diterator78 // concept requirements
92 // concept requirements
108 // concept requirements -- taken care of in __distance
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dalgorithm115 // concept requirements
199 // concept requirements
221 // concept requirements
239 // concept requirements
263 // concept requirements
298 // concept requirements
354 // concept requirements
385 // concept requirements
409 // concept requirements
433 // concept requirements
[all …]
H A Diterator78 // concept requirements
92 // concept requirements
108 // concept requirements -- taken care of in __distance
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dconcept_check.hpp54 # define BOOST_CLASS_REQUIRE(type_var, ns, concept) \ argument
55 BOOST_CONCEPT_ASSERT((ns::concept<type_var>))
57 # define BOOST_CLASS_REQUIRE2(type_var1, type_var2, ns, concept) \ argument
58 BOOST_CONCEPT_ASSERT((ns::concept<type_var1,type_var2>))
60 # define BOOST_CLASS_REQUIRE3(tv1, tv2, tv3, ns, concept) \ argument
61 BOOST_CONCEPT_ASSERT((ns::concept<tv1,tv2,tv3>))
63 # define BOOST_CLASS_REQUIRE4(tv1, tv2, tv3, tv4, ns, concept) \ argument
64 BOOST_CONCEPT_ASSERT((ns::concept<tv1,tv2,tv3,tv4>))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/concept/detail/
H A Dbackward_compatibility.hpp12 namespace concept = concepts;
/OK3568_Linux_fs/buildroot/package/python-django/
H A DConfig.in14 Web applications from concept to launch in a matter of
/OK3568_Linux_fs/kernel/drivers/net/can/mscan/
H A DKconfig8 implementation of the Motorola Scalable CAN concept targeted for
/OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-utils/aufs-util/aufs-util/
H A Daufs-util-add-tool-concept-to-Makefile-for-cross-com.patch4 Subject: [PATCH] aufs-util: add tool concept to Makefile for cross compiling
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/pixman/
H A DCVE-2022-44638.patch11 issue, providing a proof-of-concept, and a great analysis.
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/i2c/
H A Di2c.txt4 U-Boot's I2C model has the concept of an offset within a chip (I2C target
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/xilinx/
H A Dxlnx,vcu.txt4 General concept
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/tokyocabinet/
H A Dtokyocabinet_1.4.48.bb10 There is neither concept of data tables nor data types. \
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/xilinx/
H A Dxlnx,video.txt4 General concept
/OK3568_Linux_fs/kernel/Documentation/x86/x86_64/
H A Dcpu-hotplug-spec.rst13 ACPI 3.0 specification). ACPI already has the concept of disabled LAPIC

12345678