Home
last modified time | relevance | path

Searched refs:typeinfo (Results 1 – 25 of 63) sorted by relevance

123

/freebsd-10-stable/lib/libcxxrt/
DVersion.map68 # vtables typeinfo classes.
81 "typeinfo for bool const*";
82 "typeinfo for bool";
83 "typeinfo for char const*";
84 "typeinfo for char";
85 "typeinfo for double const*";
86 "typeinfo for double";
87 "typeinfo for float const*";
88 "typeinfo for float";
89 "typeinfo for int const*";
[all …]
DMakefile19 typeinfo.cc\
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86InstrArithmetic.td686 class ITy<bits<8> opcode, Format f, X86TypeInfo typeinfo, dag outs, dag ins,
690 opcode{3}, opcode{2}, opcode{1}, typeinfo.HasOddOpcode },
692 !strconcat(mnemonic, "{", typeinfo.InstrSuffix, "}\t", args), pattern,
696 let hasOpSizePrefix = typeinfo.HasOpSizePrefix;
697 let hasREX_WPrefix = typeinfo.HasREX_WPrefix;
701 class BinOpRR<bits<8> opcode, string mnemonic, X86TypeInfo typeinfo,
704 : ITy<opcode, f, typeinfo, outlist,
705 (ins typeinfo.RegClass:$src1, typeinfo.RegClass:$src2),
711 class BinOpRR_R<bits<8> opcode, string mnemonic, X86TypeInfo typeinfo,
713 : BinOpRR<opcode, mnemonic, typeinfo, (outs typeinfo.RegClass:$dst),
[all …]
/freebsd-10-stable/gnu/lib/libsupc++/
DVersion.map96 # typeinfo structure (and some names)
111 # typeinfo name
161 "typeinfo for std::bad_alloc";
162 "typeinfo for std::bad_cast";
163 "typeinfo for std::exception";
164 "typeinfo for std::type_info";
166 "typeinfo name for std::bad_alloc";
167 "typeinfo name for std::bad_cast";
168 "typeinfo name for std::exception";
169 "typeinfo name for std::type_info";
DMakefile34 HDRS= exception new typeinfo cxxabi.h exception_defines.h
/freebsd-10-stable/usr.sbin/ngctl/
Dtypes.c93 struct typeinfo *const ti = &tlist->typeinfo[k]; in TypesCmd()
/freebsd-10-stable/lib/libc++/
DMakefile39 typeinfo.cpp\
50 typeinfo.cc\
161 typeinfo\
/freebsd-10-stable/sys/netgraph/
Dng_message.h281 struct typeinfo { struct
295 struct typeinfo typeinfo[]; argument
Dng_base.c418 DEFINE_PARSE_STRUCT_TYPE(typeinfo, TYPEINFO, ());
2744 (num * sizeof(struct typeinfo)), M_NOWAIT); in ng_generic_msg()
2755 struct typeinfo *const tp = &tl->typeinfo[tl->numtypes]; in ng_generic_msg()
/freebsd-10-stable/contrib/libstdc++/libsupc++/
Dtypeinfo32 /** @file typeinfo
52 // If weak symbols are not supported, typeinfo names are not merged.
55 // On platforms that support weak symbols, typeinfo names are merged.
DMakefile.am36 exception new typeinfo cxxabi.h exception_defines.h
/freebsd-10-stable/contrib/libstdc++/config/abi/pre/
Dgnu-versioned-namespace.ver167 # typeinfo structure (and some names)
182 # typeinfo name
Dgnu.ver435 # typeinfo structure
448 # typeinfo name
735 # typeinfo structure (and some names)
750 # typeinfo name
/freebsd-10-stable/contrib/libc++/include/
Dtypeinfo2 //===-------------------------- typeinfo ----------------------------------===//
16 typeinfo synopsis
Dtypeindex49 #include <typeinfo>
Dmodule.modulemap428 module typeinfo {
429 header "typeinfo"
/freebsd-10-stable/contrib/gdb/gdb/
DTODO236 RTTI for g++ should be using the typeinfo functions rather than the
237 vtables. The typeinfo functions are always at offset 4 from the
239 weird names like E::VB sometimes. The typeinfo function will always
/freebsd-10-stable/contrib/gcc/
Dgengtype.h148 pair_p typeinfo, struct fileloc *pos);
Dgengtype.c818 note_yacc_type (options_p o, pair_p fields, pair_p typeinfo, in note_yacc_type() argument
824 for (p = typeinfo; p; p = p->next) in note_yacc_type()
836 for (pp = typeinfo; pp; pp = pp->next) in note_yacc_type()
858 p_p = &typeinfo; in note_yacc_type()
870 do_typedef ("YYSTYPE", new_structure ("yy_union", 1, pos, typeinfo, o), pos); in note_yacc_type()
Ddbxout.c175 struct typeinfo GTY(())
187 static GTY ((length ("typevec_len"))) struct typeinfo *typevec;
1371 struct typeinfo *t = &typevec[TYPE_SYMTAB_ADDRESS (type)]; in dbxout_type_index()
/freebsd-10-stable/contrib/libstdc++/
DChangeLog129 * libsupc++/typeinfo (typeinfo): Revert ordering of virtual components.
172 * libsupc++/typeinfo (type_info): Correct comment formatting,
361 * libsupc++/typeinfo (bad_cast::what, bad_typeid::what): Declare.
/freebsd-10-stable/contrib/libstdc++/include/tr1/
Dmemory42 #include <typeinfo> // std::type_info in get_deleter
/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r262261-llvm-r200282-sparc.diff5 Also emit the stubs that were generated for references to typeinfo
/freebsd-10-stable/contrib/gdb/include/
Dhp-symtab.h638 unsigned int typeinfo: 1; member
/freebsd-10-stable/contrib/binutils/ld/
DChangeLog613 --dynamic-list-cpp-typeinfo and --dynamic-list.
666 --dynamic-list-cpp-typeinfo. Handle --dynamic-list-data and

123