HomeSort by: relevance | last modified time | path
    Searched defs:ident (Results 1 - 25 of 198) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
aliasthis.h 22 Identifier *ident; member in class:AliasThis
cond.h 62 Identifier *ident; member in class:DVCondition
72 static void addGlobalIdent(const char *ident);
82 static void addGlobalIdent(const char *ident);
83 static void addPredefinedGlobalIdent(const char *ident);
init.h 98 Identifier *ident; member in struct:Designator
  /src/lib/lua/syslog/
syslog.c 44 const char *ident; local
48 ident = luaL_checkstring(L, 1);
51 openlog(ident, option, facility);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CocoaConventions.cpp 100 const IdentifierInfo *ident = fn->getIdentifier(); local
101 if (!ident) return false;
102 StringRef functionName = ident->getName();
  /src/external/gpl3/binutils/dist/include/vms/
shl.h 35 unsigned char ident[4]; member in struct:vms_shl
internal.h 44 unsigned int ident; /* Ident for global section. */ member in struct:vms_internal_gbl_eisd
  /src/external/gpl3/binutils.old/dist/include/vms/
shl.h 35 unsigned char ident[4]; member in struct:vms_shl
internal.h 44 unsigned int ident; /* Ident for global section. */ member in struct:vms_internal_gbl_eisd
  /src/external/gpl3/gcc/dist/c++tools/
resolver.h 41 std::string ident; member in class:module_resolver
62 ident = i;
82 std::string &ident)
  /src/external/gpl3/gcc/dist/gcc/objcp/
objcp-lang.cc 70 tree ident = TREE_OPERAND (t, 0); local
71 if (TYPE_P (ident))
72 ident = tsubst (ident, args, complain, in_decl);
74 ident = RECURSE (ident);
75 return objc_get_class_reference (ident);
  /src/external/gpl3/gcc.old/dist/c++tools/
resolver.h 41 std::string ident; member in class:module_resolver
62 ident = i;
82 std::string &ident)
  /src/external/gpl3/gdb.old/dist/include/vms/
shl.h 35 unsigned char ident[4]; member in struct:vms_shl
internal.h 44 unsigned int ident; /* Ident for global section. */ member in struct:vms_internal_gbl_eisd
  /src/external/gpl3/gdb/dist/include/vms/
shl.h 35 unsigned char ident[4]; member in struct:vms_shl
internal.h 44 unsigned int ident; /* Ident for global section. */ member in struct:vms_internal_gbl_eisd
  /src/sys/arch/atari/stand/tostools/libtos/
elf.c 74 Elf32_Word ident, symsize, symstart; local
82 memcpy(&ident, ehdr.e_ident, sizeof ident);
83 if (ident != ELFMAGIC)
  /src/sys/compat/sys/
event.h 46 uintptr_t ident; /* identifier for this event */ member in struct:kevent100
  /src/external/bsd/ntp/dist/ntpd/
ntp_clockdev.c 44 int ident; /* type (byte1) and unit (byte0)*/ member in struct:DeviceInfoS
104 const int ident = getClockIdent(addr_sock); local
106 if (ident < 0)
111 if (ident == item->ident) {
131 const int ident = getClockIdent(addr_sock); local
132 if (ident < 0)
142 if (ident == item->ident) {
162 item->ident = ident
179 const int ident = getClockIdent(addr_sock); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu-c.c 38 cpp_hashnode *ident = tok->val.node.node;
40 if (ident == C_CPP_HASHNODE (vector_keyword)
41 || ident == C_CPP_HASHNODE (__vector_keyword))
44 return ident;
57 cpp_hashnode *ident;
59 ident = spu_categorize_keyword (tok);
60 if (ident == C_CPP_HASHNODE (__vector_keyword))
63 ident = spu_categorize_keyword (tok);
65 if (ident)
67 enum rid rid_code = (enum rid)(ident->rid_code)
37 cpp_hashnode *ident = tok->val.node.node; local
56 cpp_hashnode *ident; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-watch.h 34 int ident; member in struct:_sim_watch_point
  /src/external/gpl3/gdb/dist/sim/common/
sim-watch.h 34 int ident; member in struct:_sim_watch_point
  /src/games/hack/
def.flag.h 67 unsigned ident; /* social security number for each monster */ member in struct:flag
  /src/sys/arch/bebox/stand/boot/
wdc.c 153 uint8_t ident[DEV_BSIZE]; local
217 if (_wdc_exec_identify(chp, drive, ident) == 0) {
218 struct ataparams *prms = (struct ataparams *)ident;
  /src/sys/external/bsd/drm2/include/linux/
dmi.h 67 const char *ident; member in struct:dmi_system_id

Completed in 17 milliseconds

1 2 3 4 5 6 7 8