Home
last modified time | relevance | path

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

12345678910>>...33

/freebsd/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 with C++ standards before"
[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 with C++ standards before C++14">,
[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 types in different "
[all …]
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 with "
[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">,
/freebsd/crypto/libecc/
H A Dmeson.build132 …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/contrib/llvm-project/lld/ELF/Arch/
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 calcEFlagsV6()
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()
/freebsd/usr.bin/man/
H A Dman.sh639 # Check the args for incompatible options.
641 Kflagfflag*) echo "Incompatible options: -K and -f"; man_usage ;;
642 Kflag*kflag*) echo "Incompatible options: -K and -k"; man_usage ;;
643 Kflag*lflag*) echo "Incompatible options: -K and -l"; man_usage ;;
644 Kflag*tflag) echo "Incompatible options: -K and -t"; man_usage ;;
645 fflagkflag*) echo "Incompatible options: -f and -k"; man_usage ;;
646 fflag*lflag*) echo "Incompatible options: -f and -l"; man_usage ;;
647 fflag*tflag*) echo "Incompatible options: -f and -t"; man_usage ;;
648 fflag*wflag) echo "Incompatible options: -f and -w"; man_usage ;;
649 *kflaglflag*) echo "Incompatible options: -k and -l"; man_usage ;;
[all …]
/freebsd/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/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/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/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/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/sys/modules/qat/qat/
H A DMakefile34 CWARNFLAGS.qat_ocf.c += -Wno-incompatible-pointer-types-discards-qualifiers
35 CWARNFLAGS.qat_ocf_utils.c += -Wno-incompatible-pointer-types-discards-qualifiers
/freebsd/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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-c_recv_lz4_disabled.ksh37 log_assert "Verify compressed streams are rejected if incompatible."
69 log_pass "Compressed streams are rejected if incompatible."
H A Dsend-c_lz4_disabled.ksh35 log_assert "Verify compressed streams are rejected if incompatible."
74 log_pass "Compressed streams are rejected if incompatible."
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-qlog.pod20 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/secure/lib/libcrypto/man/man7/
H A Dopenssl-qlog.778 incompatible ways in future versions of OpenSSL. See \fBFORMAT STABILITY\fR below
217 standardisation are expected to introduce incompatible and breaking changes to
221 Because of this, the qlog output of OpenSSL \fBwill\fR change in incompatible and
/freebsd/contrib/mandoc/
H A Dcatman.8313 Other, incompatible implementations appeared in
358 are incompatible with each other because each caters to the needs
/freebsd/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/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp272 // this as a last resort (when the memory mapping is incompatible and TSan in ReExecIfNeeded()
279 // Disable ASLR if the memory layout was incompatible. in ReExecIfNeeded()
286 "WARNING: ThreadSanitizer: memory layout is incompatible, " in ReExecIfNeeded()
294 "FATAL: ThreadSanitizer: memory layout is incompatible, " in ReExecIfNeeded()
403 // 3) InitializePlatform(): memory layout is incompatible and fails in InitializePlatform()
414 "FATAL: ThreadSanitizer: unexpectedly found incompatible memory " in InitializePlatform()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython.swig40 a way that is incompatible with our usage of the python module as __init__.py
/freebsd/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.

12345678910>>...33