| /freebsd-10-stable/lib/libcxxrt/ |
| D | Version.map | 68 # 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 …]
|
| D | Makefile | 19 typeinfo.cc\
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86InstrArithmetic.td | 686 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++/ |
| D | Version.map | 96 # 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";
|
| D | Makefile | 34 HDRS= exception new typeinfo cxxabi.h exception_defines.h
|
| /freebsd-10-stable/usr.sbin/ngctl/ |
| D | types.c | 93 struct typeinfo *const ti = &tlist->typeinfo[k]; in TypesCmd()
|
| /freebsd-10-stable/lib/libc++/ |
| D | Makefile | 39 typeinfo.cpp\ 50 typeinfo.cc\ 161 typeinfo\
|
| /freebsd-10-stable/sys/netgraph/ |
| D | ng_message.h | 281 struct typeinfo { struct 295 struct typeinfo typeinfo[]; argument
|
| D | ng_base.c | 418 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++/ |
| D | typeinfo | 32 /** @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.
|
| D | Makefile.am | 36 exception new typeinfo cxxabi.h exception_defines.h
|
| /freebsd-10-stable/contrib/libstdc++/config/abi/pre/ |
| D | gnu-versioned-namespace.ver | 167 # typeinfo structure (and some names) 182 # typeinfo name
|
| D | gnu.ver | 435 # typeinfo structure 448 # typeinfo name 735 # typeinfo structure (and some names) 750 # typeinfo name
|
| /freebsd-10-stable/contrib/libc++/include/ |
| D | typeinfo | 2 //===-------------------------- typeinfo ----------------------------------===// 16 typeinfo synopsis
|
| D | typeindex | 49 #include <typeinfo>
|
| D | module.modulemap | 428 module typeinfo { 429 header "typeinfo"
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | TODO | 236 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/ |
| D | gengtype.h | 148 pair_p typeinfo, struct fileloc *pos);
|
| D | gengtype.c | 818 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()
|
| D | dbxout.c | 175 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++/ |
| D | ChangeLog | 129 * 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/ |
| D | memory | 42 #include <typeinfo> // std::type_info in get_deleter
|
| /freebsd-10-stable/contrib/llvm/patches/ |
| D | patch-r262261-llvm-r200282-sparc.diff | 5 Also emit the stubs that were generated for references to typeinfo
|
| /freebsd-10-stable/contrib/gdb/include/ |
| D | hp-symtab.h | 638 unsigned int typeinfo: 1; member
|
| /freebsd-10-stable/contrib/binutils/ld/ |
| D | ChangeLog | 613 --dynamic-list-cpp-typeinfo and --dynamic-list. 666 --dynamic-list-cpp-typeinfo. Handle --dynamic-list-data and
|