| /freebsd-11-stable/contrib/gcc/ |
| HD | mips-tdump.c | 434 } qualifiers[7]; in type_to_string() local 446 qualifiers[i].low_bound = 0; in type_to_string() 447 qualifiers[i].high_bound = 0; in type_to_string() 448 qualifiers[i].stride = 0; in type_to_string() 457 qualifiers[0].type = (tq_t) u.ti.tq0; in type_to_string() 458 qualifiers[1].type = (tq_t) u.ti.tq1; in type_to_string() 459 qualifiers[2].type = (tq_t) u.ti.tq2; in type_to_string() 460 qualifiers[3].type = (tq_t) u.ti.tq3; in type_to_string() 461 qualifiers[4].type = (tq_t) u.ti.tq4; in type_to_string() 462 qualifiers[5].type = (tq_t) u.ti.tq5; in type_to_string() [all …]
|
| HD | c-pretty-print.c | 236 int qualifiers; in pp_c_type_qualifier_list() local 241 qualifiers = TYPE_QUALS (t); in pp_c_type_qualifier_list() 242 if (qualifiers & TYPE_QUAL_CONST) in pp_c_type_qualifier_list() 244 if (qualifiers & TYPE_QUAL_VOLATILE) in pp_c_type_qualifier_list() 246 if (qualifiers & TYPE_QUAL_RESTRICT) in pp_c_type_qualifier_list()
|
| /freebsd-11-stable/crypto/openssl/crypto/x509v3/ |
| HD | v3_cpols.c | 102 ASN1_SEQUENCE_OF_OPT(POLICYINFO, qualifiers, POLICYQUALINFO) 231 if (!pol->qualifiers) in policy_section() 232 pol->qualifiers = sk_POLICYQUALINFO_new_null(); in policy_section() 235 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual)) in policy_section() 265 if (!pol->qualifiers) in policy_section() 266 pol->qualifiers = sk_POLICYQUALINFO_new_null(); in policy_section() 267 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual)) in policy_section() 411 if (pinfo->qualifiers) in i2r_certpol() 412 print_qualifiers(out, pinfo->qualifiers, indent + 2); in i2r_certpol()
|
| HD | pcy_data.c | 123 ret->qualifier_set = policy->qualifiers; in policy_data_new() 124 policy->qualifiers = NULL; in policy_data_new()
|
| HD | x509v3.h | 307 STACK_OF(POLICYQUALINFO) *qualifiers;
|
| /freebsd-11-stable/contrib/binutils/gas/doc/ |
| HD | c-cr16.texi | 24 …al Semiconductor CR16 target of @code{@value{AS}} has a few machine dependent operand qualifiers. 26 …rand. The @code{@@} is required. CR16 architecture uses one of the following expression qualifiers: 39 CR16 target operand qualifiers and its size (in bits):
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | ecoff.c | 1058 } qualifiers[7]; in ecoff_type_to_string() local 1072 qualifiers[i].low_bound = 0; in ecoff_type_to_string() 1073 qualifiers[i].high_bound = 0; in ecoff_type_to_string() 1074 qualifiers[i].stride = 0; in ecoff_type_to_string() 1082 qualifiers[0].type = u.ti.tq0; in ecoff_type_to_string() 1083 qualifiers[1].type = u.ti.tq1; in ecoff_type_to_string() 1084 qualifiers[2].type = u.ti.tq2; in ecoff_type_to_string() 1085 qualifiers[3].type = u.ti.tq3; in ecoff_type_to_string() 1086 qualifiers[4].type = u.ti.tq4; in ecoff_type_to_string() 1087 qualifiers[5].type = u.ti.tq5; in ecoff_type_to_string() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | TypeProperties.td | 758 def : Property<"qualifiers", Array<ObjCProtocolDeclRef>> { 766 return ctx.getObjCObjectType(baseType, typeArgsAsWritten, qualifiers, 775 "qualifiers", "isKindOfTypeAsWritten" ]; 794 def : Property<"qualifiers", Array<ObjCProtocolDeclRef>> { 799 return ctx.getObjCTypeParamType(declaration, qualifiers);
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| HD | CPlusPlusNameParser.h | 36 llvm::StringRef qualifiers; member
|
| HD | CPlusPlusNameParser.cpp | 131 result.qualifiers = GetTextForRange(Range(qualifiers_start, end_position)); in ParseFunctionImpl()
|
| /freebsd-11-stable/contrib/libstdc++/include/tr1/ |
| D | functional | 113 * Strip top-level cv-qualifiers from the function object and let 286 // - a pointer to member function type (unary, no qualifiers) 292 // - a pointer to member function type (binary, no qualifiers) 594 * function object with the same cv-qualifiers as we are given and 646 * value. The cv-qualifiers on the reference are the same as the 647 * cv-qualifiers on the _Mu object. [TR1 3.6.3/5 bullet 4] 662 // Pick up the cv-qualifiers of the argument
|
| /freebsd-11-stable/contrib/gcc/config/sparc/ |
| HD | sparc.c | 7015 register unsigned long qualifiers = 0; in sparc_type_code() local 7028 return qualifiers; in sparc_type_code() 7031 qualifiers |= (3 << shift); in sparc_type_code() 7036 qualifiers |= (2 << shift); in sparc_type_code() 7042 qualifiers |= (1 << shift); in sparc_type_code() 7046 return (qualifiers | 8); in sparc_type_code() 7050 return (qualifiers | 9); in sparc_type_code() 7053 return (qualifiers | 10); in sparc_type_code() 7056 return (qualifiers | 16); in sparc_type_code() 7076 return (qualifiers | (TYPE_UNSIGNED (type) ? 12 : 2)); in sparc_type_code() [all …]
|
| /freebsd-11-stable/crypto/openssl/doc/apps/ |
| HD | x509v3_config.pod | 316 If you wish to include qualifiers then the policy OID and qualifiers need to 321 policyIdentifier, cPSuri qualifiers can be included using the syntax: 325 userNotice qualifiers can be set using the syntax:
|
| /freebsd-11-stable/contrib/binutils/libiberty/ |
| HD | cplus-dem.c | 3126 int qualifiers = 0; in demangle_qualified() local 3160 qualifiers = consume_count_with_underscores (mangled); in demangle_qualified() 3161 if (qualifiers == -1) in demangle_qualified() 3177 qualifiers = atoi (num); in demangle_qualified() 3200 while (qualifiers-- > 0) in demangle_qualified() 3263 if (qualifiers > 0) in demangle_qualified()
|
| HD | ChangeLog | 1388 move the CV-qualifiers to apply to the element type instead. 1498 CV-qualifiers from D_COMP_LOCAL_NAME right subtree. 1585 D_COMP_LOCAL_NAME, pull any qualifiers off its right subtree. 1644 (has_return_type): Only accept _THIS variants of qualifiers. 1646 qualifiers. 1649 qualifiers and printing them at the end, add _THIS qualifiers to 1653 qualifiers. 1657 (d_print_mod): Handle new _THIS qualifiers. 1658 (d_print_function_type): Handle new _THIS qualifiers when deciding 1662 (is_ctor_or_dtor): Look for new _THIS qualifiers. [all …]
|
| /freebsd-11-stable/contrib/gcclibs/libiberty/ |
| HD | cplus-dem.c | 3126 int qualifiers = 0; in demangle_qualified() local 3160 qualifiers = consume_count_with_underscores (mangled); in demangle_qualified() 3161 if (qualifiers == -1) in demangle_qualified() 3177 qualifiers = atoi (num); in demangle_qualified() 3200 while (qualifiers-- > 0) in demangle_qualified() 3263 if (qualifiers > 0) in demangle_qualified()
|
| HD | ChangeLog | 1190 move the CV-qualifiers to apply to the element type instead. 1300 CV-qualifiers from D_COMP_LOCAL_NAME right subtree. 1387 D_COMP_LOCAL_NAME, pull any qualifiers off its right subtree. 1446 (has_return_type): Only accept _THIS variants of qualifiers. 1448 qualifiers. 1451 qualifiers and printing them at the end, add _THIS qualifiers to 1455 qualifiers. 1459 (d_print_mod): Handle new _THIS qualifiers. 1460 (d_print_function_type): Handle new _THIS qualifiers when deciding 1464 (is_ctor_or_dtor): Look for new _THIS qualifiers. [all …]
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaCast.cpp | 2882 int qualifiers = -1; in DiagnoseCastQual() local 2884 qualifiers = 0; in DiagnoseCastQual() 2886 qualifiers = 1; in DiagnoseCastQual() 2888 qualifiers = 2; in DiagnoseCastQual() 2891 if (qualifiers == -1) in DiagnoseCastQual() 2896 << TheOffendingSrcType << TheOffendingDestType << qualifiers; in DiagnoseCastQual()
|
| /freebsd-11-stable/contrib/netbsd-tests/share/mk/ |
| HD | common.subr | 101 # The qualifiers can be one of:
|
| /freebsd-11-stable/contrib/binutils/binutils/ |
| HD | stabs.c | 3991 unsigned int qualifiers; in stab_demangle_qualified() local 4008 qualifiers = atoi (p); in stab_demangle_qualified() 4021 qualifiers = (*pp)[1] - '0'; in stab_demangle_qualified() 4037 while (qualifiers-- > 0) in stab_demangle_qualified() 4119 if (qualifiers == 0) in stab_demangle_qualified() 4134 (qualifiers == 0 in stab_demangle_qualified()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | TokenKinds.def | 549 // OpenCL address space qualifiers 560 // OpenCL function qualifiers 563 // OpenCL access qualifiers
|
| HD | DiagnosticParseKinds.td | 122 "qualifiers after comma in declarator list are ignored">, 295 "reference qualifiers on functions are a C++11 extension">, InGroup<CXX11>; 297 "reference qualifiers on functions are incompatible with C++98">, 1357 "protocol qualifiers must precede type arguments">;
|
| HD | DiagnosticGroups.td | 355 def IgnoredQualifiers : DiagGroup<"ignored-qualifiers">; 360 : DiagGroup<"incompatible-pointer-types-discards-qualifiers">; 458 def ObjCProtocolQualifiers : DiagGroup<"objc-protocol-qualifiers">;
|
| /freebsd-11-stable/crypto/openssl/doc/ |
| HD | openssl.txt | 429 If you follow the PKIX recommendations of not including any qualifiers and just 435 If you wish to include qualifiers then the policy OID and qualifiers need to 440 policyIdentifier, cPSuri qualifiers can be included using the syntax: 444 userNotice qualifiers can be set using the syntax:
|
| /freebsd-11-stable/contrib/gcc/cp/ |
| HD | ChangeLog-1998 | 1122 CP_TYPE_QUALS to get qualifiers and at_least_as_qualified_p to 1123 compare them. Use CP_TYPE_* macros to check qualifiers. 1128 * class.c (overrides): Compare all qualifiers, not just `const', 1702 * call.c (build_over_call): Make pedwarns about dropped qualifiers 1717 qualifiers on the DECL. 1720 qualifiers. 1722 * error.c (dump_simple_decl): Don't look at qualifiers on the decl 1725 that type of allocated memory now contains qualifiers. 1729 * tree.c (lvalue_type): Don't look at top-level qualifiers on 1733 contains top-level qualifiers, as appropriate. Improve [all …]
|