Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/stdio/
H A Dprintf-pos.c67 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.py130 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 Dfunction.h318 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 Dany182 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 Dtypeinfo353 bad_typeid() _NOEXCEPT : exception("bad typeid") {}
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td46 "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 DTokenKinds.def367 KEYWORD(typeid , KEYCXX)
H A DDiagnosticSemaKinds.td7420 "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 Dexception_ptr.h91 …(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 Dgtest-type-util.h131 return GetTypeName(typeid(T)); in GetTypeName()
H A Dgtest-internal.h1375 #define GTEST_EXCEPTION_TYPE_(e) ::testing::internal::GetTypeName(typeid(e))
/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h221 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 DIntrinsics.td1356 // The result of eh.typeid.for depends on the enclosing function, but inside a
/freebsd-14.2/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h5364 *listener << "throws an exception of type " << GetTypeName(typeid(err));