Searched refs:static_assert (Results 76 - 100 of 297) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h822 static_assert((!(std::_IsSame<_A1, __result_type>::value &&
917 static_assert((!(std::_IsSame<_A1, __result_type>::value &&
995 static_assert((!(std::_IsSame<_A1, __result_type>::value &&
1122 static_assert((!(std::_IsSame<_A1, __result_type>::value &&
1183 static_assert((!(std::_IsSame<_A1, __result_type>::value &&
1205 static_assert((!(std::_IsSame<_A1, __result_type>::value &&
1227 static_assert((!(std::_IsSame<_A1, __result_type>::value &&
1248 static_assert((!(std::_IsSame<_A1, __result_type>::value &&
1269 static_assert((!(std::_IsSame<_A1, __result_type>::value &&
1392 static_assert((!(st
[all...]
/freebsd-13-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_common.h100 static_assert(!is_class<Arg>::value, "cannot pass class here");
237 static_assert(fs_seconds(min_seconds) + get_min_nsecs() ==
251 static_assert(check_range(), "the representable range is unacceptable small");
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DSymbols.h457 static_assert(std::is_trivially_destructible<T>(),
459 static_assert(sizeof(T) <= sizeof(SymbolUnion), "Symbol too small");
460 static_assert(alignof(T) <= alignof(SymbolUnion),
H A DSymbols.cpp26 static_assert(sizeof(SymbolUnion) <= 48,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp190 static_assert(B > 0, "field is empty");
200 static_assert(B > 0, "field is empty");
211 static_assert(B > 0, "field is empty");
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h114 static_assert(sizeof(Allocation) <=
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_powerpc.cpp77 static_assert(k_first_gpr_powerpc == 0,
H A DRegisterContext_x86.h330 static_assert(sizeof(XSAVE_HDR) == 64, "XSAVE_HDR layout incorrect");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseSet.h124 static_assert(std::numeric_limits<SparseT>::is_integer &&
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h213 static_assert(std::is_base_of<PtrUseVisitor, DerivedT>::value,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h66 static_assert(sizeof(*this) == 3 * sizeof(unsigned), "flags are too big");
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp196 static_assert(!SANITIZER_SUPPORTS_INIT_FOR_DLOPEN,
H A Dasan_linux.cpp252 static_assert(!SANITIZER_SUPPORTS_INIT_FOR_DLOPEN,
H A Dasan_rtems.cpp219 static_assert(!SANITIZER_SUPPORTS_INIT_FOR_DLOPEN,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_fuchsia.cpp46 static_assert(SANITIZER_WORDSIZE == 64, "Fuchsia is always LP64");
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchunk.h74 static_assert(sizeof(UnpackedHeader) == sizeof(PackedHeader), "");
H A Dcommon.h23 static_assert(sizeof(Dest) == sizeof(Source), "");
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h106 static_assert(TST_error < 1 << 6, "Type bitfield not wide enough for TST");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugArangeSet.cpp128 static_assert(sizeof(arangeDescriptor.Address) ==
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp22 static_assert(std::is_pod<MCSchedModel>::value,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp84 static_assert((array_lengthof(Infos)) == MSP430::NumTargetFixupKinds,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadicDetails.h148 static_assert(
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_debug.h26 #define KMP_BUILD_ASSERT(expr) static_assert(expr, "Build condition error")
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTarWriter.cpp54 static_assert(sizeof(UstarHeader) == BlockSize, "invalid Ustar header");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.cpp70 static_assert(AMDGPUAS::MAX_AMDGPU_ADDRESS <= 7, "Addr space out of range");

Completed in 321 milliseconds

1234567891011>>