/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRMCExpr.h | 55 bool isNegated() const { return Negated; } in isNegated() 56 void setNegated(bool negated = true) { Negated = negated; } 82 bool Negated; variable 85 explicit AVRMCExpr(VariantKind Kind, const MCExpr *Expr, bool Negated) in AVRMCExpr() argument 86 : Kind(Kind), SubExpr(Expr), Negated(Negated) {} in AVRMCExpr()
|
H A D | AVRFixupKinds.h | 65 /// with the lower 8 bits of a negated 16-bit value (bits 0-7). 68 /// with the upper 8 bits of a negated 16-bit value (bits 8-15). 71 /// with the upper 8 bits of a negated 24-bit value (bits 16-23). 74 /// with the upper 8 bits of a negated 32-bit value (bits 24-31). 90 /// with the lower 8 bits of a negated 16-bit program memory address value 94 /// with the upper 8 bits of a negated 16-bit program memory address value 98 /// with the upper 8 bits of a negated 24-bit program memory address value
|
H A D | AVRMCExpr.cpp | 38 bool Negated, MCContext &Ctx) { in create() 39 return new (Ctx) AVRMCExpr(Kind, Expr, Negated); in create() argument 102 if (Negated) in evaluateAsInt64()
|
/freebsd-src/contrib/atf/atf-sh/ |
H A D | atf-check.cpp | 75 bool negated; member 81 negated(p_negated), in status_check() 98 bool negated; member 104 negated(p_negated), in output_check() 264 bool negated = (arg.compare(0, 4, "not-") == 0); in parse_status_check_arg() local 266 const std::string action = negated ? action_str.substr(4) : action_str; in parse_status_check_arg() 275 if (negated) in parse_status_check_arg() 277 negated = false; in parse_status_check_arg() 286 if (negated) in parse_status_check_arg() 293 if (negated) in parse_status_check_arg() [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafetyLogical.cpp | 18 // to keep track of whether LHS and RHS are negated. 47 // When performing right recursion (negated): in implies() 54 // When performing right recursion (negated): in implies() 72 // When performing left recursion (negated): in implies() 79 // When performing left recursion (negated): in implies() 106 // Start out by assuming that LHS and RHS are not negated. in implies()
|
/freebsd-src/crypto/openssh/regress/unittests/match/ |
H A D | tests.c | 61 /* XXX negated ASSERT_INT_EQ(match_pattern_list("a", "!b", 0), 1); */ in tests() 69 /* XXX negated ASSERT_INT_EQ(match_pattern_list("b", "a,!a", 0), 1); */ in tests() 90 /* XXX negated ASSERT_INT_EQ(addr_match_list("127.0.0.1", "!127.0.0.2"), 1); */ in tests() 96 /* XXX negated ASSERT_INT_EQ(addr_match_list("127.0.0.1", "!127.0.1.0/24"), 1); */ in tests() 101 /* XXX negated ASSERT_INT_EQ(addr_match_list("127.0.0.1", "10.0.0.1,!127.0.0.2"), 1); */ in tests() 102 /* XXX negated ASSERT_INT_EQ(addr_match_list("127.0.0.1", "!127.0.0.2,10.0.0.1"), 1); */ in tests()
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TrustNonnullChecker.cpp | 209 /// If \p Negated is true, checks NullImplicationMap, and assumes 214 bool Negated) const { in addImplication() 219 Negated ? InputState->get<NonNullImplicationMap>(Antecedent) in addImplication() 227 if ((Negated && InputState->isNonNull(AntecedentV).isConstrainedTrue()) in addImplication() 228 || (!Negated && InputState->isNull(AntecedentV).isConstrainedTrue())) { in addImplication() 230 State = InputState->assume(ConsequentS.castAs<DefinedSVal>(), Negated); in addImplication() 235 if (Negated) { in addImplication()
|
/freebsd-src/crypto/openssh/ |
H A D | auth-rhosts.c | 90 int negated; in check_rhosts_file() local 130 negated = 0; in check_rhosts_file() 132 /* Process negated host names, or positive netgroups. */ in check_rhosts_file() 134 negated = 1; in check_rhosts_file() 140 negated = 1; in check_rhosts_file() 171 /* If the entry was negated, deny access. */ in check_rhosts_file() 172 if (negated) { in check_rhosts_file()
|
H A D | match.c | 125 int negated; in match_pattern_list() local 131 /* Check if the subpattern is negated. */ in match_pattern_list() 133 negated = 1; in match_pattern_list() 136 negated = 0; in match_pattern_list() 160 if (negated) in match_pattern_list()
|
H A D | groupaccess.c | 98 * Return 0 on negated or no match. 109 return 0; /* Negated match wins */ in ga_match_pattern_list()
|
/freebsd-src/crypto/openssh/openbsd-compat/ |
H A D | bsd-cygwin_util.c | 221 int negated; in cygwin_ug_match_pattern_list() local 227 /* Check if the subpattern is negated. */ in cygwin_ug_match_pattern_list() 229 negated = 1; in cygwin_ug_match_pattern_list() 232 negated = 0; in cygwin_ug_match_pattern_list() 255 if (negated) in cygwin_ug_match_pattern_list()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCombinerHelper.cpp | 220 // 0 doesn't have a negated inline immediate. in matchFoldableFneg() 276 // Replace register in operand with a register holding negated value. in applyFoldableFneg() 284 // Replace either register in operands with a register holding negated value. in applyFoldableFneg() 301 // negated. in applyFoldableFneg() 376 // MatchInfo now has negated value so use that instead of old Dst. in applyFoldableFneg() 386 // MatchInfo now has negated value so use that instead of old Dst. in applyFoldableFneg() 389 // Recreate non negated value for other uses of old MatchInfoDst in applyFoldableFneg()
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | MatchFilePath.cpp | 85 bool Negated = false; in matchFilePath() local 87 Negated = true; in matchFilePath() 99 if (Negated ? Match : !Match) in matchFilePath()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 76 "Negator: Number of new negated instructions created, total"); 81 "Negator: Number of new negated instructions created in successful " 141 // Integral constants can be freely negated. in visitImpl() 320 // All incoming values are indeed negatible. Create negated PHI node. in visitImpl() 435 NegatedOps.emplace_back(NegOp); // Successfully negated operand! in visitImpl() 535 Value *Negated = negate(Root, IsNSW, /*Depth=*/0); in Negate() 536 if (!Negated) { in Negate() 543 return std::make_pair(ArrayRef<Instruction *>(NewInstructions), Negated); in Negate() 569 // already specified when producing negated instructions. in Negate() 518 Value *Negated = negate(Root, IsNSW, /*Depth=*/0); run() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ConstraintSystem.h | 115 // The negated constraint R is obtained by multiplying by -1 and adding 1 to in negate() 124 /// \param R The vector of coefficients to be negated. 126 // The negated constraint R is obtained by multiplying by -1. in negateOrEqual()
|
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | fmaintrin.h | 217 /// Computes a negated multiply-add of 128-bit vectors of [4 x float]. 237 /// Computes a negated multiply-add of 128-bit vectors of [2 x double]. 257 /// Computes a scalar negated multiply-add of the single-precision values in 286 /// Computes a scalar negated multiply-add of the double-precision values 315 /// Computes a negated multiply-subtract of 128-bit vectors of [4 x float]. 335 /// Computes a negated multiply-subtract of 128-bit vectors of [2 x double]. 355 /// Computes a scalar negated multiply-subtract of the single-precision 384 /// Computes a scalar negated multiply-subtract of the double-precision 597 /// Computes a negated multiply-add of 256-bit vectors of [8 x float]. 617 /// Computes a negated multipl [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | ARMTargetParser.cpp | 357 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature() local 360 return StringRef(Negated ? AE.NegFeature : AE.Feature); in getArchExtFeature() 426 const bool Negated = stripNegationPrefix(ArchExt); in appendArchExtFeatures() local 433 if (Negated) { in appendArchExtFeatures() 452 if (Negated) { in appendArchExtFeatures() 468 } else if (Negated) { in appendArchExtFeatures()
|
H A D | CSKYTargetParser.cpp | 161 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature() local 164 return StringRef(Negated ? AE.NegFeature : AE.Feature); in getArchExtFeature()
|
/freebsd-src/sbin/pfctl/tests/files/ |
H A D | pf0023.in | 1 #test negated interface matching
|
/freebsd-src/sbin/pfctl/tests/ |
H A D | pfctl_test_list.inc | 57 PFCTL_TEST(0023, "Block on negated interface") 60 PFCTL_TEST(0026, "Block from negated interface")
|
/freebsd-src/contrib/netbsd-tests/usr.bin/config/ |
H A D | d_loop2 | 8 # when the instance is negated.
|
H A D | d_postponed_orphan | 11 # Here, parenti is negated before the child* instance is declared. That
|
/freebsd-src/sys/contrib/device-tree/Bindings/pci/ |
H A D | pci-msi.txt | 168 * negated. 211 * RID, but the high bit of the bus number is negated.
|
/freebsd-src/contrib/bmake/unit-tests/ |
H A D | directive-include-guard.exp | 21 Parse_PushInput: file variable-ifdef-negated.tmp, line 1 22 Parse_PushInput: file variable-ifdef-negated.tmp, line 1
|
/freebsd-src/sys/contrib/device-tree/Bindings/leds/irled/ |
H A D | spi-ir-led.txt | 14 negated with a NOT gate.
|