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

1 2 3

  /src/external/gpl3/binutils/dist/gprofng/src/
MemObject.h 38 get_type () function in class:MemObj
MetricList.h 103 get_type () function in class:MetricList
DataObject.h 51 Histable_type get_type () { return DOBJECT; } function in class:DataObject
SourceFile.h 90 get_type () function in class:SourceFile
IndexObject.h 35 get_type () function in class:IndexObject
Function.h 78 get_type () function in class:Function
Histable.h 107 virtual Type get_type () = 0;
150 get_type () function in class:Other
169 get_type () function in class:DbeInstr
207 get_type () function in class:DbeEA
279 get_type () function in class:DbeLine
LoadObject.h 103 get_type () function in class:LoadObject
  /src/external/gpl3/binutils.old/dist/gprofng/src/
MemObject.h 38 get_type () function in class:MemObj
MetricList.h 103 get_type () function in class:MetricList
DataObject.h 51 Histable_type get_type () { return DOBJECT; } function in class:DataObject
SourceFile.h 90 get_type () function in class:SourceFile
IndexObject.h 35 get_type () function in class:IndexObject
  /src/usr.bin/rpcgen/
rpc_parse.c 69 static void get_type(const char **, const char **, defkind);
175 get_type(&plist->res_prefix, &plist->res_type,
415 get_type(&dec->prefix, &dec->type, dkind);
479 get_type(&dec->prefix, &dec->type, dkind);
531 get_type(const char **prefixp, const char **typep, defkind dkind) function
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
chained-calls.cc 163 type get_type ();
188 U::get_type () function in class:U
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
chained-calls.cc 163 type get_type ();
188 U::get_type () function in class:U
  /src/usr.bin/elf2aout/
elf2aout.c 178 get_type(Elf32_Half shndx) function
545 outbuf[i].n_type = get_type(inbuf[i].st_shndx);
  /src/external/gpl3/gdb/dist/gdb/
break-cond-parse.c 144 const type &get_type () const function in struct:token
373 || (forward_results.back ().get_type ()
379 if (t.get_type () == token::type::FORCE)
381 else if (t.get_type () == token::type::THREAD)
389 else if (t.get_type () == token::type::INFERIOR
390 || t.get_type () == token::type::TASK)
482 switch (t.get_type ())
c-varobj.c 462 get_type (const struct varobj *var) function
480 struct type *type = get_type (var);
  /src/external/gpl3/gdb.old/dist/gdb/
c-varobj.c 462 get_type (const struct varobj *var) function
480 struct type *type = get_type (var);
  /src/usr.bin/mkubootimage/
mkubootimage.c 201 get_type(const char *name) function
479 image_type = get_type(optarg);
  /src/external/bsd/atf/dist/atf-c++/detail/
fs.cpp 347 impl::file_info::get_type(void) function in class:impl::file_info
501 if (file_info(p).get_type() == file_info::dir_type)
  /src/external/bsd/pdisk/dist/
pdisk.c 128 void do_create_partition(partition_map_header *map, int get_type);
529 int get_type; local
548 get_type = 0;
597 get_type = 1;
600 do_create_partition(map, get_type);
671 do_create_partition(partition_map_header *map, int get_type)
697 if (get_type == 0) {
  /src/external/gpl3/binutils/dist/gas/
itbl-ops.c 151 static e_type get_type (int yytype);
200 return alloc_entry (get_processor (yyprocessor), get_type (yytype), regname,
232 f = alloc_field (get_type (yytype), sbit, ebit, flags);
822 get_type (int yytype) function
  /src/external/gpl3/binutils.old/dist/gas/
itbl-ops.c 151 static e_type get_type (int yytype);
200 return alloc_entry (get_processor (yyprocessor), get_type (yytype), regname,
232 f = alloc_field (get_type (yytype), sbit, ebit, flags);
822 get_type (int yytype) function

Completed in 74 milliseconds

1 2 3