/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | X86DisassemblerDecoderCommon.h | 80 ENUM_ENTRY(IC_OPSIZE, 3, "requires an OPSIZE prefix, so " \ 82 ENUM_ENTRY(IC_ADSIZE, 3, "requires an ADSIZE prefix, so " \ 84 ENUM_ENTRY(IC_OPSIZE_ADSIZE, 4, "requires ADSIZE and OPSIZE prefixes") \ 89 ENUM_ENTRY(IC_XD_OPSIZE, 3, "requires an OPSIZE prefix, so " \ 91 ENUM_ENTRY(IC_XS_OPSIZE, 3, "requires an OPSIZE prefix, so " \ 93 ENUM_ENTRY(IC_XD_ADSIZE, 3, "requires an ADSIZE prefix, so " \ 95 ENUM_ENTRY(IC_XS_ADSIZE, 3, "requires an ADSIZE prefix, so " \ 97 ENUM_ENTRY(IC_64BIT_REXW, 5, "requires a REX.W prefix, so operands "\ 99 ENUM_ENTRY(IC_64BIT_REXW_ADSIZE, 6, "requires a REX.W prefix and 0x67 " \ 119 ENUM_ENTRY(IC_VEX, 1, "requires a VEX prefix") \ [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonDepMapAsm2Intrin.td | 15 (A2_abs IntRegs:$src1)>, Requires<[HasV5]>; 17 (A2_absp DoubleRegs:$src1)>, Requires<[HasV5]>; 19 (A2_abssat IntRegs:$src1)>, Requires<[HasV5]>; 21 (A2_add IntRegs:$src1, IntRegs:$src2)>, Requires<[HasV5]>; 23 (A2_addh_h16_hh IntRegs:$src1, IntRegs:$src2)>, Requires<[HasV5]>; 25 (A2_addh_h16_hl IntRegs:$src1, IntRegs:$src2)>, Requires<[HasV5]>; 27 (A2_addh_h16_lh IntRegs:$src1, IntRegs:$src2)>, Requires<[HasV5]>; 29 (A2_addh_h16_ll IntRegs:$src1, IntRegs:$src2)>, Requires<[HasV5]>; 31 (A2_addh_h16_sat_hh IntRegs:$src1, IntRegs:$src2)>, Requires<[HasV5]>; 33 (A2_addh_h16_sat_hl IntRegs:$src1, IntRegs:$src2)>, Requires<[HasV5]>; [all …]
|
H A D | HexagonDepMappings.td | 156 …= vcmp.eq($Vu32.ub,$Vv32.ub)", (V6_veqb HvxQR:$Qd4, HvxVR:$Vu32, HvxVR:$Vv32)>, Requires<[UseHVX]>; 157 …mp.eq($Vu32.ub,$Vv32.ub)", (V6_veqb_and HvxQR:$Qx4, HvxVR:$Vu32, HvxVR:$Vv32)>, Requires<[UseHVX]>; 158 …cmp.eq($Vu32.ub,$Vv32.ub)", (V6_veqb_or HvxQR:$Qx4, HvxVR:$Vu32, HvxVR:$Vv32)>, Requires<[UseHVX]>; 159 …mp.eq($Vu32.ub,$Vv32.ub)", (V6_veqb_xor HvxQR:$Qx4, HvxVR:$Vu32, HvxVR:$Vv32)>, Requires<[UseHVX]>; 160 …= vcmp.eq($Vu32.uh,$Vv32.uh)", (V6_veqh HvxQR:$Qd4, HvxVR:$Vu32, HvxVR:$Vv32)>, Requires<[UseHVX]>; 161 …mp.eq($Vu32.uh,$Vv32.uh)", (V6_veqh_and HvxQR:$Qx4, HvxVR:$Vu32, HvxVR:$Vv32)>, Requires<[UseHVX]>; 162 …cmp.eq($Vu32.uh,$Vv32.uh)", (V6_veqh_or HvxQR:$Qx4, HvxVR:$Vu32, HvxVR:$Vv32)>, Requires<[UseHVX]>; 163 …mp.eq($Vu32.uh,$Vv32.uh)", (V6_veqh_xor HvxQR:$Qx4, HvxVR:$Vu32, HvxVR:$Vv32)>, Requires<[UseHVX]>; 164 …= vcmp.eq($Vu32.uw,$Vv32.uw)", (V6_veqw HvxQR:$Qd4, HvxVR:$Vu32, HvxVR:$Vv32)>, Requires<[UseHVX]>; 165 …mp.eq($Vu32.uw,$Vv32.uw)", (V6_veqw_and HvxQR:$Qx4, HvxVR:$Vu32, HvxVR:$Vv32)>, Requires<[UseHVX]>; [all …]
|
/openbsd-src/gnu/llvm/clang/include/clang/ |
H A D | module.modulemap | 2 requires cplusplus 17 requires cplusplus 28 module Clang_ASTMatchers { requires cplusplus umbrella "ASTMatchers" module * { export * } } 31 requires cplusplus 81 requires cplusplus 89 module Clang_CodeGen { requires cplusplus umbrella "CodeGen" module * { export * } } 90 module Clang_Config { requires cplusplus umbrella "Config" module * { export * } } 95 requires cplusplus 111 requires cplusplus 119 module Clang_Edit { requires cplusplus umbrella "Edit" module * { export * } } [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ |
H A D | module.modulemap | 2 requires cplusplus 13 requires cplusplus 21 requires cplusplus 46 requires cplusplus 52 requires cplusplus 58 requires cplusplus 93 requires cplusplus 100 requires cplusplus 105 requires cplusplus 112 requires cplusplus [all …]
|
/openbsd-src/gnu/llvm/libcxx/include/__ranges/ |
H A D | elements_view.h | 59 requires view<_View> && __has_tuple_element<range_value_t<_View>, _Np> && 72 requires default_initializable<_View> 78 requires copy_constructible<_View> in base() 86 requires(!__simple_view<_View>) in begin() 92 requires range<const _View> in begin() 98 requires(!__simple_view<_View> && !common_range<_View>) in end() 104 requires(!__simple_view<_View> && common_range<_View>) in end() 110 requires range<const _View> in end() 116 requires common_range<const _View> in end() 122 requires sized_range<_View> in size() [all …]
|
H A D | transform_view.h | 61 requires __transform_view_constraints<_View, _Fn> 72 requires default_initializable<_View> && default_initializable<_Fn> = default; 79 constexpr _View base() const& requires copy_constructible<_View> { return __base_; } in base() 89 requires range<const _View> && in begin() 101 requires common_range<_View> in end() 107 requires range<const _View> && in end() 114 requires common_range<const _View> && in end() 121 constexpr auto size() requires sized_range<_View> { return ranges::size(__base_); } in size() 123 constexpr auto size() const requires sized_range<const _View> { return ranges::size(__base_); } in size() 160 requires __transform_view_constraints<_View, _Fn> [all …]
|
H A D | iota_view.h | 69 concept __decrementable = incrementable<_Iter> && requires(_Iter __i) { in requires() function 77 requires(_Iter __i, const _Iter __j, const _IotaDiffT<_Iter> __n) { in requires() function 95 requires __weakly_equality_comparable_with<_Start, _BoundSentinel> && copyable<_Start> 112 __iterator() requires default_initializable<_Start> = default; 132 constexpr __iterator operator++(int) requires incrementable<_Start> { 139 constexpr __iterator& operator--() requires __decrementable<_Start> { 145 constexpr __iterator operator--(int) requires __decrementable<_Start> { 153 requires __advanceable<_Start> 169 requires __advanceable<_Start> 185 requires __advanceable<_Start> [all …]
|
H A D | view_interface.h | 39 requires is_class_v<_Derived> && same_as<_Derived, remove_cv_t<_Derived>> 56 requires forward_range<_D2> in empty() 63 requires forward_range<const _D2> in empty() 71 requires requires (_D2& __t) { ranges::empty(__t); } in requires() function 79 requires requires (const _D2& __t) { ranges::empty(__t); } in requires() function 87 requires contiguous_iterator<iterator_t<_D2>> in data() 95 requires range<const _D2> && contiguous_iterator<iterator_t<const _D2>> in data() 103 requires forward_range<_D2> && sized_sentinel_for<sentinel_t<_D2>, iterator_t<_D2>> in size() 111 …requires forward_range<const _D2> && sized_sentinel_for<sentinel_t<const _D2>, iterator_t<const _D… in size() 119 requires forward_range<_D2> in decltype() [all …]
|
H A D | owning_view.h | 36 requires movable<_Rp> && (!__is_std_initializer_list<remove_cvref_t<_Rp>>) 41 owning_view() requires default_initializable<_Rp> = default; 54 …_LIBCPP_HIDE_FROM_ABI constexpr auto begin() const requires range<const _Rp> { return ranges::begi… in begin() 55 …_LIBCPP_HIDE_FROM_ABI constexpr auto end() const requires range<const _Rp> { return ranges::end(__… in end() 57 _LIBCPP_HIDE_FROM_ABI constexpr bool empty() requires requires { ranges::empty(__r_); } in empty() 59 _LIBCPP_HIDE_FROM_ABI constexpr bool empty() const requires requires { ranges::empty(__r_); } in empty() 62 _LIBCPP_HIDE_FROM_ABI constexpr auto size() requires sized_range<_Rp> in size() 64 _LIBCPP_HIDE_FROM_ABI constexpr auto size() const requires sized_range<const _Rp> in size() 67 _LIBCPP_HIDE_FROM_ABI constexpr auto data() requires contiguous_range<_Rp> in data() 69 _LIBCPP_HIDE_FROM_ABI constexpr auto data() const requires contiguous_range<const _Rp> in data()
|
H A D | zip_view.h | 61 requires(sizeof...(_Types) != 2) 127 requires(view<_Views> && ...) && (sizeof...(_Views) > 0) in requires() function 147 requires(!(__simple_view<_Views> && ...)) { in requires() 153 requires(range<const _Views> && ...) { in requires() 159 requires(!(__simple_view<_Views> && ...)) { in requires() 171 requires(range<const _Views> && ...) { in requires() 183 requires(sized_range<_Views> && ...) { in requires() 194 requires(sized_range<const _Views> && ...) { in requires() 233 requires __zip_all_forward<_Const, _Views...> 239 requires(view<_Views> && ...) && (sizeof...(_Views) > 0) [all …]
|
H A D | access.h | 48 requires(_Tp&& __t) { in requires() function 60 requires(_Tp && __t) { 67 requires (sizeof(_Tp) >= 0) // Disallow incomplete element types. in operator() 74 requires (sizeof(_Tp) >= 0) // Disallow incomplete element types. in operator() 80 requires __member_begin<_Tp> 88 requires __unqualified_begin<_Tp> 119 requires(_Tp&& __t) { in requires() function 132 requires(_Tp && __t) { 140 requires (sizeof(_Tp) >= 0) // Disallow incomplete element types. in operator() 146 requires __member_end<_Tp> [all …]
|
H A D | subrange.h | 75 requires (_Kind == subrange_kind::sized || !sized_sentinel_for<_Sent, _Iter>) 93 subrange() requires default_initializable<_Iter> = default; 97 requires _MustProvideSizeAtConstruction in subrange() 104 requires (_Kind == subrange_kind::sized) in subrange() 113 requires borrowed_range<_Range> && 118 requires (!_StoreSize) in subrange() 123 requires borrowed_range<_Range> && 128 requires _StoreSize && sized_range<_Range> in subrange() 133 requires __convertible_to_non_slicing<iterator_t<_Range>, _Iter> && 137 requires (_Kind == subrange_kind::sized) in subrange() [all …]
|
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
H A D | META.llvm.in | 9 requires = "llvm" 17 requires = "llvm" 25 requires = "llvm,unix" 33 requires = "llvm,llvm.target,ctypes.foreign" 41 requires = "llvm" 49 requires = "llvm" 57 requires = "llvm" 65 requires = "llvm" 73 requires = "llvm" 81 requires = "llvm" [all …]
|
/openbsd-src/gnu/usr.bin/perl/t/lib/strict/ |
H A D | vars | 52 Global symbol "$fred" requires explicit package name (did you forget to declare "my $fred"?) at - l… 60 Global symbol "$fred" requires explicit package name (did you forget to declare "my $fred"?) at - l… 68 Global symbol "$fred" requires explicit package name (did you forget to declare "my $fred"?) at - l… 81 Global symbol "$joe" requires explicit package name (did you forget to declare "my $joe"?) at - lin… 96 Global symbol "$jòè" requires explicit package name (did you forget to declare "my $jòè"?) at - lin… 108 Global symbol "$joe" requires explicit package name (did you forget to declare "my $joe"?) at - lin… 141 Global symbol "$joe" requires explicit package name (did you forget to declare "my $joe"?) at ./abc… 158 Global symbol "$jòè" requires explicit package name (did you forget to declare "my $jòè"?) at ./abc… 171 Global symbol "$joe" requires explicit package name (did you forget to declare "my $joe"?) at abc.p… 189 Global symbol "$jòè" requires explicit package name (did you forget to declare "my $jòè"?) at abc.p… [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrSVM.td | 34 Requires<[Not64BitMode]>; 37 Requires<[In64BitMode]>; 42 Requires<[Not64BitMode]>; 45 Requires<[In64BitMode]>; 50 Requires<[Not64BitMode]>; 53 Requires<[In64BitMode]>; 58 "invlpga", []>, TB, Requires<[Not64BitMode]>; 61 "invlpga", []>, TB, Requires<[In64BitMode]>; 65 def : InstAlias<"vmrun\t{%eax|eax}", (VMRUN32), 0>, Requires<[Not64BitMode]>; 66 def : InstAlias<"vmrun\t{%rax|rax}", (VMRUN64), 0>, Requires<[In64BitMode]>; [all …]
|
H A D | X86InstrSNP.td | 21 Requires<[In64BitMode]>; 26 XD, Requires<[In64BitMode]>; 30 XD, Requires<[Not64BitMode]>; 35 Requires<[In64BitMode]>; 40 Requires<[In64BitMode]>; 43 def : InstAlias<"psmash\t{%rax|rax}", (PSMASH)>, Requires<[In64BitMode]>; 44 def : InstAlias<"pvalidate\t{%rax|rax}", (PVALIDATE64)>, Requires<[In64BitMode]>; 45 def : InstAlias<"pvalidate\t{%eax|eax}", (PVALIDATE32)>, Requires<[Not64BitMode]>; 46 def : InstAlias<"rmpupdate\t{%rax|rax}", (RMPUPDATE)>, Requires<[In64BitMode]>; 47 def : InstAlias<"rmpadjust\t{%rax|rax}", (RMPADJUST)>, Requires<[In64BitMode]>;
|
H A D | X86InstrControl.td | 24 "ret{l}", []>, OpSize32, Requires<[Not64BitMode]>; 26 "ret{q}", []>, OpSize32, Requires<[In64BitMode]>; 30 "ret{l}\t$amt", []>, OpSize32, Requires<[Not64BitMode]>; 32 "ret{q}\t$amt", []>, OpSize32, Requires<[In64BitMode]>; 38 "{l}ret{|f}q", []>, Requires<[In64BitMode]>; 44 "{l}ret{|f}q\t$amt", []>, Requires<[In64BitMode]>; 54 def IRET64 : RI <0xcf, RawFrm, (outs), (ins), "iretq", []>, Requires<[In64BitMode]>; 115 "jcxz\t$dst", []>, AdSize16, Requires<[Not64BitMode]>; 122 "jrcxz\t$dst", []>, AdSize64, Requires<[In64BitMode]>; 128 [(brind GR16:$dst)]>, Requires<[Not64BitMode]>, [all …]
|
/openbsd-src/gnu/llvm/libcxx/include/__expected/ |
H A D | expected.h | 107 requires is_default_constructible_v<_Tp> in expected() 115 requires(is_copy_constructible_v<_Tp> && 123 requires(is_copy_constructible_v<_Tp> && is_copy_constructible_v<_Err> && in expected() 135 requires(is_move_constructible_v<_Tp> && is_move_constructible_v<_Err> 141 requires(is_move_constructible_v<_Tp> && is_move_constructible_v<_Err> && in expected() 172 requires __can_convert<_Up, _OtherErr, const _Up&, const _OtherErr&>::value 187 requires __can_convert<_Up, _OtherErr, _Up, _OtherErr>::value 200 …requires(!is_same_v<remove_cvref_t<_Up>, in_place_t> && !is_same_v<expected, remove_cvref_t<_Up>> … 211 requires is_constructible_v<_Err, const _OtherErr&> 220 requires is_constructible_v<_Err, _OtherErr> [all …]
|
/openbsd-src/gnu/llvm/libcxx/include/__iterator/ |
H A D | counted_iterator.h | 45 requires requires { typename _Iter::iterator_concept; } 54 requires requires { typename _Iter::iterator_category; } 81 constexpr counted_iterator() requires default_initializable<_Iter> = default; 90 requires convertible_to<const _I2&, _Iter> 96 requires assignable_from<_Iter&, const _I2&> 121 requires __dereferenceable<const _Iter> 129 requires contiguous_iterator<_Iter> 156 requires forward_iterator<_Iter> 166 requires bidirectional_iterator<_Iter> 175 requires bidirectional_iterator<_Iter> [all …]
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | module.modulemap | 12 requires altivec 17 requires arm 25 requires neon 32 requires sve 39 requires x86 71 requires !freestanding 77 requires gnuinlineasm 138 requires systemz 144 requires htm 150 requires zvector, vx [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/ |
H A D | metafile_data.t | 53 configure => { requires => { 'ExtUtils::MakeMaker' => 0, }, }, 54 build => { requires => { 'ExtUtils::MakeMaker' => 0, }, }, 111 configure => { requires => { Stuff => 2.34, }, }, 112 runtime => { requires => { Foo => 2.34, Bar => 4.56, }, }, 133 runtime => { requires => { perl => 5.006, }, }, 147 runtime => { requires => { 'perl' => '5.006', }, }, 165 requires => { 183 configure => { requires => { 'Fake::Module1' => 1.01, }, }, 198 configure => { requires => { 'Fake::Module1' => 1.01, }, }, 214 build => { requires => { 'Fake::Module1' => 1.01, }, }, [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/ |
H A D | prereqs.t | 14 requires => { 37 requires => { 45 requires => { 61 my $req = $prereq->requirements_for(qw(runtime requires)); 81 my $req = $prereq->requirements_for(qw(runtime requires)); 123 ->requirements_for(qw(runtime requires)) 127 ->requirements_for(qw(runtime requires)) 131 ->requirements_for(qw(test requires)) 139 runtime => { requires => { Foo => '1.000', Bar => '2.976' } }, 140 test => { requires => { Baz => '3.1416' } }, [all …]
|
/openbsd-src/gnu/llvm/lldb/include/lldb/ |
H A D | module.modulemap | 3 requires cplusplus 12 requires cplusplus 65 requires cplusplus 75 requires cplusplus 82 requires cplusplus 89 requires cplusplus 96 requires cplusplus 105 requires cplusplus 112 requires cplusplus 118 requires cplusplus [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/ |
H A D | Spreadsheet-Read.tml | 16 requires: 32 requires: 40 requires: 47 requires: 51 requires: 96 'requires' => { 109 'requires' => { 121 'requires' => { 129 'requires' => { 146 'requires' => {
|