Home
last modified time | relevance | path

Searched refs:qualifier (Results 1 – 25 of 140) sorted by relevance

123456

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.hlp12 assumes .C as the default extension unless the /PLUS qualifier is
113 program, which is done by specifying the /DEBUG qualifier to the link
130 The simple form of the /DEFINE qualifier:
163 If you use the /G_FLOAT qualifier, the linking instructions are
179 The /INCLUDE_DIRECTORY qualifier provides additional directories to
189 2. The directories in the /INCLUDE qualifier (if any).
199 1. The directories specified in the /INCLUDE qualifier (if any).
233 is .CC when this qualifier is in effect.
277 This qualifier supplies a list of files that will be read as input,
280 only effect of this qualifier is to make the macros defined in the
[all …]
H A Dc-decl.c4296 tree qualifier = TREE_VALUE (typemodlist); local
4298 if (C_IS_RESERVED_WORD (qualifier))
4300 if (C_RID_CODE (qualifier) == RID_CONST)
4302 else if (C_RID_CODE (qualifier) == RID_VOLATILE)
4304 else if (C_RID_CODE (qualifier) == RID_RESTRICT)
4452 tree qualifier = TREE_VALUE (new_ptr_quals); local
4454 if (C_IS_RESERVED_WORD (qualifier))
4456 if (C_RID_CODE (qualifier) == RID_CONST)
4458 else if (C_RID_CODE (qualifier) == RID_VOLATILE)
4460 else if (C_RID_CODE (qualifier) == RID_RESTRICT)
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/
H A Dbycopy-3.m10 * keyword generates the _F_BYCOPY qualifier for the return type. */
63 printf ("Failed - selector does not contain _F_BYCOPY qualifier!\n");
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DItaniumMangle.cpp474 void mangleUnresolvedPrefix(NestedNameSpecifier *qualifier,
476 void mangleUnresolvedName(NestedNameSpecifier *qualifier,
520 void manglePrefix(NestedNameSpecifier *qualifier);
531 void mangleVendorQualifier(StringRef qualifier);
564 NestedNameSpecifier *qualifier,
1271 void CXXNameMangler::mangleUnresolvedPrefix(NestedNameSpecifier *qualifier, in mangleUnresolvedPrefix() argument
1288 switch (qualifier->getKind()) { in mangleUnresolvedPrefix()
1303 if (qualifier->getPrefix()) in mangleUnresolvedPrefix()
1304 mangleUnresolvedPrefix(qualifier->getPrefix(), in mangleUnresolvedPrefix()
1308 mangleSourceNameWithAbiTags(qualifier->getAsNamespace()); in mangleUnresolvedPrefix()
[all …]
/openbsd-src/sys/dev/ic/
H A Dac97.c124 char *qualifier; member
699 si->qualifier = AudioNmute; in ac97_setup_source_info()
739 if (si->prev != 0 || si->qualifier) in ac97_setup_source_info()
1010 if (si->qualifier) in ac97_query_devinfo()
1011 name = si->qualifier; in ac97_query_devinfo()
1299 char *device, char *qualifier) in ac97_get_portnum_by_name() argument
1308 ac97_str_equal(qualifier, si->qualifier)) in ac97_get_portnum_by_name()
H A Dac97.h64 char *device, char *qualifier);
/openbsd-src/usr.sbin/rpki-client/
H A Dcert.c647 POLICYQUALINFO *qualifier; in certificate_policies()
690 "want 1 policy qualifier, got %d", fn, in certificate_policies()
695 qualifier = sk_POLICYQUALINFO_value(qualifiers, 0); in certificate_policies()
696 assert(qualifier != NULL && qualifier->pqualid != NULL); in certificate_policies()
698 if ((nid = OBJ_obj2nid(qualifier->pqualid)) != NID_id_qt_cps) { in certificate_policies()
705 warnx("%s: CPS %.*s", fn, qualifier->d.cpsuri->length, in certificate_policies()
706 qualifier->d.cpsuri->data); in certificate_policies()
646 POLICYQUALINFO *qualifier; certificate_policies() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td539 def : Property<"qualifier", NestedNameSpecifier> {
551 return ctx.getElaboratedType(keyword, qualifier, namedType,
697 def : Property<"qualifier", NestedNameSpecifier> {
708 return ctx.getDependentTemplateSpecializationType(keyword, qualifier,
828 def : Property<"qualifier", NestedNameSpecifier> {
846 return ctx.getDependentNameType(keyword, qualifier, name, canon);
H A DPropertiesBase.td656 def : Property<"qualifier", NestedNameSpecifier> {
666 return ctx.getQualifiedTemplateName(qualifier, hasTemplateKeyword,
674 def : Property<"qualifier", NestedNameSpecifier> {
689 return ctx.getDependentTemplateName(qualifier, *identifier);
691 return ctx.getDependentTemplateName(qualifier, *operatorKind);
/openbsd-src/gnu/llvm/clang/docs/HLSL/
H A DHLSLSupport.rst185 HLSL has a ``precise`` qualifier that behaves unlike anything else in the C
186 language. The support for this qualifier in DXC is buggy, so our bar for
189 The ``precise`` qualifier applies in the inverse direction from normal
191 qualifier be precise, it signifies that the operations contributing to the
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DCodeViewTypes.rst118 …= 0x02, // pointer is a 'this' pointer of a member function with ref qualifier (e.g. void X::fo…
119 …= 0x04 // pointer is a 'this' pointer of a member function with ref qualifier (e.g. void X::fo…
/openbsd-src/gnu/llvm/clang/docs/
H A DAutomaticReferenceCounting.rst679 An :arc-term:`ownership qualifier` is a type qualifier which applies only to
681 to its element type, and adding an ownership qualifier to an array type so
684 A program is ill-formed if it attempts to apply an ownership qualifier to a
685 type which is already ownership-qualified, even if it is the same qualifier.
686 There is a single exception to this rule: an ownership qualifier may be applied
688 qualifier provided by the template argument.
691 top-level ownership qualifier is deleted.
695 retainable object owner type which lacks an ownership qualifier.
700 lvalues of retainable object pointer type have an ownership qualifier. The
701 ability to override an ownership qualifier during template substitution is
[all …]
H A DBlockLanguageSpec.rst226 qualifier, :block-term:`__block`, for local variables. [testme: a
228 qualifier is mutually exclusive to the existing local storage
291 garbage collection is not enabled, this qualifier causes these
H A DSYCLSupport.rst32 the address space qualifier inference as detailed in
H A DExternalClangExamples.rst75 which were declared without const qualifier."
H A DClangFormat.rst94 --qualifier-alignment=<string> - If set, overrides the qualifier alignment style
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DBuilder.pm314 my $qualifier = $num_extra == 0 ? '' : ' run';
317 Looks like you failed $failed test$s of $count$qualifier.
1735 my $qualifier = $num_extra == 0 ? '' : ' run';
1738 Looks like you failed $failed test$s of $count$qualifier.
/openbsd-src/gnu/llvm/clang/docs/analyzer/developer-docs/
H A Dnullability.rst104 * The checker would track memory regions, and to each relevant region a qualifier information would…
107 …treated the same way as pointers annotated with nullability unspecified qualifier, unless the regi…
/openbsd-src/bin/pax/
H A Dtables.c843 const char *qualifier = ""; in sltab_process_one() local
845 qualifier = " hardlink"; in sltab_process_one()
850 qualifier, path); in sltab_process_one()
/openbsd-src/gnu/llvm/llvm/docs/_static/
H A Dllvm.css89 * one above, and we can drop the [pre] qualifier.
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td77 "the '__restrict__' qualifier with the independent array arguments. "
180 "qualifier 'const' is needed for variables in address space '%0'">;
H A DDiagnosticSemaKinds.td441 "'%0' type qualifier%s1 on return type %plural{1:has|:have}1 no effect">,
1910 "but function has %select{non-const lvalue|rvalue}2 ref-qualifier">;
2052 "'%0' qualifier is not allowed on a constructor">;
2054 "ref-qualifier '%select{&&|&}0' is not allowed on a constructor">;
2075 "'%0' qualifier is not allowed on a destructor">;
2077 "ref-qualifier '%select{&&|&}0' is not allowed on a destructor">;
2107 "qualified destructor name only found in lexical scope; omit the qualifier "
2154 "%select{drops %3 qualifier%plural{1:|2:|4:|:s}4|changes address space|"
4662 "volatile and restrict|const, volatile, and restrict}4 qualifier"
4666 "%ordinal5 argument (%3) would lose __unaligned qualifier">;
[all …]
/openbsd-src/sys/dev/pci/
H A Dautri.c964 char *qualifier) in autri_get_portnum_by_name() argument
967 sc->sc_codec.codec_if, class, device, qualifier)); in autri_get_portnum_by_name()
H A Dcs4280.c1068 char *qualifier) in cs4280_get_portnum_by_name() argument
1071 device, qualifier)); in cs4280_get_portnum_by_name()
H A Dyds.c1502 char *qualifier) in yds_get_portnum_by_name() argument
1505 sc->sc_codec[0].codec_if, class, device, qualifier)); in yds_get_portnum_by_name()

123456