Searched refs:static_assert (Results 151 - 175 of 297) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFunctionExtras.h128 static_assert(
H A DPointerUnion.h186 static_assert(Index < sizeof...(PTs),
H A Dsimple_ilist.h82 static_assert(ilist_detail::check_options<Options...>::value,
H A DSmallPtrSet.h446 static_assert(SmallSize <= 32, "SmallSize should be small");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionIterator.h56 static_assert(std::is_pointer<NodeRef>::value,
H A DValueLattice.h480 static_assert(sizeof(ValueLatticeElement) <= 40,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h304 static_assert(std::is_convertible<DataT *, AppleAccelTableData *>::value, "");
H A DSelectionDAGNodes.h595 static_assert(sizeof(SDNodeBitfields) <= 2, "field too wide");
596 static_assert(sizeof(ConstantSDNodeBitfields) <= 2, "field too wide");
597 static_assert(sizeof(MemSDNodeBitfields) <= 2, "field too wide");
598 static_assert(sizeof(LSBaseSDNodeBitfields) <= 2, "field too wide");
599 static_assert(sizeof(LoadSDNodeBitfields) <= 2, "field too wide");
600 static_assert(sizeof(StoreSDNodeBitfields) <= 2, "field too wide");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h105 static_assert(Size < AllocUnit, "");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h499 static_assert(sizeof(BasicBlockBits) == sizeof(unsigned short),
H A DInstVisitor.h117 static_assert(std::is_base_of<InstVisitor, SubClass>::value,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h62 static_assert(sizeof(QuarantineBatch) <= (1U << 13), ""); // 8Kb.
H A Dcombined.h283 static_assert(MaxAllowedMallocSize < UINTPTR_MAX - MaxAlignment, ""); function
878 static_assert(MinAlignment >= sizeof(Chunk::PackedHeader),
880 static_assert(!PrimaryT::SupportsMemoryTagging ||
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatProviders.h396 static_assert(detail::range_item_has_provider<IterT>::value,
H A DGraphWriter.h77 static_assert(std::is_pointer<NodeRef>::value,
H A DTrailingObjects.h248 // This function contains only a static_assert BaseTy is final. The
249 // static_assert must be in a function, and not at class-level
253 static_assert(std::is_final<BaseTy>(), "BaseTy must be final.");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp147 static_assert(sizeof(I) == sizeof(FB), "Unexpected type sizes");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp114 static_assert(alignof(T) <= alignof(NodeHeader),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp83 static_assert(alignof(AlignedMap) >= (1 << NumLowBitsAvailable),
96 static_assert((MayReadAnyGlobal & static_cast<int>(ModRefInfo::MustModRef)) ==
99 static_assert(((MayReadAnyGlobal |
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h254 static_assert(sizeof(float) == sizeof(ieee_float), "");
713 static_assert(sizeof(double) == sizeof(ieee_double), "");
723 static_assert(sizeof(uint64_t) == sizeof(double));
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.h267 static_assert(sizeof(SectionPiece) == 16, "SectionPiece is too big");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_i386.h282 static_assert((sizeof(g_register_infos_i386) /
H A DRegisterInfos_mips.h292 static_assert((sizeof(g_register_infos_mips) /
H A DRegisterInfos_ppc64.h320 static_assert((sizeof(g_register_infos_ppc64) /
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h429 static_assert(alignof(EHCleanupScope) == EHScopeStack::ScopeStackAlignment,

Completed in 164 milliseconds

1234567891011>>