Searched refs:typeid (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/lib/libc/stdio/ |
| H A D | printf-pos.c | 67 enum typeid { enum 77 enum typeid *table; /* table of types */ 78 enum typeid stattable[STATIC_ARG_TBL_SIZE]; 136 addtype(struct typetable *types, enum typeid type) in addtype() 640 enum typeid *const oldtable = types->table; in __grow_type_table() 642 enum typeid *newtable; in __grow_type_table() 653 if ((newtable = malloc(newsize * sizeof(enum typeid))) == NULL) in __grow_type_table() 655 bcopy(oldtable, newtable, oldsize * sizeof(enum typeid)); in __grow_type_table() 657 newtable = reallocarray(oldtable, newsize, sizeof(enum typeid)); in __grow_type_table()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | function.h | 318 if (__ti == typeid(_Fp)) 325 return typeid(_Fp); 468 return typeid(void); 476 return (const _Tp*)__f_->target(typeid(_Tp)); 522 &typeid(void) 549 &typeid(typename _Fun::_Target) 564 &typeid(typename _Fun::_Target) 730 if (__policy_->__is_null || typeid(_Tp) != *__policy_->__type_info) 802 if (__ti == typeid(__func::__block_type)) 807 …virtual const std::type_info& target_type() const _NOEXCEPT { return typeid(__func::__block_type);…
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | any | 182 if (__id && *__id == typeid(_Tp)) 276 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 D | typeinfo | 353 bad_typeid() _NOEXCEPT : exception("bad typeid") {}
|
| /freebsd-14.2/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|" 245 "member call on|dynamic_cast of|typeid applied to|construction of|" [all …]
|
| H A D | TokenKinds.def | 367 KEYWORD(typeid , KEYCXX)
|
| H A D | DiagnosticSemaKinds.td | 7420 "type operand %0 of 'typeid' cannot have '%1' qualifier">; 7778 "you need to include <typeinfo> before using the 'typeid' operator">; 7788 def err_incomplete_typeid : Error<"'typeid' of incomplete type %0">; 7789 def err_variably_modified_typeid : Error<"'typeid' of variably modified type %0">; 8244 "use of typeid requires -frtti">; 8251 "typeid will not work since RTTI data is disabled by " 9051 "operand to 'typeid'">, InGroup<PotentiallyEvaluatedExpression>;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__exception/ |
| H A D | exception_ptr.h | 91 …(void)__cxxabiv1::__cxa_init_primary_exception(__ex, const_cast<std::type_info*>(&typeid(_Ep)), []… in make_exception_ptr()
|
| /freebsd-14.2/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 | 1375 #define GTEST_EXCEPTION_TYPE_(e) ::testing::internal::GetTypeName(typeid(e))
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | shared_ptr.h | 221 return __t == typeid(_Dp) ? std::addressof(__data_.first().second()) : nullptr; in __get_deleter() 757 …return static_cast<_Dp*>(__cntrl_ ? const_cast<void*>(__cntrl_->__get_deleter(typeid(_Dp))) : null…
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 1356 // The result of eh.typeid.for depends on the enclosing function, but inside a
|
| /freebsd-14.2/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 5364 *listener << "throws an exception of type " << GetTypeName(typeid(err));
|