Searched refs:static_assert (Results 26 - 50 of 297) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocatorBase.h39 static_assert(static_cast<void *(AllocatorBase::*)(size_t, size_t)>(
53 static_assert(
H A DRecycler.h84 static_assert(alignof(SubClass) <= Align,
86 static_assert(sizeof(SubClass) <= Size,
H A DMathExtras.h158 static_assert(std::numeric_limits<T>::is_integer &&
227 static_assert(std::numeric_limits<T>::is_integer &&
250 static_assert(std::is_unsigned<T>::value, "Invalid type!");
381 static_assert(
383 static_assert(N + S <= 64, "isShiftedInt<N, S> with N + S > 64 is too wide.");
397 static_assert(N > 0, "isUInt<0> doesn't make sense");
419 static_assert(
421 static_assert(N + S <= 64,
511 static_assert(std::numeric_limits<T>::is_integer &&
527 static_assert(st
[all...]
H A DBinaryStreamWriter.h65 static_assert(std::is_integral<T>::value,
75 static_assert(std::is_enum<T>::value,
136 static_assert(!std::is_pointer<T>::value,
H A DArrayRecycler.h35 static_assert(Align >= alignof(FreeList), "Object underaligned");
36 static_assert(sizeof(T) >= sizeof(FreeList), "Objects are too small");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_mips64.cpp56 static_assert((sizeof(g_gp_regnums_mips64) / sizeof(g_gp_regnums_mips64[0])) -
75 static_assert((sizeof(g_fp_regnums_mips64) / sizeof(g_fp_regnums_mips64[0])) -
95 static_assert((sizeof(g_msa_regnums_mips64) / sizeof(g_msa_regnums_mips64[0])) -
H A DRegisterContextPOSIX_arm.cpp37 static_assert(((sizeof g_gpr_regnums_arm / sizeof g_gpr_regnums_arm[0]) - 1) ==
63 static_assert(((sizeof g_fpu_regnums_arm / sizeof g_fpu_regnums_arm[0]) - 1) ==
H A DRegisterContextPOSIX_s390x.cpp42 static_assert((sizeof(g_gpr_regnums_s390x) / sizeof(g_gpr_regnums_s390x[0])) -
56 static_assert((sizeof(g_fpu_regnums_s390x) / sizeof(g_fpu_regnums_s390x[0])) -
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperandTraits.h32 static_assert(
70 static_assert(
H A DConstant.h158 static_assert(ConstantFirstVal == 0, "V->getValueID() >= ConstantFirstVal always succeeds");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.h63 static_assert(sizeof(DIERef) == 8, "");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerSumType.h150 static_assert(HelperT::MinTag == 0, "Non-zero minimum tag value!");
251 static_assert(MemberT::Tag < (1 << NumTagBits),
255 static_assert(MemberT::Tag < (1 << NumTagBits),
258 static_assert(Checker<MemberTs...>::value,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbol.cpp40 static_assert((unsigned)alignof(MCSymbol) <= alignof(NameEntryStorageTy),
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h65 static_assert(sizeof Escapes / sizeof Escapes[0] ==
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DSymbols.h124 static_assert(sizeof(T) <= sizeof(SymbolUnion), "SymbolUnion too small");
125 static_assert(alignof(T) <= alignof(SymbolUnion),
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h181 static_assert(sizeof(Qualifiers().getAsOpaqueValue()) <= sizeof(uint32_t),
205 static_assert(sizeof(FunctionProtoType::ExtParameterInfo().getOpaqueValue())
H A DAbstractBasicWriter.h167 static_assert(sizeof(value.getAsOpaqueValue()) <= sizeof(uint32_t),
188 static_assert(sizeof(epi.getOpaqueValue()) <= sizeof(uint32_t),
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A Dconfig.h21 // Define static_assert() unless already defined by compiler.
25 #if !(__has_feature(cxx_static_assert)) && !defined(static_assert)
26 #define static_assert(__b, __m) \ macro
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.h141 static_assert(SanitizerMask::checkBitPos(SO_##ID), "Bit position too big.");
146 static_assert(SanitizerMask::checkBitPos(SO_##ID##Group), \
H A DSyncScope.h129 static_assert(Last == SubGroup, "Does not include all synch scopes");
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h119 static_assert(std::is_base_of<RefactoringActionRuleBase, RuleType>::value,
121 static_assert(internal::AreBaseOf<RefactoringActionRuleRequirement,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DUser.cpp43 static_assert(alignof(Use) >= alignof(BasicBlock *),
119 static_assert(sizeof(DescriptorInfo) % sizeof(void *) == 0, "Required below");
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_mac.cpp69 static_assert(SANITIZER_SUPPORTS_INIT_FOR_DLOPEN,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.h102 static_assert(sizeof(StackChunk) < ChunkSize, "Invalid chunk size");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegister.h38 static_assert(std::numeric_limits<decltype(Reg)>::max() >= 0xFFFFFFFF,

Completed in 361 milliseconds

1234567891011>>