/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | cond.d | 490 Identifier ident; variable 493 extern (D) this(const ref Loc loc, Module mod, uint level, Identifier ident) in this() 527 static void addGlobalIdent(const(char)* ident) in addGlobalIdent() 533 extern(D) static void addGlobalIdent(string ident) in addGlobalIdent() 541 extern(D) static void addGlobalIdent(const(char)[] ident) in addGlobalIdent() 560 extern (D) this(const ref Loc loc, Module mod, uint level, Identifier ident) in this() 634 extern(D) private static bool isReserved(const(char)[] ident) in isReserved() 756 extern(D) static void checkReserved(const ref Loc loc, const(char)[] ident) in checkReserved() 773 static void addGlobalIdent(const(char)* ident) in addGlobalIdent() 779 extern(D) static void addGlobalIdent(string ident) in addGlobalIdent() [all …]
|
H A D | dmodule.d | 97 private const(char)[] getFilename(Identifier[] packages, Identifier ident) nothrow in getFilename() 160 final extern (D) this(const ref Loc loc, Identifier ident) nothrow in this() 442 …extern (D) this(const ref Loc loc, const(char)[] filename, Identifier ident, int doDocComment, int… in this() 478 extern (D) this(const(char)[] filename, Identifier ident, int doDocComment, int doHdrGen) in this() 483 static Module create(const(char)* filename, Identifier ident, int doDocComment, int doHdrGen) in create() 488 …extern (D) static Module create(const(char)[] filename, Identifier ident, int doDocComment, int do… in create() 493 extern (C++) static Module load(const ref Loc loc, Identifiers* packages, Identifier ident) in load() 498 extern (D) static Module load(const ref Loc loc, Identifier[] packages, Identifier ident) in load() 1426 bool isCoreModule(Identifier ident) nothrow in isCoreModule()
|
H A D | aliasthis.d | 34 Identifier ident; variable 40 extern (D) this(const ref Loc loc, Identifier ident) in this()
|
H A D | denum.d | 61 extern (D) this(const ref Loc loc, Identifier ident, Type memtype) in this() 104 override bool oneMember(Dsymbol* ps, Identifier ident) in oneMember() 326 bool isSpecialEnumIdent(const Identifier ident) @nogc nothrow in isSpecialEnumIdent()
|
H A D | dversion.d | 37 extern (D) this(const ref Loc loc, Identifier ident) in this() 131 extern (D) this(const ref Loc loc, Identifier ident) in this()
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | anvil_clnt.c | 219 char *ident = ANVIL_IDENT(service, addr); in anvil_clnt_lookup() local 248 char *ident = ANVIL_IDENT(service, addr); in anvil_clnt_connect() local 273 char *ident = ANVIL_IDENT(service, addr); in anvil_clnt_mail() local 297 char *ident = ANVIL_IDENT(service, addr); in anvil_clnt_rcpt() local 321 char *ident = ANVIL_IDENT(service, addr); in anvil_clnt_newtls() local 345 char *ident = ANVIL_IDENT(service, addr); in anvil_clnt_newtls_stat() local 369 char *ident = ANVIL_IDENT(service, addr); in anvil_clnt_auth() local 393 char *ident = ANVIL_IDENT(service, addr); in anvil_clnt_disconnect() local
|
/netbsd-src/external/ibm-public/postfix/dist/src/anvil/ |
H A D | anvil.c | 316 char *ident; /* lookup key */ member 471 char *ident; /* lookup key */ member 549 static void anvil_remote_lookup(VSTREAM *client_stream, const char *ident) in anvil_remote_lookup() 595 static ANVIL_REMOTE *anvil_remote_conn_update(VSTREAM *client_stream, const char *ident) in anvil_remote_conn_update() 646 static void anvil_remote_connect(VSTREAM *client_stream, const char *ident) in anvil_remote_connect() 675 static void anvil_remote_mail(VSTREAM *client_stream, const char *ident) in anvil_remote_mail() 704 static void anvil_remote_rcpt(VSTREAM *client_stream, const char *ident) in anvil_remote_rcpt() 733 static void anvil_remote_auth(VSTREAM *client_stream, const char *ident) in anvil_remote_auth() 762 static void anvil_remote_newtls(VSTREAM *client_stream, const char *ident) in anvil_remote_newtls() 791 static void anvil_remote_newtls_stat(VSTREAM *client_stream, const char *ident) in anvil_remote_newtls_stat() [all …]
|
/netbsd-src/sys/rump/librump/rumpkern/ |
H A D | ltsleep.c | 64 sleeper(wchan_t ident, int timo, bool kinterlock) in sleeper() 121 tsleep(wchan_t ident, pri_t prio, const char *wmesg, int timo) in tsleep() 141 mtsleep(wchan_t ident, pri_t prio, const char *wmesg, int timo, kmutex_t *lock) in mtsleep() 155 wakeup(wchan_t ident) in wakeup()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | cond.c | 32 int findCondition(Strings *ids, Identifier *ident) in findCondition() 434 DVCondition::DVCondition(Module *mod, unsigned level, Identifier *ident) in DVCondition() 454 void DebugCondition::addGlobalIdent(const char *ident) in addGlobalIdent() 462 DebugCondition::DebugCondition(Module *mod, unsigned level, Identifier *ident) in DebugCondition() 525 static bool isReserved(const char *ident) in isReserved() 642 void checkReserved(Loc loc, const char *ident) in checkReserved() 648 void VersionCondition::addGlobalIdent(const char *ident) in addGlobalIdent() 654 void VersionCondition::addPredefinedGlobalIdent(const char *ident) in addPredefinedGlobalIdent() 662 VersionCondition::VersionCondition(Module *mod, unsigned level, Identifier *ident) in VersionCondition()
|
H A D | nspace.c | 20 Nspace::Nspace(Loc loc, Identifier *ident, Dsymbols *members, bool mangleOnly) in Nspace() 168 bool Nspace::oneMember(Dsymbol **ps, Identifier *ident) in oneMember() 173 Dsymbol *Nspace::search(const Loc &loc, Identifier *ident, int flags) in search()
|
H A D | dsymbol.c | 61 Dsymbol::Dsymbol(Identifier *ident) in Dsymbol() 79 Dsymbol *Dsymbol::create(Identifier *ident) in create() 128 bool Dsymbol::oneMembers(Dsymbols *members, Dsymbol **ps, Identifier *ident) in oneMembers() 530 Dsymbol *Dsymbol::search_correct(Identifier *ident) in search_correct() 934 OverloadSet::OverloadSet(Identifier *ident, OverloadSet *os) in OverloadSet() 1074 Dsymbol *ScopeDsymbol::search(const Loc &loc, Identifier *ident, int flags) in search() 1224 OverloadSet *ScopeDsymbol::mergeOverloadSet(Identifier *ident, OverloadSet *os, Dsymbol *s) in mergeOverloadSet() 1536 Dsymbol *WithScopeSymbol::search(const Loc &loc, Identifier *ident, int flags) in search() 1601 Dsymbol *ArrayScopeSymbol::search(const Loc &loc, Identifier *ident, int) in search() 1791 Dsymbol *DsymbolTable::lookup(Identifier const * const ident) in lookup() [all …]
|
H A D | dmodule.c | 45 Module::Module(const char *filename, Identifier *ident, int doDocComment, int doHdrGen) in Module() 126 Module *Module::create(const char *filename, Identifier *ident, int doDocComment, int doHdrGen) in create() 218 Module *Module::load(Loc loc, Identifiers *packages, Identifier *ident) in load() 841 Dsymbol *Module::search(const Loc &loc, Identifier *ident, int flags) in search() 1102 bool Module::isCoreModule(Identifier *ident) in isCoreModule() 1137 Package::Package(Identifier *ident) in Package() 1253 Dsymbol *Package::search(const Loc &loc, Identifier *ident, int flags) in search()
|
H A D | dversion.c | 29 DebugSymbol::DebugSymbol(Loc loc, Identifier *ident) in DebugSymbol() 119 VersionSymbol::VersionSymbol(Loc loc, Identifier *ident) in VersionSymbol()
|
H A D | dscope.c | 375 static Dsymbol *searchScopes(Scope *scope, Loc loc, Identifier *ident, Dsymbol **pscopesym, int fla… in searchScopes() 419 Dsymbol *Scope::search(Loc loc, Identifier *ident, Dsymbol **pscopesym, int flags) in search() 669 Dsymbol *Scope::search_correct(Identifier *ident) in search_correct() 685 const char *Scope::search_correct_C(Identifier *ident) in search_correct_C()
|
/netbsd-src/sys/arch/x68k/stand/common/ |
H A D | exec_sub.c | 24 DPRINT_SEC(const char *ident, const struct execkern_section *sec) in DPRINT_SEC() 35 #define DPRINT_SEC(ident, sec) /**/ argument 48 #define SECTION(sec, ident, image, size, pad) \ argument 58 #define SECTION_NOPAD(sec, ident, image, size) \ argument
|
/netbsd-src/sbin/iscsictl/ |
H A D | iscsic_parse.c | 582 cl_get_id(char ident, iscsid_sym_id_t * sid, int argc, char **argv) in cl_get_id() 681 cl_get_string(char ident, char *pstr, int argc, char **argv) in cl_get_string() 723 cl_get_opt(char ident, int argc, char **argv) in cl_get_opt() 755 cl_get_char(char ident, int argc, char **argv) in cl_get_char() 802 cl_get_int(char ident, int argc, char **argv) in cl_get_int() 896 cl_get_longlong(char ident, int argc, char **argv) in cl_get_longlong()
|
/netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
H A D | ElftosbLexer.cpp | 27 void ElftosbLexer::addSourceName(std::string * ident) in addSourceName() 32 bool ElftosbLexer::isSourceName(std::string * ident) in isSourceName()
|
H A D | ConversionController.cpp | 235 std::string ident; in processOptions() local 268 std::string ident; in processConstants() local 323 std::string ident; in processSources() local 437 std::string ident; in processSections() local 540 Value * ConversionController::convertAssignmentNodeToValue(ASTNode * node, std::string & ident) in convertAssignmentNodeToValue() 1410 void ConversionController::printIntConstExpr(const std::string & ident, IntConstExprASTNode * expr) in printIntConstExpr()
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | rust-demangle.c | 107 struct rust_mangled_ident ident; in parse_ident() local 230 print_ident (struct rust_demangler *rdm, struct rust_mangled_ident ident) in print_ident() 302 is_legacy_prefixed_hash (struct rust_mangled_ident ident) in is_legacy_prefixed_hash() 338 struct rust_mangled_ident ident; in rust_demangle_callback() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | spu-c.c | 37 cpp_hashnode *ident = tok->val.node.node; in spu_categorize_keyword() local 56 cpp_hashnode *ident; in spu_macro_to_expand() local
|
/netbsd-src/usr.sbin/iopctl/ |
H A D | iopctl.c | 246 char ident[sizeof(ent->identitytag) * 4 + 1]; in showlct() local 295 char ident[sizeof(status.productid) + 1]; in showstatus() local 343 char ident[128]; in showddmid() local 368 char ident[128]; in showdevid() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | winnt-c.c | 27 winnt_implicit_extern_c (const char *ident) in winnt_implicit_extern_c()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | winnt-c.cc | 27 winnt_implicit_extern_c (const char *ident) in winnt_implicit_extern_c()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | decl.cc | 92 tree ident = get_identifier (buf); in mangle_internal_decl() local 797 tree ident = DECL_ASSEMBLER_NAME (decl); in visit() local 966 tree ident = DECL_ASSEMBLER_NAME (fndecl); in visit() local 1592 declare_extern_var (tree ident, tree type) in declare_extern_var() 2005 const char *ident; in make_thunk() local 2188 tree ident = mangle_internal_decl (decl, "__vtbl", "Z"); in get_vtable_decl() local 2212 find_aggregate_field (tree type, tree ident, tree offset) in find_aggregate_field() 2360 tree ident = mangle_internal_decl (decl, "__init", "Z"); in aggregate_initializer_decl() local 2419 tree ident = mangle_internal_decl (decl, "__init", "Z"); in enum_initializer_decl() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | decl.cc | 87 tree ident = get_identifier (buf); in mangle_internal_decl() local 701 tree ident = DECL_ASSEMBLER_NAME (decl); in visit() local 856 tree ident = DECL_ASSEMBLER_NAME (fndecl); in visit() local 1413 declare_extern_var (tree ident, tree type) in declare_extern_var() 1864 const char *ident = XNEWVEC (const char, identlen); in make_thunk() local 2088 tree ident = mangle_internal_decl (decl, "__vtbl", "Z"); in get_vtable_decl() local 2111 find_aggregate_field (tree type, tree ident, tree offset) in find_aggregate_field() 2259 tree ident = mangle_internal_decl (decl, "__init", "Z"); in aggregate_initializer_decl() local 2319 tree ident = mangle_internal_decl (decl, "__init", "Z"); in enum_initializer_decl() local
|