Home
last modified time | relevance | path

Searched refs:Identifiers (Results 1 – 25 of 124) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dimport.h27 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 Dmodule.h40 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 Diasmgcc.c98 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 Dparse.h91 LINK parseLinkage(Identifiers **, CPPMANGLE *, bool *);
92 Identifiers *parseQualifiedIdentifier(const char *entity);
H A Darraytypes.h33 typedef Array<class Identifier *> Identifiers; typedef
H A Dattrib.h115 Identifiers* pkg_identifiers;
118 ProtDeclaration(Loc loc, Identifiers* pkg_identifiers, Dsymbols *decl);
H A Dinit.h76 Identifiers field; // of Identifier *'s
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmodule.h105 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 Dimport.h33 Identifiers names;
34 Identifiers aliases;
H A Diasmgcc.d107 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 Ddversion.d90 m.debugids = new Identifiers(); in addMember()
185 m.versionids = new Identifiers(); in addMember()
H A Dcond.d544 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 Darraytypes.h36 typedef Array<class Identifier *> Identifiers; typedef
H A Ddimport.d41 Identifiers names;
42 Identifiers aliases;
H A Darraytypes.d29 alias Identifiers = Array!(Identifier); variable
H A Dinit.h65 Identifiers field; // of Identifier *'s
H A Ddmodule.d429 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 Dacpi_iort.c140 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 Drfc2407.txt298 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 Dwrap.asn117 -- Taken from RFC 3394, Section 3. Object Identifiers
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc2079.txt13 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 Dgroff-346 * (, 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 DAPINotesFormat.h250 llvm::SmallVector<IdentifierID, 2> Identifiers; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h232 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 Dinetorgperson.ldif20 # Uniform Resource Identifiers (URIs) [RFC2079]

12345