| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | SanitizerArgs.h | 88 bool needsAsanRt() const { return Sanitizers.has(SanitizerKind::Address); } in needsAsanRt() 90 return Sanitizers.has(SanitizerKind::HWAddress); in needsHwasanRt() 95 bool needsTysanRt() const { return Sanitizers.has(SanitizerKind::Type); } in needsTysanRt() 96 bool needsTsanRt() const { return Sanitizers.has(SanitizerKind::Thread); } in needsTsanRt() 97 bool needsMsanRt() const { return Sanitizers.has(SanitizerKind::Memory); } in needsMsanRt() 98 bool needsFuzzer() const { return Sanitizers.has(SanitizerKind::Fuzzer); } in needsFuzzer() 100 return Sanitizers.has(SanitizerKind::Leak) && in needsLsanRt() 101 !Sanitizers.has(SanitizerKind::Address) && in needsLsanRt() 102 !Sanitizers.has(SanitizerKind::HWAddress); in needsLsanRt() 108 bool needsDfsanRt() const { return Sanitizers.has(SanitizerKind::DataFlow); } in needsDfsanRt() [all …]
|
| /freebsd/lib/libc/tests/stdbit/ |
| H A D | stdbit-test-kernel.c | 25 uintmax_t has, want; in ATF_TC_BODY1() local 32 has = FUNC(value); in ATF_TC_BODY1() 34 ATF_CHECK_EQ_MSG(has, want, "%s(%#jx) == %#jx != %#jx == %s(%#jx)", in ATF_TC_BODY1() 35 __XSTRING(FUNC), (uintmax_t)value, has, want, __XSTRING(REF), (uintmax_t)value); in ATF_TC_BODY1() 42 has = FUNC(value); in ATF_TC_BODY1() 44 ATF_CHECK_EQ_MSG(has, want, "%s(%#jx) == %#jx != %#jx == %s(%#jx)", in ATF_TC_BODY1() 45 __XSTRING(FUNC), (uintmax_t)value, has, want, __XSTRING(REF), (uintmax_t)value); in ATF_TC_BODY1() 52 has = FUNC(value); in ATF_TC_BODY1() 54 ATF_CHECK_EQ_MSG(has, want, "%s(%#jx) == %#jx != %#jx == %s(%#jx)", in ATF_TC_BODY1() 55 __XSTRING(FUNC), (uintmax_t)value, has, want, __XSTRING(REF), (uintmax_t)value); in ATF_TC_BODY1() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Features.def | 44 LangOpts.Sanitize.has(SanitizerKind::Leak)) 49 LangOpts.Sanitize.has(SanitizerKind::MemtagStack)) 51 LangOpts.Sanitize.has(SanitizerKind::MemtagHeap)) 53 LangOpts.Sanitize.has(SanitizerKind::MemtagGlobals)) 60 LangOpts.Sanitize.has(SanitizerKind::Alignment)) 62 LangOpts.Sanitize.has(SanitizerKind::Bool)) 64 LangOpts.Sanitize.has(SanitizerKind::Builtin)) 66 LangOpts.Sanitize.has(SanitizerKind::ArrayBounds)) 68 LangOpts.Sanitize.has(SanitizerKind::Enum)) 70 LangOpts.Sanitize.has(SanitizerKind::FloatCastOverflow)) [all …]
|
| H A D | DiagnosticASTKinds.td | 94 "comparison between pointers to unrelated objects '%0' and '%1' has unspecified value">; 96 "arithmetic involving unrelated objects '%0' and '%1' has unspecified value">; 101 "comparison of addresses of potentially overlapping literals has unspecified value">; 103 "arithmetic on addresses of potentially overlapping literals has unspecified value">; 117 "complete object has unspecified value">; 122 "has unspecified value">; 125 "has unspecified value">; 128 "specifiers (%1 vs %3) has unspecified value">; 130 "comparison of pointer to virtual member function %0 has unspecified value">; 190 "%plural{8:storage duration|:lifetime}0 has ended">; [all …]
|
| /freebsd/contrib/atf/atf-c++/detail/ |
| H A D | env_test.cpp | 41 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 D | CXXRecordDeclDefinitionBits.def | 35 /// 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 D | XRayInstr.cpp | 46 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 D | TEST-NOTES | 3 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
|
| H A D | boot-test.sh | 84 has() { function 392 has ofw || has prep || rm -f ${DESTDIR}/boot/loader 398 if has bios; then 461 if has efi; then 484 if has efi; then 649 if has zfs; then 660 if has efi; then 667 if has linuxboot; then 674 has efi && make_linuxboot_esp ${linux_kernel} 725 has zfs && fstypes="ufs zfs" [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/nios2/ |
| H A D | nios2.txt | 26 - 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 D | fsl-sec2.txt | 21 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 D | PPCTargetParser.def | 162 PPC_LNX_FEATURE("4xxmac","4xx CPU has a Multiply Accumulator",PPCF_4XXMAC,0x02000000,PPC_FAWORD_HWC… 163 PPC_LNX_FEATURE("altivec","CPU has a SIMD/Vector Unit",PPCF_ALTIVEC,0x10000000,PPC_FAWORD_HWCAP) 171 PPC_LNX_FEATURE("cellbe","CPU has a CELL broadband engine",PPCF_CELLBE,0x00010000,PPC_FAWORD_HWCAP) 173 PPC_LNX_FEATURE("dfp","CPU has a decimal floating point unit",PPCF_DFP,0x00000400,PPC_FAWORD_HWCAP) 176 PPC_LNX_FEATURE("efpdouble","CPU has a SPE double precision floating point unit",PPCF_EFPDOUBLE,0x0… 177 PPC_LNX_FEATURE("efpsingle","CPU has a SPE single precision floating point unit",PPCF_EFPSINGLE,0x0… 178 PPC_LNX_FEATURE("fpu","CPU has a floating point unit",PPCF_FPU,0x08000000,PPC_FAWORD_HWCAP) 179 PPC_LNX_FEATURE("htm","CPU has hardware transaction memory instructions",PPCF_HTM,0x40000000,PPC_FA… 186 PPC_LNX_FEATURE("mmu","CPU has a memory management unit",PPCF_MMU,0x04000000,PPC_FAWORD_HWCAP) 199 PPC_LNX_FEATURE("spe","CPU has a signal processing extension unit",PPCF_SPE,0x00800000,PPC_FAWORD_H… [all …]
|
| /freebsd/sys/dev/ice/ |
| H A D | irdma_if.m | 44 * 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/ |
| H A D | UPDATING | 16 FreeBSD 16.x has many debugging features turned on, in both the kernel 31 less(1) has been updated to version 710, which removes the obsolete 33 manual page describing the lesskey file format has moved from 36 No separate compilation step is needed any more: less(1) has been 67 sysrc(8) has been moved from the "bsdconfig" package to the "rc" 73 must be rebuilt. __FreeBSD_version has been bumped to 1600022. 77 overlay definitions. __FreeBSD_version has been bumped to 1600021 91 libusb version has been upgraded to 1.0.27 compatible version. 95 The new video(4) framework has landed. <sys/videoio.h> is now provided 96 as the API for communicating with it. __FreeBSD_version has bee [all...] |
| /freebsd/sys/contrib/device-tree/Bindings/phy/ |
| H A D | brcm,brcmstb-usb-phy.txt | 44 - 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/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | nvidia,tegra20-i2c.txt | 10 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/ |
| H A D | Y2K | 1 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/contrib/tcsh/nls/ukrainian/ |
| H A D | set7 | 3 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 D | lm87.txt | 10 - 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/sys/contrib/libsodium/ |
| H A D | ChangeLog | 23 - 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/tcsh/nls/C/ |
| H A D | set7 | 3 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 D | env_test.c | 40 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/contrib/file/magic/Magdir/ |
| H A D | freebsd | 20 # 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/byacc/test/yacc/ |
| H A D | err_syntax10.error | 1 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 D | err_syntax10.error | 1 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
|