Searched refs:typeid (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/include/debug/
H A Dformatter.h218 _M_variant._M_iterator._M_type = &typeid(__it);
224 _M_variant._M_iterator._M_seq_type = &typeid(_Sequence);
247 _M_variant._M_iterator._M_type = &typeid(__it);
260 _M_variant._M_iterator._M_type = &typeid(__it);
273 _M_variant._M_iterator._M_type = &typeid(__it);
289 _M_variant._M_sequence._M_type = &typeid(_Sequence);
298 _M_variant._M_sequence._M_type = &typeid(_Sequence);
/freebsd-10-stable/lib/libc/stdio/
H A Dprintf-pos.c61 enum typeid { enum
71 enum typeid *table; /* table of types */
72 enum typeid stattable[STATIC_ARG_TBL_SIZE];
130 addtype(struct typetable *types, enum typeid type)
624 enum typeid *const oldtable = types->table;
626 enum typeid *newtable;
632 if ((newtable = malloc(newsize * sizeof(enum typeid))) == NULL)
634 bcopy(oldtable, newtable, oldsize * sizeof(enum typeid));
636 newtable = realloc(oldtable, newsize * sizeof(enum typeid));
/freebsd-10-stable/contrib/gdb/gdb/
H A Dm2-lang.c199 m2_create_fundamental_type (struct objfile *objfile, int typeid) argument
203 switch (typeid)
213 warning ("internal error: no Modula fundamental type %d", typeid);
H A Dp-lang.c275 pascal_create_fundamental_type (struct objfile *objfile, int typeid) argument
279 switch (typeid)
289 warning ("internal error: no Pascal fundamental type %d", typeid);
H A Dc-lang.c208 c_create_fundamental_type (struct objfile *objfile, int typeid) argument
212 switch (typeid)
222 warning ("internal error: no C/C++ fundamental type %d", typeid);
H A Dlanguage.h347 #define create_fundamental_type(objfile,typeid) \
348 (current_language->la_fund_type(objfile, typeid))
H A Ddwarfread.c520 dwarf_fundamental_type (struct objfile *objfile, int typeid)
546 dwarf_fundamental_type (struct objfile *objfile, int typeid) argument
548 if (typeid < 0 || typeid >= FT_NUM_MEMBERS)
550 error ("internal error - invalid fundamental type id %d", typeid);
557 if (ftypes[typeid] == NULL)
559 ftypes[typeid] = cu_language_defn->la_fund_type (objfile, typeid);
562 return (ftypes[typeid]);
H A Dobjc-lang.c450 objc_create_fundamental_type (struct objfile *objfile, int typeid) argument
454 switch (typeid)
465 warning ("internal error: no C/C++ fundamental type %d", typeid);
H A Dgdbtypes.c1790 lookup_fundamental_type (struct objfile *objfile, int typeid) argument
1795 if (typeid < 0 || typeid >= FT_NUM_MEMBERS)
1797 error ("internal error - invalid fundamental type id %d", typeid);
1815 typep = objfile->fundamental_types + typeid;
1818 *typep = create_fundamental_type (objfile, typeid);
H A Ddwarf2read.c7399 dwarf2_fundamental_type (struct objfile *objfile, int typeid, argument
7402 if (typeid < 0 || typeid >= FT_NUM_MEMBERS)
7405 typeid, objfile->name);
7412 if (cu->ftypes[typeid] == NULL)
7414 cu->ftypes[typeid] = cu->language_defn->la_fund_type (objfile, typeid);
7417 return (cu->ftypes[typeid]);
H A Dlanguage.c1233 unk_lang_create_fundamental_type (struct objfile *objfile, int typeid)
1223 unk_lang_create_fundamental_type(struct objfile *objfile, int typeid) argument
H A Dada-lang.c8142 ada_create_fundamental_type (struct objfile *objfile, int typeid)
8146 switch (typeid)
8156 warning ("internal error: no Ada fundamental type %d", typeid);
8123 ada_create_fundamental_type(struct objfile *objfile, int typeid) argument
/freebsd-10-stable/contrib/libstdc++/include/tr1/
H A Dfunctional_iterate.h572 __dest._M_access<const type_info*>() = &typeid(_Functor);
793 * @c typeid(void) if @c !(bool)*this.
803 * if @c typeid(Functor).equals(target_type()); otherwise, a NULL
880 return typeid(void);
889 if (typeid(_Functor) == target_type() && _M_manager)
909 if (typeid(_Functor) == target_type() && _M_manager)
H A Dboost_shared_ptr.h250 { return __ti == typeid(_Deleter) ? &_M_del : 0; }
783 { return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del))); }

Completed in 167 milliseconds