| /freebsd-13.1/usr.sbin/bootparamd/ |
| H A D | Makefile.inc | 7 CWARNFLAGS.clang+= -Wno-incompatible-pointer-types-discards-qualifiers 8 CWARNFLAGS.gcc+= -Wno-error=discarded-qualifiers
|
| /freebsd-13.1/crypto/openssl/crypto/x509v3/ |
| H A D | v3_cpols.c | 55 ASN1_SEQUENCE_OF_OPT(POLICYINFO, qualifiers, POLICYQUALINFO) 190 if (pol->qualifiers == NULL) in policy_section() 191 pol->qualifiers = sk_POLICYQUALINFO_new_null(); in policy_section() 194 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual)) in policy_section() 224 if (!pol->qualifiers) in policy_section() 225 pol->qualifiers = sk_POLICYQUALINFO_new_null(); in policy_section() 226 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual)) in policy_section() 410 if (pinfo->qualifiers) in i2r_certpol() 411 print_qualifiers(out, pinfo->qualifiers, indent + 2); in i2r_certpol()
|
| H A D | pcy_data.c | 77 ret->qualifier_set = policy->qualifiers; in policy_data_new() 78 policy->qualifiers = NULL; in policy_data_new()
|
| /freebsd-13.1/sys/conf/ |
| H A D | Makefile.powerpc | 51 -Wno-error=incompatible-pointer-types-discards-qualifiers \
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.h | 35 llvm::StringRef qualifiers; member
|
| H A D | CPlusPlusNameParser.cpp | 131 result.qualifiers = GetTextForRange(Range(qualifiers_start, end_position)); in ParseFunctionImpl()
|
| H A D | CPlusPlusLanguage.cpp | 204 m_qualifiers = function.getValue().qualifiers; in Parse()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 817 def : Property<"qualifiers", Array<ObjCProtocolDeclRef>> { 825 return ctx.getObjCObjectType(baseType, typeArgsAsWritten, qualifiers, 834 "qualifiers", "isKindOfTypeAsWritten" ]; 853 def : Property<"qualifiers", Array<ObjCProtocolDeclRef>> { 858 return ctx.getObjCTypeParamType(declaration, qualifiers);
|
| H A D | OperationKinds.def | 80 /// (possibly) adding qualifiers or removing noexcept.
|
| /freebsd-13.1/tools/build/mk/ |
| H A D | Makefile.boot | 44 CWARNFLAGS.clang+=-Werror=incompatible-pointer-types-discards-qualifiers
|
| /freebsd-13.1/crypto/openssl/doc/man5/ |
| H A D | x509v3_config.pod | 314 If you wish to include qualifiers then the policy OID and qualifiers need to 319 policyIdentifier, cPSuri qualifiers can be included using the syntax: 323 userNotice qualifiers can be set using the syntax:
|
| /freebsd-13.1/contrib/netbsd-tests/share/mk/ |
| H A D | common.subr | 101 # The qualifiers can be one of:
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 3180 int qualifiers = -1; in DiagnoseCastQual() local 3182 qualifiers = 0; in DiagnoseCastQual() 3184 qualifiers = 1; in DiagnoseCastQual() 3186 qualifiers = 2; in DiagnoseCastQual() 3189 if (qualifiers == -1) in DiagnoseCastQual() 3194 << TheOffendingSrcType << TheOffendingDestType << qualifiers; in DiagnoseCastQual()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 568 // OpenCL address space qualifiers 579 // OpenCL function qualifiers 582 // OpenCL access qualifiers
|
| H A D | DiagnosticGroups.td | 403 def IgnoredQualifiers : DiagGroup<"ignored-qualifiers">; 408 : DiagGroup<"incompatible-pointer-types-discards-qualifiers">; 511 def ObjCProtocolQualifiers : DiagGroup<"objc-protocol-qualifiers">;
|
| H A D | DiagnosticParseKinds.td | 153 "qualifiers after comma in declarator list are ignored">, 324 "reference qualifiers on functions are a C++11 extension">, InGroup<CXX11>; 326 "reference qualifiers on functions are incompatible with C++98">, 1519 "protocol qualifiers must precede type arguments">;
|
| H A D | AttrDocs.td | 464 qualifiers or array size), including the implicit "this" argument, if any. 948 Please note: ``U`` lacking qualifiers that are present on ``T`` is sufficient 3542 ``__sptr`` and ``__uptr`` qualifiers can be used to specify whether the pointer 3583 qualifiers indicate which pointer types can be null (``_Nullable``) or cannot 3586 The nullability (type) qualifiers express whether a value of a given pointer 3589 unclear (the ``_Null_unspecified`` qualifier). Because nullability qualifiers 3593 qualifiers are written to the right of the pointer to which they apply. For 3609 In Objective-C, there is an alternate spelling for the nullability qualifiers 3684 ``_Nonnull`` nor ``_Nullable`` qualifiers make sense for a particular pointer 4609 type T. Note that no qualifiers are permitted on the intermediate level. [all …]
|
| H A D | DiagnosticSemaKinds.td | 1846 "anonymous bit-field cannot have qualifiers">; 2087 "|: different qualifiers (%5 vs %6)" 4853 "ignores qualifiers">; 7149 "illegal qualifiers on @catch parameter">; 7522 "|: different qualifiers (%2 vs %3)" 7834 "|: different qualifiers (%5 vs %6)" 8068 " discards qualifiers">, 8082 " discards qualifiers">; 8095 " discards qualifiers in nested pointer types">, 8109 " discards qualifiers in nested pointer types">; [all …]
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_LH_COMPFUNC.pod | 215 without any "const" qualifiers.
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | x509v3.h | 250 STACK_OF(POLICYQUALINFO) *qualifiers;
|
| /freebsd-13.1/contrib/bearssl/test/x509/ |
| H A D | alltests.txt | 700 ; contains some qualifiers, but they are all id-qt-cps.
|
| /freebsd-13.1/contrib/googletest/googlemock/docs/ |
| H A D | FrequentlyAskedQuestions.md | 276 …ersions of the compiler did not override when parameters only differed by const/volatile qualifiers
|
| /freebsd-13.1/crypto/heimdal/doc/ |
| H A D | layman.asc | 1229 qualifiers: 1311 qualifiers:
|
| /freebsd-13.1/contrib/byacc/ |
| H A D | aclocal.m4 | 632 cf_gcc_warnings="Wignored-qualifiers Wlogical-op Wvarargs"
|
| /freebsd-13.1/crypto/openssl/crypto/objects/ |
| H A D | objects.txt | 502 # PKIX policyQualifiers for Internet policy qualifiers
|