Searched refs:get_type (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dder.c91 get_type(const char *name, const char *list[], unsigned len) function
113 return get_type(name, class_names, SIZEOF_ARRAY(class_names));
127 return get_type(name, type_names, SIZEOF_ARRAY(type_names));
141 return get_type(name, tag_names, SIZEOF_ARRAY(tag_names));
/freebsd-11-stable/contrib/gcc/
H A Dipa-prop.h186 enum jump_func_type get_type (struct ipa_jump_func *);
H A Dipa-cp.c598 type = get_type (jump_func);
657 type = get_type (jump_func);
908 type = get_type (jump_func);
H A Dipa-prop.c500 get_type (struct ipa_jump_func *jf) function
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dfs.hpp268 int get_type(void) const;
H A Dfs_test.cpp305 ATF_REQUIRE(fi.get_type() == file_info::dir_type);
312 ATF_REQUIRE(fi.get_type() == file_info::reg_type);
356 ATF_REQUIRE(fi.get_type() == file_info::dir_type);
362 ATF_REQUIRE(fi.get_type() == file_info::reg_type);
H A Dfs.cpp343 impl::file_info::get_type(void) function in class:impl::file_info
497 if (file_info(p).get_type() == file_info::dir_type)
/freebsd-11-stable/usr.sbin/kldxref/
H A Def.h13 (ef)->ef_ops->get_type((ef)->ef_ef)
41 int (*get_type)(elf_file_t ef); member in struct:elf_file_ops
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_parse.c62 static void get_type(const char **, const char **, defkind);
167 get_type(&plist->res_prefix, &plist->res_type,
422 get_type(&dec->prefix, &dec->type, dkind);
484 get_type(&dec->prefix, &dec->type, dkind);
540 get_type(const char **prefixp, const char **typep, defkind dkind) function
/freebsd-11-stable/contrib/binutils/gas/
H A Ditbl-ops.c152 static e_type get_type (int yytype);
201 return alloc_entry (get_processor (yyprocessor), get_type (yytype), regname,
233 f = alloc_field (get_type (yytype), sbit, ebit, flags);
816 get_type (int yytype) function
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h850 kmp_hier_layer_e get_type(int level) const {
1000 int index = __kmp_dispatch_get_index(tid, hier->get_type(i));
1019 index % __kmp_dispatch_get_t1_per_t2(hier->get_type(i),
1020 hier->get_type(i + 1));
1021 int parent_index = __kmp_dispatch_get_index(tid, hier->get_type(i + 1));
1026 index % __kmp_dispatch_get_t1_per_t2(hier->get_type(i),
1046 kmp_hier_layer_e::LAYER_THREAD, hier->get_type(0));
1066 int index = __kmp_dispatch_get_index(tid, hier->get_type(i));
H A Dkmp_wait_release.h58 flag_type get_type() { return t; } function in class:kmp_flag_native
89 flag_type get_type() { return t; } function in class:kmp_flag
918 switch (RCAST(kmp_flag_64 *, CCAST(void *, flag))->get_type()) {
H A Dkmp_stats.h503 timer_e get_type() const { return timerEnumValue; } function in class:explicitTimer
H A Dz_Windows_NT_util.cpp478 if (!flag || flag->get_type() != flag->get_ptr_type()) { // get_ptr_type
H A Dz_Linux_util.cpp1621 if (!flag || flag->get_type() != flag->get_ptr_type()) { // get_ptr_type
/freebsd-11-stable/contrib/gdb/gdb/
H A Dvarobj.c187 static struct type *get_type (struct varobj *var);
1389 except within get_target_type and get_type. */
1391 get_type (struct varobj *var)
1408 type = get_type (var);
1418 past typedefs, just like get_type ().
1421 except within get_target_type and get_type. */
1745 type = get_type (var);
1770 type = get_type (var);
1838 type = get_type (parent);
1943 type = get_type (paren
1388 get_type (struct varobj *var) function
[all...]
/freebsd-11-stable/sbin/fdisk_pc98/
H A Dfdisk.c167 static const char *get_type(int type);
396 get_type(partp->dp_mid));
854 get_type(int type)
853 get_type(int type) function
/freebsd-11-stable/sbin/fdisk/
H A Dfdisk.c226 get_type(int t) function
488 get_type(partp->dp_typ));
/freebsd-11-stable/contrib/file/src/
H A Dapprentice.c288 get_type(const struct type_tbl_s *tbl, const char *l, const char **t) function
2089 m->type = get_type(type_tbl, l + 1, &l);
2107 m->type = get_type(type_tbl, l, &l);
2126 m->type = get_type(special_tbl, l, &l);

Completed in 243 milliseconds