Searched refs:typeid (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/ddb/ |
H A D | db_ctf.c | 215 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 D | db_ctf.h | 62 uint32_t typeid);
|
/freebsd/lib/libc/stdio/ |
H A D | printf-pos.c | 64 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() 637 enum typeid *const oldtable = types->table; in __grow_type_table() 639 enum typeid *newtable; in __grow_type_table() 650 if ((newtable = malloc(newsize * sizeof(enum typeid))) == NULL) in __grow_type_table() 652 bcopy(oldtable, newtable, oldsize * sizeof(enum typeid)); in __grow_type_table() 654 newtable = reallocarray(oldtable, newsize, sizeof(enum typeid)); in __grow_type_table()
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
H A D | _nvlist.py | 130 def _type_info(typeid): argument 158 }[typeid] 236 typeid = int(_lib.nvpair_type(pair)) 237 typeinfo = _type_info(typeid) 253 if typeid == _lib.DATA_TYPE_BOOLEAN:
|
/freebsd/contrib/llvm-project/libcxx/include/__exception/ |
H A D | exception_ptr.h | 103 __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/__functional/ |
H A D | function.h | 320 if (__ti == typeid(_Fp)) 327 return typeid(_Fp); 470 return typeid(void); 478 return (const _Tp*)__f_->target(typeid(_Tp)); 524 &typeid(void) 551 &typeid(typename _Fun::_Target) 566 &typeid(typename _Fun::_Target) 732 if (__policy_->__is_null || typeid(_Tp) != *__policy_->__type_info) 808 if (__ti == typeid(__func::__block_type)) 814 return typeid(__func::__block_type);
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | any | 179 if (__id && *__id == typeid(_Tp)) 273 return typeid(void); 375 return const_cast<void*>(static_cast<void const*>(&typeid(_Tp))); 447 return const_cast<void*>(static_cast<void const*>(&typeid(_Tp))); 582 &typeid(_ValueType),
|
H A D | typeinfo | 364 bad_typeid() _NOEXCEPT : exception("bad typeid") {}
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticASTKinds.td | 46 "typeid applied to|construction of|destruction of}0 object '%1' " 149 "typeid applied to expression of polymorphic type %0 is " 171 "member call on|dynamic_cast of|typeid applied to|construction of|" 176 "member call on|dynamic_cast of|typeid applied to|" 199 "member call on|dynamic_cast of|typeid applied to|construction of|" 213 "member call on|dynamic_cast of|typeid applied to|construction of|" 218 "member call on|dynamic_cast of|typeid applied to|construction of|" 224 "member call on|dynamic_cast of|typeid applied to|construction of|" 230 "member call on|dynamic_cast of|typeid applied to|" 239 "member call on|dynamic_cast of|typeid applied to|reconstruction of|" [all …]
|
H A D | TokenKinds.def | 382 KEYWORD(typeid , KEYCXX)
|
H A D | DiagnosticSemaKinds.td | 7564 "type operand %0 of 'typeid' cannot have '%1' qualifier">; 7932 "you need to include <typeinfo> before using the 'typeid' operator">; 7942 def err_incomplete_typeid : Error<"'typeid' of incomplete type %0">; 7943 def err_variably_modified_typeid : Error<"'typeid' of variably modified type %0">; 8419 "use of typeid requires -frtti">; 8426 "typeid will not work since RTTI data is disabled by " 9235 "operand to 'typeid'">, InGroup<PotentiallyEvaluatedExpression>;
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-type-util.h | 131 return GetTypeName(typeid(T)); in GetTypeName()
|
H A D | gtest-internal.h | 1335 #define GTEST_EXCEPTION_TYPE_(e) ::testing::internal::GetTypeName(typeid(e))
|
/freebsd/contrib/llvm-project/libcxx/include/__memory/ |
H A D | shared_ptr.h | 220 return __t == typeid(_Dp) ? std::addressof(__data_.first().second()) : nullptr; in __get_deleter() 777 …return static_cast<_Dp*>(__cntrl_ ? const_cast<void*>(__cntrl_->__get_deleter(typeid(_Dp))) : null…
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Intrinsics.td | 1401 // The result of eh.typeid.for depends on the enclosing function, but inside a
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 5365 *listener << "throws an exception of type " << GetTypeName(typeid(err));
|