Searched refs:static_assert (Results 201 - 225 of 297) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp1460 static_assert(sizeof(int) >= sizeof(E), "Cannot serialize enum to int");
2214 static_assert(always_false<T>::value,
2221 static_assert(always_false<T>::value,
2228 static_assert(always_false<T>::value,
2235 static_assert(always_false<T>::value,
2242 static_assert(always_false<T>::value,
2249 static_assert(always_false<T>::value,
2256 static_assert(always_false<T>::value,
2263 static_assert(always_false<T>::value,
2348 static_assert(always_fals
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp98 static_assert(sizeof(data) == 20, "");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_mips64.h421 static_assert((sizeof(g_register_infos_mips64) /
H A DRegisterInfos_ppc64le.h464 static_assert((sizeof(g_register_infos_ppc64le) /
H A DRegisterInfos_x86_64.h306 static_assert((sizeof(g_register_infos_x86_64) /
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM64.cpp785 static_assert(k_num_regs == k_num_reg_infos, "");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallBitVector.h59 static_assert(NumBaseBits == 64 || NumBaseBits == 32,
H A DAPFloat.h703 static_assert(std::is_standard_layout<IEEEFloat>::value, "");
795 static_assert(std::is_same<T, IEEEFloat>::value ||
H A DDenseMap.h454 static_assert(std::is_base_of<DenseMapBase, DerivedT>::value,
890 static_assert(isPowerOf2_64(InlineBuckets),
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h151 static_assert(alignof(FunctionType) >= alignof(Type *),
H A DValue.h852 static_assert(Value::ConstantFirstVal == 0, "Val.getValueID() >= Value::ConstantFirstVal");
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h94 // Validated by static_assert in APValue.cpp; hardcoded to avoid needing
196 static_assert(sizeof(uintptr_t) <= sizeof(uint64_t),
H A DDeclarationName.h188 static_assert(alignof(IdentifierInfo) >= 8 &&
H A DStmt.h887 static_assert(sizeof(UnresolvedLookupExprBitfields) <= 4,
904 static_assert(sizeof(UnresolvedMemberExprBitfields) <= 4,
1140 static_assert(sizeof(*this) <= 8,
1142 static_assert(sizeof(*this) % alignof(void *) == 0,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h303 static_assert(sizeof(RegionInfo) % SCUDO_CACHE_LINE_SIZE == 0, "");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp72 static_assert( \
H A DIdentifierTable.cpp39 static_assert(2 * LargestBuiltinID < (2 << (ObjCOrBuiltinIDBits - 1)),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp587 static_assert(sizeof(JITTargetAddress) == sizeof(uint64_t),
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp310 static_assert(DependentFalseType<AggType>::value,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp183 static_assert(PHI == 0, "Use different value for <none>");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h47 static_assert(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h297 static_assert(
/freebsd-13-stable/sys/sys/
H A Dcdefs.h284 #define _Static_assert(x, y) static_assert(x, y)
/freebsd-13-stable/sys/contrib/edk2/Include/
H A DBase.h794 Equivalent to C11 static_assert macro from assert.h.
803 #define STATIC_ASSERT static_assert
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1661 static_assert(sizeof(double) == sizeof(uint64_t), "");
1685 static_assert(sizeof(float) == sizeof(uint32_t), "");

Completed in 209 milliseconds

1234567891011>>