| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticParseKinds.td | 44 "extra ';' outside of a function is incompatible with C++98">, 110 "commas at the end of enumerator lists are incompatible with C++98">, 123 "enumeration types with a fixed underlying type are incompatible with C standards before C23">, 138 "scoped enumerations are incompatible with C++98">, 145 "alignof expressions are incompatible with C++98">, 167 "passing a type argument as the first operand to '_Generic' is incompatible " 177 "'%0' is incompatible with C standards before C11">, 180 "'%0' is incompatible with C standards before C23">, 183 "'%0' is incompatible with C standards before C2y">, 214 "case ranges are incompatible with C standards before C2y">, [all …]
|
| H A D | DiagnosticLexKinds.td | 34 "'<=>' operator is incompatible with C++ standards before C++20">, 105 "raw string literals are incompatible with C++98">, 109 " '%0' in a raw string literal delimiter is incompatible " 148 "%select{delimited|named}0 escape sequences are incompatible with C++ " 151 "delimited escape sequences are incompatible with C standards before C2y">, 196 "this character}0 is incompatible with C99">, 201 "is incompatible with C++98">, InGroup<CXX98Compat>, DefaultIgnore; 204 "is incompatible with C++98">, InGroup<CXX98Compat>, DefaultIgnore; 207 "incompatible with C standards before C23">, 211 "is incompatible with C standards before C23">, [all …]
|
| H A D | Diagnostic.td | 184 // 'X is incompatible with C++98' (if std_ver == 11). 185 // 'X is incompatible with C++ standards before C++YZ' (otherwise). 188 !strconcat(message, " incompatible with C++98"), 189 … !strconcat(message, " incompatible with C++ standards before C++", std_ver_override))>, 215 // - compat_cxx17_inline_variable: 'inline variables are incompatible with C++ standards befo…
|
| H A D | DiagnosticASTKinds.td | 464 "external variable %0 declared with incompatible types in different " 467 "external variable %0 declared with incompatible types in different " 477 "external function %0 declared with incompatible types in different " 480 "external function %0 declared with incompatible types in different " 485 "currently causes the types to be treated as though they are incompatible">, 489 : Error<"type %0 has incompatible definitions%select{| in different " 492 : Warning<"type %0 has incompatible definitions%select{| in different " 511 "enumeration %0 declared with incompatible fixed underlying types (%1 vs. " 519 "field %0 declared with incompatible types in different " 522 "field %0 declared with incompatible types in different " [all …]
|
| H A D | DiagnosticCommonKinds.td | 97 Warning<"variadic templates are incompatible with C++98">, 110 "module '%0' %select{is incompatible with|requires}1 feature '%2'">; 134 : Warning<"'consteval' specifier is incompatible with C++ standards before " 145 "use of an empty initializer is incompatible with C standards before C23">, 169 "'-mbranch-protection=' option is incompatible with the '%0' architecture">, 223 "'long long' is incompatible with C++98">, 229 "'size_t' suffix for literals is incompatible with C++ standards before " 243 "'_BitInt' suffix for literals is incompatible with C standards before C23">,
|
| H A D | DiagnosticSemaKinds.td | 289 "designated initializers are incompatible with C++ standards before C++20">, 314 "imaginary constants are incompatible with C standards before C2y">, 340 "'auto' storage class specifier is redundant and incompatible with C++11">, 345 "and incompatible with C++17">, InGroup<DeprecatedRegister>; 534 "incompatible with C">, InGroup<ReturnTypeCLinkage>; 537 "incompatible with C">, InGroup<ReturnTypeCLinkage>; 661 "incompatible with C++ standards before C++20">, InGroup<CXXPre20Compat>, 673 "member using declaration naming a non-member enumerator is incompatible " 693 "using declaration naming a scoped enumerator is incompatible with " 701 "inheriting constructors are incompatible with C++98">, [all …]
|
| /freebsd/crypto/libecc/ |
| H A D | meson.build | 132 …ith_monty_ladder_opt == 'true'), 'with_double_add and with_monty_ladder are incompatible options!') 168 …th_small_stack_opt and with_sig_eddsa25519_opt), 'Small stack and EdDSA are incompatible options!') 169 …with_small_stack_opt and with_sig_eddsa448_opt), 'Small stack and EdDSA are incompatible options!') 170 assert(not (with_small_stack_opt and with_x25519_opt), 'Small stack and X25519 are incompatible opt… 171 assert(not (with_small_stack_opt and with_x448_opt), 'Small stack and X448 are incompatible options…
|
| /freebsd/sys/modules/qat/qat/ |
| H A D | Makefile | 34 CWARNFLAGS.qat_ocf.c += -Wno-incompatible-pointer-types-discards-qualifiers 35 CWARNFLAGS.qat_ocf_utils.c += -Wno-incompatible-pointer-types-discards-qualifiers
|
| /freebsd/usr.sbin/bootparamd/ |
| H A D | Makefile.inc | 4 CWARNFLAGS.clang+= -Wno-incompatible-pointer-types-discards-qualifiers
|
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | version-script.map | 1 # Export everything, but put a tag on is so that we make ourself incompatible with older versions
|
| /freebsd/sys/contrib/openzfs/contrib/debian/ |
| H A D | openzfs-zfs-dkms.templates | 27 Template: zfs-dkms/note-incompatible-licenses 29 _Description: Licenses of OpenZFS and Linux are incompatible
|
| H A D | openzfs-zfs-dkms.config | 8 db_input critical zfs-dkms/note-incompatible-licenses || true
|
| /freebsd/sys/contrib/openzfs/ |
| H A D | RELEASES.md | 5 does not indicate any incompatible on-disk format change. The ability 12 interface, etc. MINOR releases may introduce incompatible changes to the
|
| /freebsd/contrib/tcpdump/ |
| H A D | getservent.h | 42 #error netdb.h and getservent.h are incompatible
|
| /freebsd/contrib/lutok/ |
| H A D | NEWS | 75 However, because of incompatible changes to the Lua API, this release 76 of Lutok is incompatible with previous releases as well.
|
| /freebsd/sys/conf/ |
| H A D | Makefile.powerpc | 43 -Wno-error=incompatible-pointer-types-discards-qualifiers \
|
| /freebsd/sys/contrib/device-tree/Bindings/crypto/ |
| H A D | omap-aes.txt | 11 more algorithms) but they are incompatible with OMAP4.
|
| /freebsd/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python.swig | 40 a way that is incompatible with our usage of the python module as __init__.py
|
| /freebsd/sys/contrib/device-tree/Bindings/rng/ |
| H A D | omap_rng.txt | 10 Note that these two versions are incompatible.
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | openssl-qlog.pod | 20 incompatible ways in future versions of OpenSSL. See B<FORMAT STABILITY> below 172 standardisation are expected to introduce incompatible and breaking changes to 176 Because of this, the qlog output of OpenSSL B<will> change in incompatible and
|
| /freebsd/crypto/krb5/src/include/ |
| H A D | win-mac.h | 41 #error time_t has been defined as a 64-bit integer which is incompatible with Kerberos on this plat…
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | user-libunwind.m4 | 40 dnl way, and has an incompatible unw_resname function.
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | set | 780 … "node_type with incompatible allocator passed to set::insert()"); 785 … "node_type with incompatible allocator passed to set::insert()"); 797 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator"); 803 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator"); 809 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator"); 815 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator"); 1243 … "node_type with incompatible allocator passed to multiset::insert()"); 1248 … "node_type with incompatible allocator passed to multiset::insert()"); 1260 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator"); 1266 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator"); [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_set_retry_verify.pod | 58 incompatible handling of a negative return value from the verification
|
| /freebsd/tools/build/mk/ |
| H A D | Makefile.boot | 40 CWARNFLAGS.clang+=-Werror=incompatible-pointer-types-discards-qualifiers
|