Home
last modified time | relevance | path

Searched refs:has (Results 1 – 25 of 2077) sorted by relevance

12345678910>>...84

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DSanitizerArgs.h82 bool needsAsanRt() const { return Sanitizers.has(SanitizerKind::Address); } in needsAsanRt()
84 return Sanitizers.has(SanitizerKind::HWAddress); in needsHwasanRt()
89 bool needsTsanRt() const { return Sanitizers.has(SanitizerKind::Thread); } in needsTsanRt()
90 bool needsMsanRt() const { return Sanitizers.has(SanitizerKind::Memory); } in needsMsanRt()
91 bool needsFuzzer() const { return Sanitizers.has(SanitizerKind::Fuzzer); } in needsFuzzer()
93 return Sanitizers.has(SanitizerKind::Leak) && in needsLsanRt()
94 !Sanitizers.has(SanitizerKind::Address) && in needsLsanRt()
95 !Sanitizers.has(SanitizerKind::HWAddress); in needsLsanRt()
100 bool needsDfsanRt() const { return Sanitizers.has(SanitizerKind::DataFlow); } in needsDfsanRt()
105 bool needsScudoRt() const { return Sanitizers.has(SanitizerKind::Scudo); } in needsScudoRt()
[all …]
/freebsd/contrib/atf/atf-c++/detail/
H A Denv_test.cpp41 ATF_REQUIRE(atf::env::has("PATH")); in ATF_TEST_CASE_BODY()
44 ATF_REQUIRE(!atf::env::has("_UNDEFINED_VARIABLE_")); in ATF_TEST_CASE_BODY()
54 ATF_REQUIRE(atf::env::has("PATH")); in ATF_TEST_CASE_BODY()
67 ATF_REQUIRE(atf::env::has("PATH")); in ATF_TEST_CASE_BODY()
73 ATF_REQUIRE(!atf::env::has("_UNDEFINED_VARIABLE_")); in ATF_TEST_CASE_BODY()
85 ATF_REQUIRE(atf::env::has("PATH")); in ATF_TEST_CASE_BODY()
87 ATF_REQUIRE(!atf::env::has("PATH")); in ATF_TEST_CASE_BODY()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def35 /// True if this class has any user-declared constructors.
38 /// The user-declared special members which this class has.
48 /// * has no data members other than 0-width bit-fields and empty fields
50 /// * has no virtual function/base, and
55 /// True when this class is polymorphic, i.e., has at
59 /// True when this class is abstract, i.e., has at least
71 /// * has no non-static data members of type non-standard-layout class (or
73 /// * has no virtual functions (10.3) and no virtual base classes (10.1),
74 /// * has the same access control (Clause 11) for all non-static data
76 /// * has no non-standard-layout base classes,
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DXRayInstr.cpp46 if (Set.has(XRayInstrKind::Custom)) in serializeXRayInstrValue()
49 if (Set.has(XRayInstrKind::Typed)) in serializeXRayInstrValue()
52 if (Set.has(XRayInstrKind::FunctionEntry) && in serializeXRayInstrValue()
53 Set.has(XRayInstrKind::FunctionExit)) in serializeXRayInstrValue()
55 else if (Set.has(XRayInstrKind::FunctionEntry)) in serializeXRayInstrValue()
57 else if (Set.has(XRayInstrKind::FunctionExit)) in serializeXRayInstrValue()
/freebsd/tools/boot/
H A DTEST-NOTES3 o Assumes univerese has run.
5 o trees has the different trees we use to create images
8 o bios has cached BIOSes needed for tests
9 o images has the images to test
10 o tests has the test scripts
11 o linux has cached copies off kernels for the kboot tests
/freebsd/sys/contrib/device-tree/Bindings/nios2/
H A Dnios2.txt26 - altr,has-mul: Specifies CPU hardware multiply support, should be 1.
27 - altr,has-mmu: Specifies CPU support MMU support, should be 1.
28 - altr,has-initda: Specifies CPU support initda instruction, should be 1.
34 - altr,has-div: Specifies CPU hardware divide support
55 altr,has-div = <1>;
56 altr,has-mul = <1>;
60 altr,has-initda = <1>;
61 altr,has-mmu = <1>;
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dfsl-sec2.txt21 bit 1 = set if SEC has the ARC4 EU (AFEU)
22 bit 2 = set if SEC has the DES/3DES EU (DEU)
23 bit 3 = set if SEC has the message digest EU (MDEU/MDEU-A)
24 bit 4 = set if SEC has the random number generator EU (RNG)
25 bit 5 = set if SEC has the public key EU (PKEU)
26 bit 6 = set if SEC has the AES EU (AESU)
27 bit 7 = set if SEC has the Kasumi EU (KEU)
28 bit 8 = set if SEC has the CRC EU (CRCU)
29 bit 11 = set if SEC has the message digest EU extended alg set (MDEU-B)
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DPPCTargetParser.def114 PPC_LNX_FEATURE("4xxmac","4xx CPU has a Multiply Accumulator",PPCF_4XXMAC,0x02000000,PPC_FAWORD_HWC…
115 PPC_LNX_FEATURE("altivec","CPU has a SIMD/Vector Unit",PPCF_ALTIVEC,0x10000000,PPC_FAWORD_HWCAP)
123 PPC_LNX_FEATURE("cellbe","CPU has a CELL broadband engine",PPCF_CELLBE,0x00010000,PPC_FAWORD_HWCAP)
125 PPC_LNX_FEATURE("dfp","CPU has a decimal floating point unit",PPCF_DFP,0x00000400,PPC_FAWORD_HWCAP)
128 PPC_LNX_FEATURE("efpdouble","CPU has a SPE double precision floating point unit",PPCF_EFPDOUBLE,0x0…
129 PPC_LNX_FEATURE("efpsingle","CPU has a SPE single precision floating point unit",PPCF_EFPSINGLE,0x0…
130 PPC_LNX_FEATURE("fpu","CPU has a floating point unit",PPCF_FPU,0x08000000,PPC_FAWORD_HWCAP)
131 PPC_LNX_FEATURE("htm","CPU has hardware transaction memory instructions",PPCF_HTM,0x40000000,PPC_FA…
138 PPC_LNX_FEATURE("mmu","CPU has a memory management unit",PPCF_MMU,0x04000000,PPC_FAWORD_HWCAP)
151 PPC_LNX_FEATURE("spe","CPU has a signal processing extension unit",PPCF_SPE,0x00800000,PPC_FAWORD_H…
[all …]
/freebsd/sys/dev/ice/
H A Dirdma_if.m44 * probe - Notify the RDMA client driver that a peer device has been created
48 * that a new PF has been initialized.
56 * open - Notify the RDMA client driver that a peer device has been opened
60 * client driver that a PF has been activated.
68 * close - Notify the RDMA client driver that a peer device has closed
72 * client driver that a PF has been deactivated.
80 * remove - Notify the RDMA client driver that a peer device has been removed
84 * that a PF has been removed.
92 * link_change - Notify the RDMA client driver that link status has changed
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dbrcm,brcmstb-usb-phy.txt44 - brcm,has-xhci: Boolean indicating the phy has an XHCI phy.
45 - brcm,has-eohci: Boolean indicating the phy has an EHCI/OHCI phy.
58 brcm,has-xhci;
59 brcm,has-eohci;
82 brcm,has-xhci;
/freebsd/contrib/tcsh/
H A DY2K1 The tcsh code has been tested on a solaris-2.6 machine and a
3 code has been also visually inspected for Y2K compliance problems.
8 Note: Since the last audit, tcsh-6.08.00 has been found to have
10 of 00 in y2k). This has been fixed in tcsh-6.09.00.
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Dnvidia,tegra20-i2c.txt10 nvidia,tegra20-i2c-dvc: Tegra20 has specific I2C controller called as DVC I2C
15 nvidia,tegra20-i2c: Tegra20 has 4 generic I2C controller. This can support
19 nvidia,tegra30-i2c: Tegra30 has 5 generic I2C controller. This controller is
26 nvidia,tegra114-i2c: Tegra114 has 5 generic I2C controller. This controller is
29 - Tegra30/Tegra20 I2C controller has 2 clock source called div-clk and
30 fast-clk. Tegra114 has only one clock source called as div-clk and
32 - Tegra30/Tegra20 I2C controller has enabled per packet transfer by
33 default and there is no way to disable it. Tegra114 has this
38 nvidia,tegra210-i2c-vi: Tegra210 has one I2C controller that is on host1x bus
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset73 1 \n\tTcsh thinks your terminal has the\n
5 3 \tIt has %d columns and %d lines\n
6 4 \tIt has %s meta key\n
12 10 has
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dlm87.txt10 - has-temp3: This configures pins 18 and 19 to be used as a second
14 - has-in6: When set, pin 5 is configured to be used as voltage input
17 - has-in7: When set, pin 6 is configured to be used as voltage input
28 has-temp3;
/freebsd/contrib/tcsh/nls/C/
H A Dset73 1 \n\tTcsh thinks your terminal has the\n
5 3 \tIt has %d columns and %d lines\n
6 4 \tIt has %s meta key\n
12 10 has
/freebsd/contrib/atf/atf-c/detail/
H A Denv_test.c40 ATF_TC(has);
41 ATF_TC_HEAD(has, tc) in ATF_TC_HEAD() argument
45 ATF_TC_BODY(has, tc) in ATF_TC_BODY() argument
126 ATF_TP_ADD_TC(tp, has); in ATF_TP_ADD_TCS()
/freebsd/
H A DUPDATING16 FreeBSD 15.x has many debugging features turned on, in both the kernel
61 The Allwinner a10_timer driver has been renamed to aw_driver. If you
74 file systems has changed. An NFS server that exports any of these file
88 The support for the rc_fast_and_loose variable has been removed from
112 devices. uart has moved from isa to acpi so the hints act as wiring
121 Support for armv6 has been disconnected and is being removed.
129 OpenBSM auditing runtime (auditd, etc.) has been moved into the new
173 sendmail 8.18.1 has been imported and merged. This version enforces
196 The WITHOUT_LLD_IS_LD option has been removed. When LLD is enabled
201 "ino64" project have been removed. The need for it has passed long ago.
[all …]
/freebsd/sys/contrib/libsodium/
H A DChangeLog23 - CMAKE: static library detection on Unix systems has been improved
35 of `1` as defined by the `OPSLIMIT_MIN` constant. This has been fixed.
61 - The test suite has been extended to cover more edge cases.
82 - An AVX512 optimized implementation of Argon2 has been added (written
95 incorrectly defined on 32-bit platforms. This has been fixed.
97 compiler. This has been fixed.
102 - The Argon2id variant of Argon2 has been implemented. The
118 - XChaCha20 has been implemented. Like XSalsa20, this construction
131 - Siphash with a 128-bit output has been implemented, and is
145 - Compatibility with gcc 2.x has been restored.
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dfreebsd20 # the "has run-time loader information" bit is set, and is
25 # an executable, and is dynamically-linked if the "has run-time
32 # if it has the "has run-time loader information" bit set, it's
37 # if it has the "is position-independent" bit set, it's
45 # if it has the "has run-time loader information" bit set, it's
51 # if it has the "has run-time loader information" bit set,
59 # if it doesn't have the "has run-time loader information" bit
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td93 "comparison between '%0' and '%1' has unspecified value">;
98 "comparison of addresses of literals has unspecified value">;
107 "complete object has unspecified value">;
112 "has unspecified value">;
115 "has unspecified value">;
118 "specifiers (%1 vs %3) has unspecified value">;
120 "comparison of pointer to virtual member function %0 has unspecified value">;
152 "comparison between unequal pointers to void has unspecified result">;
173 "%plural{8:storage duration|:lifetime}0 has ended">;
252 "heap allocated object that has been deleted">;
[all …]
/freebsd/contrib/byacc/test/yacc/
H A Derr_syntax10.error1 YACC: w - line 7 of "./err_syntax10.y", the type of '(' has been redeclared
2 YACC: w - line 7 of "./err_syntax10.y", the type of '*' has been redeclared
3 YACC: w - line 7 of "./err_syntax10.y", the type of '&' has been redeclared
/freebsd/contrib/byacc/test/btyacc/
H A Derr_syntax10.error1 YACC: w - line 7 of "./err_syntax10.y", the type of '(' has been redeclared
2 YACC: w - line 7 of "./err_syntax10.y", the type of '*' has been redeclared
3 YACC: w - line 7 of "./err_syntax10.y", the type of '&' has been redeclared
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-fpu.m45 dnl # 5.19: The asm/fpu/internal.h header was removed, it has been
32 [kernel has asm/fpu/api.h])
40 [kernel has asm/fpu/internal.h])
98 [kernel has kernel_fpu_* functions])
110 [kernel has __kernel_fpu_* functions])
121 [kernel has kernel_neon_* functions])
/freebsd/contrib/nvi/regex/
H A DWHATSNEW3 New in alpha3.4: The complex bug alluded to below has been fixed (in a
11 New in alpha3.3: The definition of word boundaries has been altered
15 makefile has generally been cleaned up some. Fixes have been made
18 <assert.h> has been added. And some more things have been added to
30 some clot has defined CHAR_MIN as (say) `-128' instead of `(-128)' is
39 made and some functionality has been added. (This is basically the "get
48 debugging interface has changed a bit. And there has been considerable
52 into Makefile. Macro-ized the name of regex(7) in regex(3), since it has
70 have been fixed (and the regression test now checks for them), as has a
77 checks *where* null strings are supposed to match, and has generally
/freebsd/lib/libc/regex/
H A DWHATSNEW2 New in alpha3.4: The complex bug alluded to below has been fixed (in a
10 New in alpha3.3: The definition of word boundaries has been altered
14 makefile has generally been cleaned up some. Fixes have been made
17 <assert.h> has been added. And some more things have been added to
29 some clot has defined CHAR_MIN as (say) `-128' instead of `(-128)' is
38 made and some functionality has been added. (This is basically the "get
47 debugging interface has changed a bit. And there has been considerable
51 into Makefile. Macro-ized the name of regex(7) in regex(3), since it has
69 have been fixed (and the regression test now checks for them), as has a
76 checks *where* null strings are supposed to match, and has generally

12345678910>>...84