/openbsd/gnu/llvm/llvm/docs/ |
H A D | AddingConstrainedIntrinsics.rst | 23 Add the new STRICT version of the node type to the ISD::NodeType enum:: 57 STRICT_FP_ROUND. The new STRICT node will eventually be converted 58 to the matching non-STRICT node. For this reason it should have the same 59 operands and values as the non-STRICT version but should also use the chain. 60 This makes subsequent sharing of code for STRICT and non-STRICT code paths 65 Most of the STRICT nodes get legalized the same as their matching non-STRICT 66 counterparts. A new STRICT node with this property must get added to the 72 places where the non-STRICT counterpart is legalized and update as needed. 73 Be careful of the chain since STRICT nodes use it but their counterparts 76 The code to do the conversion or mutation of the STRICT node to a non-STRICT
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version/ |
H A D | regex.pm | 12 use vars qw($VERSION $CLASS $STRICT $LAX); 80 $STRICT = 122 sub is_strict { defined $_[0] && $_[0] =~ qr/ \A $STRICT \z /x }
|
/openbsd/gnu/usr.bin/perl/cpan/version/lib/ |
H A D | version.pm | 13 our (@ISA, $STRICT, $LAX); 22 *STRICT = \$version::regex::STRICT;
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/ |
H A D | version.pm | 17 use vars qw(@ISA $VERSION $CLASS $STRICT $LAX *declare *qv); 50 *STRICT = \$ExtUtils::MakeMaker::version::regex::STRICT;
|
/openbsd/gnu/usr.bin/perl/cpan/version/lib/version/ |
H A D | regex.pm | 70 our $STRICT = 112 sub is_strict { defined $_[0] && $_[0] =~ qr/ \A $STRICT \z /x }
|
/openbsd/gnu/usr.bin/perl/cpan/version/t/ |
H A D | 04strict_lax.t | 15 is ref($version::STRICT), 'Regexp', 'Can see $version::STRICT '.$version::STRICT; 21 ($v) = ( "snapshot-v1.2.3ga-001-432" =~ /($version::STRICT)/ );
|
/openbsd/regress/lib/libm/msun/ |
H A D | rem_test.c | 117 #ifdef STRICT in test_invalid() 123 #ifdef STRICT in test_invalid() 129 #ifdef STRICT in test_invalid()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | rs6000.h | 2023 #define INT_REG_OK_FOR_INDEX_P(X, STRICT) \ argument 2024 ((! (STRICT) \ 2028 || ((STRICT) && REGNO_OK_FOR_INDEX_P (REGNO (X)))) 2032 #define INT_REG_OK_FOR_BASE_P(X, STRICT) \ argument 2080 #define LEGITIMATE_OFFSET_ADDRESS_P(MODE, X, STRICT) \ argument 2083 && INT_REG_OK_FOR_BASE_P (XEXP (X, 0), (STRICT)) \ 2100 #define LEGITIMATE_INDEXED_ADDRESS_P(X, STRICT) \ argument 2104 && ((INT_REG_OK_FOR_BASE_P (XEXP (X, 0), (STRICT)) \ 2109 #define LEGITIMATE_INDIRECT_ADDRESS_P(X, STRICT) \ argument 2112 #define LEGITIMATE_LO_SUM_ADDRESS_P(MODE, X, STRICT) \ argument [all …]
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | packagev.t | 64 ok(! version::is_strict($v), qq{... and "$v" should also fail STRICT regex}); 70 ok( version::is_strict($v), qq{... and "$v" should pass STRICT regex});
|
/openbsd/usr.bin/dig/ |
H A D | COPYRIGHT | 110 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 151 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 183 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 209 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 292 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 319 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 348 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 409 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 508 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 534 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
/openbsd/gnu/gcc/gcc/config/m68hc11/ |
H A D | m68hc11.h | 1112 #define REGNO_OK_FOR_BASE_P2(REGNO,STRICT) \ argument 1113 ((STRICT) ? (REGNO_OK_FOR_BASE_STRICT_P (REGNO)) \ 1116 #define REGNO_OK_FOR_INDEX_P2(REGNO,STRICT) \ argument 1117 ((STRICT) ? (REGNO_OK_FOR_INDEX_STRICT_P (REGNO)) \
|
/openbsd/etc/rpki/ |
H A D | arin.tal | 9 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
/openbsd/usr.bin/less/ |
H A D | LICENSE | 24 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
/openbsd/gnu/gcc/gcc/config/vax/ |
H A D | vax.c | 1123 #define INDEX_REGISTER_P(X, STRICT) \ argument 1124 (REG_P (X) && (!(STRICT) || REGNO_OK_FOR_INDEX_P (REGNO (X)))) 1128 #define BASE_REGISTER_P(X, STRICT) \ argument 1129 (REG_P (X) && (!(STRICT) || REGNO_OK_FOR_BASE_P (REGNO (X))))
|
/openbsd/lib/libfido2/ |
H A D | LICENSE | 22 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
/openbsd/games/hack/ |
H A D | COPYRIGHT-JF | 25 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
/openbsd/sys/dev/microcode/myx/ |
H A D | myx-license | 22 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
/openbsd/sys/dev/microcode/neomagic/ |
H A D | neo-license | 22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHERIN CONTRACT, STRICT
|
/openbsd/sys/dev/microcode/zydas/ |
H A D | zd1211-license | 21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
/openbsd/gnu/usr.bin/gcc/gcc/config/m68hc11/ |
H A D | m68hc11.h | 1258 #define REGNO_OK_FOR_BASE_P2(REGNO,STRICT) \ argument 1259 ((STRICT) ? (REGNO_OK_FOR_BASE_STRICT_P (REGNO)) \ 1262 #define REGNO_OK_FOR_INDEX_P2(REGNO,STRICT) \ argument 1263 ((STRICT) ? (REGNO_OK_FOR_INDEX_STRICT_P (REGNO)) \
|
/openbsd/lib/libc/rpc/ |
H A D | DISCLAIMER | 29 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
/openbsd/usr.sbin/unbound/ |
H A D | LICENSE | 28 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
/openbsd/usr.sbin/unbound/doc/ |
H A D | LICENSE | 28 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
/openbsd/usr.sbin/nsd/ |
H A D | LICENSE | 28 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
/openbsd/regress/sys/ffs/ |
H A D | LICENSE | 26 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|