| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | import.h | 27 Identifiers *packages; // array of Identifier's representing packages 34 Identifiers names; 35 Identifiers aliases; 42 Import(Loc loc, Identifiers *packages, Identifier *id, Identifier *aliasId,
|
| H A D | module.h | 40 static DsymbolTable *resolve(Identifiers *packages, Dsymbol **pparent, Package **ppkg); 119 static Module *load(Loc loc, Identifiers *packages, Identifier *ident); 173 Identifiers *packages; // array of Identifier's representing packages 177 ModuleDeclaration(Loc loc, Identifiers *packages, Identifier *id);
|
| H A D | iasmgcc.c | 98 s->names = new Identifiers(); in parseExtAsmOperands() 189 static Identifiers *parseExtAsmGotoLabels(Parser *p) in parseExtAsmGotoLabels() 191 Identifiers *labels = NULL; in parseExtAsmGotoLabels() 203 labels = new Identifiers(); in parseExtAsmGotoLabels()
|
| H A D | parse.h | 91 LINK parseLinkage(Identifiers **, CPPMANGLE *, bool *); 92 Identifiers *parseQualifiedIdentifier(const char *entity);
|
| H A D | arraytypes.h | 33 typedef Array<class Identifier *> Identifiers; typedef
|
| H A D | attrib.h | 115 Identifiers* pkg_identifiers; 118 ProtDeclaration(Loc loc, Identifiers* pkg_identifiers, Dsymbols *decl);
|
| H A D | init.h | 76 Identifiers field; // of Identifier *'s
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | module.h | 105 Identifiers *debugids; // debug identifiers 106 Identifiers *debugidsNot; // forward referenced debug identifiers 109 Identifiers *versionids; // version identifiers 110 Identifiers *versionidsNot; // forward referenced version identifiers 120 static Module *load(const Loc &loc, Identifiers *packages, Identifier *ident);
|
| H A D | import.h | 33 Identifiers names; 34 Identifiers aliases;
|
| H A D | iasmgcc.d | 107 s.names = new Identifiers(); in parseExtAsmOperands() 197 Identifiers *parseExtAsmGotoLabels(Parser)(Parser p) in parseExtAsmGotoLabels() 199 Identifiers *labels; in parseExtAsmGotoLabels() 211 labels = new Identifiers(); in parseExtAsmGotoLabels()
|
| H A D | dversion.d | 90 m.debugids = new Identifiers(); in addMember() 185 m.versionids = new Identifiers(); in addMember()
|
| H A D | cond.d | 544 global.debugids = new Identifiers(); in addGlobalIdent() 584 mod.debugidsNot = new Identifiers(); in include() 821 global.versionids = new Identifiers(); in addPredefinedGlobalIdent() 861 mod.versionidsNot = new Identifiers(); in include() 971 bool findCondition(Identifiers* ids, Identifier ident) @safe nothrow pure in findCondition()
|
| H A D | arraytypes.h | 36 typedef Array<class Identifier *> Identifiers; typedef
|
| H A D | dimport.d | 41 Identifiers names; 42 Identifiers aliases;
|
| H A D | arraytypes.d | 29 alias Identifiers = Array!(Identifier); variable
|
| H A D | init.h | 65 Identifiers field; // of Identifier *'s
|
| H A D | dmodule.d | 429 Identifiers* debugids; // debug identifiers 430 Identifiers* debugidsNot; // forward referenced debug identifiers 433 Identifiers* versionids; // version identifiers 434 Identifiers* versionidsNot; // forward referenced version identifiers 493 extern (C++) static Module load(const ref Loc loc, Identifiers* packages, Identifier ident) in load()
|
| /netbsd-src/sys/arch/arm/acpi/ |
| H A D | acpi_iort.c | 140 odevid, le32toh(its_group->Identifiers[0])); in acpi_iort_its_id_map() 141 return le32toh(its_group->Identifiers[0]); in acpi_iort_its_id_map()
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/ |
| H A D | rfc2407.txt | 298 Situation Identifiers, Protocol Identifiers, Transform Identifiers, 299 AH, ESP, and IPCOMP Transform Identifiers, Security Association 300 Attribute Type Values, Labeled Domain Identifiers, ID Payload Type 313 Identifiers referenced in an ISAKMP Proposal Payload for the IPSEC 363 4.4.2 IPSEC ISAKMP Transform Identifiers 369 lists the defined ISAKMP Phase I Transform Identifiers for the 405 4.4.3 IPSEC AH Transform Identifiers 410 defined AH Transform Identifiers for the ISAKMP Proposal Payload for 484 4.4.4 IPSEC ESP Transform Identifiers 488 following table lists the defined ESP Transform Identifiers for the [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/common/der/ |
| H A D | wrap.asn1 | 17 -- Taken from RFC 3394, Section 3. Object Identifiers
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc2079.txt | 13 Uniform Resource Identifiers (URIs) 29 Resource Identifiers (URIs) as they are defined. A number of 39 several types of Uniform Resource Identifiers (URIs) being defined by
|
| /netbsd-src/external/gpl2/groff/dist/doc/ |
| H A D | groff-3 | 46 * (, starting a two-character identifier: Identifiers. (line 75) 73 * [, macro names starting with, and refer: Identifiers. (line 48) 75 * [, starting an identifier: Identifiers. (line 77) 257 * ], as part of an identifier: Identifiers. (line 42) 261 * ], ending an identifier: Identifiers. (line 77) 262 * ], macro names starting with, and refer: Identifiers. (line 48) 330 * backspace character: Identifiers. (line 12) 415 * character, backspace: Identifiers. (line 12) 455 * character, whitespace: Identifiers. (line 10) 466 * characters, invalid input: Identifiers. (line 15) [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/APINotes/ |
| H A D | APINotesFormat.h | 250 llvm::SmallVector<IdentifierID, 2> Identifiers; member
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 232 mutable IdentifierTable Identifiers; variable 929 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() 930 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable() 1051 return isMacroDefined(&Identifiers.get(Id)); in isMacroDefined() 1206 return &Identifiers.get(Name); in getIdentifierInfo()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/ |
| H A D | inetorgperson.ldif | 20 # Uniform Resource Identifiers (URIs) [RFC2079]
|