Home
last modified time | relevance | path

Searched full:incompatible (Results 1 – 25 of 758) sorted by relevance

12345678910>>...31

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticParseKinds.td38 "extra ';' outside of a function is incompatible with C++98">,
104 "commas at the end of enumerator lists are incompatible with C++98">,
120 "enumeration types with a fixed underlying type are incompatible with C++98">,
135 "scoped enumerations are incompatible with C++98">,
142 "alignof expressions are incompatible with C++98">,
164 "passing a type argument as the first operand to '_Generic' is incompatible "
172 "'%0' is incompatible with C standards before C11">,
175 "'%0' is incompatible with C standards before C23">,
285 "nested namespace definition is incompatible with C++ standards before C++17">,
290 "inline nested namespace definition is incompatible wit
[all...]
H A DDiagnosticLexKinds.td34 "'<=>' operator is incompatible with C++ standards before C++20">,
111 "raw string literals are incompatible with C++98">,
115 " '%0' in a raw string literal delimiter is incompatible "
157 "incompatible with C++ standards before C++23">,
202 "this character}0 is incompatible with C99">,
207 "is incompatible with C++98">, InGroup<CXX98Compat>, DefaultIgnore;
210 "is incompatible with C++98">, InGroup<CXX98Compat>, DefaultIgnore;
213 "incompatible with C standards before C23">,
217 "is incompatible with C standards before C23">,
236 "digit separators are incompatible wit
[all...]
H A DDiagnosticASTKinds.td454 "external variable %0 declared with incompatible types in different "
457 "external variable %0 declared with incompatible types in different "
467 "external function %0 declared with incompatible types in different "
470 "external function %0 declared with incompatible types in different "
474 : Error<"type %0 has incompatible definitions in different translation "
477 : Warning<"type %0 has incompatible definitions in different translation "
494 "field %0 declared with incompatible types in different "
497 "field %0 declared with incompatible types in different "
503 "instance variable %0 declared with incompatible types in different "
506 "instance variable %0 declared with incompatible type
[all...]
H A DDiagnosticCommonKinds.td102 Warning<"variadic templates are incompatible with C++98">,
115 "module '%0' %select{is incompatible with|requires}1 feature '%2'">;
139 "'consteval' specifier is incompatible with C++ standards before C++20">,
148 "use of an empty initializer is incompatible with C standards before C23">,
172 "'-mbranch-protection=' option is incompatible with the '%0' architecture">,
224 "'long long' is incompatible with C++98">,
230 "'size_t' suffix for literals is incompatible with C++ standards before "
244 "'_BitInt' suffix for literals is incompatible with C standards before C23">,
H A DDiagnosticSemaKinds.td229 "designated initializers are incompatible with C++ standards before C++20">,
272 "'auto' storage class specifier is redundant and incompatible with C++11">,
277 "and incompatible with C++17">, InGroup<DeprecatedRegister>;
451 "incompatible with C">, InGroup<ReturnTypeCLinkage>;
454 "incompatible with C">, InGroup<ReturnTypeCLinkage>;
508 "decomposition declarations are incompatible with "
525 "is incompatible with C++ standards before C++20">,
587 "incompatible with C++ standards before C++20">, InGroup<CXXPre20Compat>,
598 "member using declaration naming a non-member enumerator is incompatible "
616 "using declaration naming a scoped enumerator is incompatible wit
[all...]
/freebsd-src/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp79 "' is incompatible with target ABI '" + getAbiName(abi) + "'"); in checkFlags()
84 " is incompatible with target -mnan=" + getNanName(nan)); in checkFlags()
89 " is incompatible with target -mfp" + getFpName(fp)); in checkFlags()
271 // ISA. If there are incompatible input files, we show an error.
274 // are incompatible because nor mips3 is a parent for misp32, nor mips32
286 error("incompatible target ISA:\n>>> " + toString(files[0].file) + ": " + in getArchFlags()
358 "' is incompatible with target floating point ABI '" + in getMipsFpAbiFlag()
H A DAMDGPU.cpp59 error("incompatible e_flags: " + toString(f)); in calcEFlagsV3()
76 error("incompatible mach: " + toString(f)); in calcEFlagsV4()
85 error("incompatible xnack: " + toString(f)); in calcEFlagsV4()
98 error("incompatible sramecc: " + toString(f)); in calcEFlagsV4()
119 error("incompatible generic version: " + toString(f)); in calcEFlags()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURemoveIncompatibleFunctions.cpp11 /// incompatible with the current GPU with null then deletes the function.
24 #define DEBUG_TYPE "amdgpu-remove-incompatible-functions"
47 return "AMDGPU Remove Incompatible Functions"; in getPassName()
187 "AMDGPU Remove Incompatible Functions", false, false)
/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars/
H A Derr.D_OP_INCOMPAT.dupttype.d31 * Test assigning a variable two different incompatible types.
32 * Test assigning a variable two different incompatible types.
/freebsd-src/sys/modules/qat/qat/
H A DMakefile23 CWARNFLAGS.qat_ocf.c += -Wno-incompatible-pointer-types-discards-qualifiers
24 CWARNFLAGS.qat_ocf_utils.c += -Wno-incompatible-pointer-types-discards-qualifiers
/freebsd-src/crypto/openssl/external/perl/Text-Template-1.56/
H A DChanges119 *** INCOMPATIBLE CHANGE ***
133 *** INCOMPATIBLE CHANGE ***
229 incompatible with the beta versions and was also inconvenient. (`\n' in
231 evaluation.) The new behavior is also incompatible with the beta
232 versions, but it is only a little bit incompatible, and it is probably
/freebsd-src/usr.bin/man/
H A Dman.sh615 # Check the args for incompatible options.
618 Kflagfflag*) echo "Incompatible options: -K and -f"; man_usage ;;
619 Kflag*kflag*) echo "Incompatible options: -K and -k"; man_usage ;;
620 Kflag*tflag) echo "Incompatible options: -K and -t"; man_usage ;;
621 fflagkflag*) echo "Incompatible options: -f and -k"; man_usage ;;
622 fflag*tflag*) echo "Incompatible options: -f and -t"; man_usage ;;
623 fflag*wflag) echo "Incompatible options: -f and -w"; man_usage ;;
624 *kflagtflag*) echo "Incompatible options: -k and -t"; man_usage ;;
625 *kflag*wflag) echo "Incompatible options: -k and -w"; man_usage ;;
626 *tflagwflag) echo "Incompatible option
[all...]
/freebsd-src/sys/contrib/openzfs/contrib/debian/
H A Dopenzfs-zfs-dkms.templates27 Template: zfs-dkms/note-incompatible-licenses
29 _Description: Licenses of OpenZFS and Linux are incompatible
/freebsd-src/sys/contrib/openzfs/
H A DRELEASES.md5 does not indicate any incompatible on-disk format change. The ability
12 interface, etc. MINOR releases may introduce incompatible changes to the
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-c_recv_lz4_disabled.ksh36 log_assert "Verify compressed streams are rejected if incompatible."
68 log_pass "Compressed streams are rejected if incompatible."
H A Dsend-c_lz4_disabled.ksh34 log_assert "Verify compressed streams are rejected if incompatible."
73 log_pass "Compressed streams are rejected if incompatible."
/freebsd-src/contrib/lutok/
H A DNEWS35 However, because of incompatible changes to the Lua API, this release
36 of Lutok is incompatible with previous releases as well.
/freebsd-src/contrib/mandoc/
H A Dcatman.8125 Other, incompatible implementations appeared in
170 are incompatible with each other because each caters to the needs
/freebsd-src/contrib/wpa/src/p2p/
H A Dp2p_go_neg.c982 p2p_dbg(p2p, "Incompatible GO Intent"); in p2p_process_go_neg_req()
998 p2p_dbg(p2p, "We have wps_method=%s -> incompatible", in p2p_process_go_neg_req()
1007 p2p_dbg(p2p, "We have wps_method=%s -> incompatible", in p2p_process_go_neg_req()
1016 p2p_dbg(p2p, "We have wps_method=%s -> incompatible", in p2p_process_go_neg_req()
1026 "We have wps_method=%s -> incompatible", in p2p_process_go_neg_req()
1037 p2p_dbg(p2p, "We have wps_method=%s -> incompatible", in p2p_process_go_neg_req()
1316 p2p_dbg(p2p, "Incompatible GO Intent"); in p2p_process_go_neg_resp()
1382 p2p_dbg(p2p, "We have wps_method=%s -> incompatible", in p2p_process_go_neg_resp()
1391 p2p_dbg(p2p, "We have wps_method=%s -> incompatible", in p2p_process_go_neg_resp()
1400 p2p_dbg(p2p, "We have wps_method=%s -> incompatible", in p2p_process_go_neg_resp()
[all...]
/freebsd-src/crypto/heimdal/lib/asn1/
H A Dversion-script.map1 # Export everything, but put a tag on is so that we make ourself incompatible with older versions
/freebsd-src/usr.sbin/bootparamd/
H A DMakefile.inc4 CWARNFLAGS.clang+= -Wno-incompatible-pointer-types-discards-qualifiers
/freebsd-src/share/man/man4/
H A Dwlan.4166 Be aware that this specification is incompatible with earlier drafts.
167 Stations implementing earlier drafts (e.g., Linux) may be incompatible.
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp63 << "'. These two types are incompatible, and may result in undefined " in CompareReturnTypes()
71 MethDerived, Checker, "Incompatible instance method return type", in CompareReturnTypes()
/freebsd-src/contrib/llvm-project/libcxx/include/
H A Dset773 "node_type with incompatible allocator passed to set::insert()");
778 "node_type with incompatible allocator passed to set::insert()");
790 __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
796 __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
802 __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
808 __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
1228 "node_type with incompatible allocator passed to multiset::insert()");
1233 "node_type with incompatible allocator passed to multiset::insert()");
1245 __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
1251 __source.get_allocator() == get_allocator(), "merging container with incompatible allocato
[all...]
/freebsd-src/crypto/openssh/
H A Duidswap.h11 * incompatible with the protocol description in the RFC file, it must be

12345678910>>...31