Searched defs:sizeof (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_type_test.cpp22 COMPILER_CHECK(sizeof(::SIZE_T) == sizeof(size_t)); variable
23 COMPILER_CHECK(sizeof(::SSIZE_T) == sizeof(ssize_t)); variable
24 COMPILER_CHECK(sizeof(::PTRDIFF_T) == sizeof(ptrdiff_t)); variable
25 COMPILER_CHECK(sizeof(::INTMAX_T) == sizeof(intmax_t)); variable
28 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_ variable
36 COMPILER_CHECK(sizeof(::OFF_T) == sizeof(off_t)); variable
[all...]
/freebsd-12-stable/lib/libstdthreads/
H A Dcall_once.c45 _Static_assert(sizeof(once_flag) == sizeof(pthread_once_t), variable
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_powerpc.h219 sizeof(g_register_infos_powerpc64), variable
H A DRegisterContextMacOSXFrameBackchain.cpp90 case sizeof(float): function
100 case sizeof(double): function
115 case sizeof(long double): function
[all...]
/freebsd-12-stable/contrib/libcxxrt/
H A Dguard.cc104 static_assert(sizeof(guard_t) == sizeof(uint64_t), ""); variable
/freebsd-12-stable/lib/libc/gen/
H A Dtelldir.h91 _Static_assert(sizeof(long) == sizeof(union ddloc_packed), variable
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dtypes.h56 typedef uint16_t __aligned_u16 __aligned(sizeof(uint16_t)); typedef
57 typedef uint32_t __aligned_u32 __aligned(sizeof(uint32_t)); typedef
58 typedef uint64_t __aligned_u64 __aligned(sizeof(uint64_t)); typedef
/freebsd-12-stable/lib/libkvm/
H A Dkvm_riscv.h63 _Static_assert(sizeof(pt_entry_t) == sizeof(riscv_pt_entry_t), variable
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.h53 COMPILER_CHECK(sizeof(UnpackedHeader) == sizeof(PackedHeader)); variable
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp113 reinterpret_cast<char *>(&Header) + sizeof(Header)); variable
[all...]
H A Dxray_fdr_logging.cpp351 reinterpret_cast<char *>(&Header) + sizeof(Header)); variable
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTFWrapper.cpp181 sizeof(wchar_t) == 4, member in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.cpp42 KMP_BUILD_ASSERT(sizeof(kmp_itt_mark_t) == sizeof(__itt_mark_type)); variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseSet.h55 static_assert(sizeof(typename MapTy::value_type) == sizeof(ValueT), member in class:llvm::detail::DenseSetImpl
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchunk.h74 static_assert(sizeof(UnpackedHeader) == sizeof(PackedHeader), ""); variable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAttr.h329 static_assert(sizeof(ParamIdx) == sizeof(ParamIdx::SerialType), member in namespace:clang
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c86 CTASSERT(sizeof(struct rcu_head) == sizeof(struct callback_head)); variable
/freebsd-12-stable/lib/libutil/
H A Dquotafile.c161 case sizeof(dqh): function
[all...]
/freebsd-12-stable/sys/amd64/amd64/
H A Ddb_trace.c56 CTASSERT(sizeof(struct dbreg) == sizeof(((struct pcpu *)NULL)->pc_dbreg)); variable
/freebsd-12-stable/usr.bin/sdiotool/
H A Dsdiotool.c256 case sizeof(u8): function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp41 static_assert(sizeof(GlobalObject) == sizeof(GlobalValue) + sizeof(void *), variable
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.cpp134 COMPILER_CHECK(sizeof(socklen_t) == sizeof(unsigned)); variable
207 COMPILER_CHECK(sizeof(__sanitizer_sigaction) == sizeof(struct sigaction)); variable
[all...]
/freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_shim.c365 vchiq_static_assert(sizeof(VCHI_MSG_VECTOR_T) == sizeof(VCHIQ_ELEMENT_T)); variable
/freebsd-12-stable/sys/dev/evdev/
H A Devdev_private.h50 _Static_assert(sizeof(bitstr_t) == sizeof(unsigned long), variable
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_geom.c59 == sizeof(struct consumer_priv_t*), variable
[all...]

Completed in 220 milliseconds

12