Searched refs:typeinfo (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_type.cc31 #include <typeinfo>
H A Dunwind-cxx.h38 #include <typeinfo>
H A DMakefile.am36 exception new typeinfo cxxabi.h exception_defines.h
H A Dcxxabi.h155 #include <typeinfo>
H A DMakefile.in315 exception new typeinfo cxxabi.h exception_defines.h
/freebsd-11-stable/usr.sbin/ngctl/
H A Dtypes.c93 struct typeinfo *const ti = &tlist->typeinfo[k];
/freebsd-11-stable/lib/libcxxrt/
H A DMakefile20 typeinfo.cc\
/freebsd-11-stable/contrib/libstdc++/include/precompiled/
H A Dstdc++.h83 #include <typeinfo>
/freebsd-11-stable/contrib/libstdc++/src/
H A Dfunctexcept.cc33 #include <typeinfo>
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_win.cpp20 #include <typeinfo>
/freebsd-11-stable/sys/netgraph/
H A Dng_message.h281 struct typeinfo { struct
295 struct typeinfo typeinfo[]; member in struct:typelist
301 { "typeinfo", (tiarraytype) }, \
H A Dng_base.c424 DEFINE_PARSE_STRUCT_TYPE(typeinfo, TYPEINFO, ());
2754 (num * sizeof(struct typeinfo)), M_NOWAIT);
2765 struct typeinfo *const tp = &tl->typeinfo[tl->numtypes];
/freebsd-11-stable/lib/libc++/
H A DMakefile51 SRCS+= typeinfo.cpp
65 CXXRT_SRCS+= typeinfo.cc
210 STD_HEADERS+= typeinfo
/freebsd-11-stable/contrib/gcc/
H A Dgengtype.h148 pair_p typeinfo, struct fileloc *pos);
H A Ddbxout.c175 struct typeinfo GTY(()) function
187 static GTY ((length ("typevec_len"))) struct typeinfo *typevec;
1374 struct typeinfo *t = &typevec[TYPE_SYMTAB_ADDRESS (type)];
H A Dgengtype.c818 note_yacc_type (options_p o, pair_p fields, pair_p typeinfo, argument
824 for (p = typeinfo; p; p = p->next)
836 for (pp = typeinfo; pp; pp = pp->next)
858 p_p = &typeinfo;
870 do_typedef ("YYSTYPE", new_structure ("yy_union", 1, pos, typeinfo, o), pos);
/freebsd-11-stable/gnu/lib/libsupc++/
H A DMakefile31 HDRS= exception new typeinfo cxxabi.h exception_defines.h
/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dformatter.h37 #include <typeinfo>
/freebsd-11-stable/contrib/gdb/include/
H A Dhp-symtab.h638 unsigned int typeinfo: 1; member in struct:dntt_type_type
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c1250 struct neon_typed_alias *typeinfo)
1269 if (typeinfo)
1270 *typeinfo = atype;
1340 if (typeinfo)
1341 *typeinfo = atype;
2098 struct neon_typed_alias typeinfo;
2102 typeinfo.defined = 0;
2103 typeinfo.eltype.type = NT_invtype;
2104 typeinfo.eltype.size = -1;
2105 typeinfo
1246 parse_typed_reg_or_scalar(char **ccp, enum arm_reg_type type, enum arm_reg_type *rtype, struct neon_typed_alias *typeinfo) argument
2096 struct neon_typed_alias typeinfo; local
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c1155 strcpy(t->name, typelist->typeinfo[u].type_name);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp213 /// different modules. Used for EH typeinfo names, selector strings, and a
2417 // Return the existing typeinfo if it exists
2418 llvm::Constant *typeinfo = TheModule.getGlobalVariable(typeinfoName); local
2419 if (typeinfo)
2420 return llvm::ConstantExpr::getBitCast(typeinfo, PtrToInt8Ty);
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure18621 for ac_header in typeinfo

Completed in 287 milliseconds