Home
last modified time | relevance | path

Searched refs:typeid (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/ddb/
H A Ddb_ctf.c215 db_ctf_typeid_to_type(db_ctf_sym_data_t sd, uint32_t typeid) in db_ctf_typeid_to_type() argument
232 if (cur_typeid == typeid) { in db_ctf_typeid_to_type()
273 uint32_t objtoff, typeid; in db_ctf_sym_to_type() local
289 typeid = *( in db_ctf_sym_to_type()
292 return (db_ctf_typeid_to_type(sd, typeid)); in db_ctf_sym_to_type()
H A Ddb_ctf.h62 uint32_t typeid);
/freebsd/lib/libc/stdio/
H A Dprintf-pos.c64 enum typeid { enum
74 enum typeid *table; /* table of types */
75 enum typeid stattable[STATIC_ARG_TBL_SIZE];
133 addtype(struct typetable *types, enum typeid type) in addtype()
629 enum typeid *const oldtable = types->table; in __grow_type_table()
631 enum typeid *newtable; in __grow_type_table()
642 if ((newtable = malloc(newsize * sizeof(enum typeid))) == NULL) in __grow_type_table()
644 bcopy(oldtable, newtable, oldsize * sizeof(enum typeid)); in __grow_type_table()
646 newtable = reallocarray(oldtable, newsize, sizeof(enum typeid)); in __grow_type_table()
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_nvlist.py131 def _type_info(typeid): argument
159 }[typeid]
237 typeid = int(_lib.nvpair_type(pair))
238 typeinfo = _type_info(typeid)
254 if typeid == _lib.DATA_TYPE_BOOLEAN:
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dfunction.h178 if (__ti == typeid(_Fp))
182 …OM_ABI_VIRTUAL const std::type_info& target_type() const _NOEXCEPT override { return typeid(_Fp); }
314 return typeid(void);
322 return (const _Tp*)__f_->target(typeid(_Tp));
368 &typeid(void)
395 &typeid(_Fun)
410 &typeid(_Fun)
524 if (__policy_->__is_null || typeid(_Tp) != *__policy_->__type_info)
591 if (__ti == typeid(__func::__block_type))
597 return typeid(__func::__block_type);
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__exception/
H A Dexception_ptr.h103 __ex, const_cast<std::type_info*>(&typeid(_Ep)), [](void* __p) -> void* { in make_exception_ptr()
105 …(void)__cxxabiv1::__cxa_init_primary_exception(__ex, const_cast<std::type_info*>(&typeid(_Ep)), []… in make_exception_ptr()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dany181 if (__id && *__id == typeid(_Tp))
275 return typeid(void);
378 return const_cast<void*>(static_cast<void const*>(&typeid(_Tp)));
450 return const_cast<void*>(static_cast<void const*>(&typeid(_Tp)));
585 &typeid(_ValueType),
H A Dtypeinfo369 bad_typeid() _NOEXCEPT : exception("bad typeid") {}
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-type-util.h131 return GetTypeName(typeid(T)); in GetTypeName()
H A Dgtest-internal.h1332 #define GTEST_EXCEPTION_TYPE_(e) ::testing::internal::GetTypeName(typeid(e))
/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Dexception_ptr.h109 …(void)__cxxabiv1::__cxa_init_primary_exception(__ex, const_cast<std::type_info*>(&typeid(_Ep)), __… in __make_exception_ptr_explicit()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td47 "typeid applied to|construction of|destruction of}0 object '%1' "
159 "typeid applied to expression of polymorphic type %0 is "
179 "member call on|dynamic_cast of|typeid applied to|construction of|"
183 "member call on|dynamic_cast of|typeid applied to|"
H A DTokenKinds.def383 KEYWORD(typeid , KEYCXX)
H A DDiagnosticSemaKinds.td7942 "type operand %0 of 'typeid' cannot have '%1' qualifier">;
8311 "you need to include <typeinfo> before using the 'typeid' operator">;
8324 def err_incomplete_typeid : Error<"'typeid' of incomplete type %0">;
8325 def err_variably_modified_typeid : Error<"'typeid' of variably modified type %0">;
8804 "use of typeid requires -frtti">;
8811 "typeid will not work since RTTI data is disabled by "
9671 "operand to 'typeid'">, InGroup<PotentiallyEvaluatedExpression>;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dtypeinfo358 bad_typeid() _NOEXCEPT : exception("bad typeid") {}
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Dshared_ptr.h218 return __t == typeid(_Dp) ? std::addressof(__data_.first().second()) : nullptr; in __get_deleter()
683 …return static_cast<_Dp*>(__cntrl_ ? const_cast<void*>(__cntrl_->__get_deleter(typeid(_Dp))) : null…
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h116 return __t == typeid(_Dp) ? std::addressof(__deleter_) : nullptr; in __get_deleter()
670 …return static_cast<_Dp*>(__cntrl_ ? const_cast<void*>(__cntrl_->__get_deleter(typeid(_Dp))) : null…
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td1468 // The result of eh.typeid.for depends on the enclosing function, but inside a
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h5633 *listener << "throws an exception of type " << GetTypeName(typeid(err));