Searched refs:static_assert (Results 126 - 150 of 297) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp353 static_assert(!SANITIZER_SUPPORTS_INIT_FOR_DLOPEN,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cpp137 static_assert(sizeof(kAtosMachPortEnvEntry) ==
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_writer.h66 static_assert(AggregateSizes<std::tuple<DataTypes...>>::value <=
H A Dxray_fdr_logging.cpp73 static_assert(std::is_trivially_destructible<ThreadLocalData>::value,
127 static_assert(alignof(ThreadLocalData) >= 64,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSlotIndexes.cpp163 static_assert((Space & 3) == 0, "InstrDist must be a multiple of 2*NUM");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp32 static_assert(FCmpInst::FCMP_FALSE == 0, ""); // 0 0 0 0
33 static_assert(FCmpInst::FCMP_OEQ == 1, ""); // 0 0 0 1
34 static_assert(FCmpInst::FCMP_OGT == 2, ""); // 0 0 1 0
35 static_assert(FCmpInst::FCMP_OGE == 3, ""); // 0 0 1 1
36 static_assert(FCmpInst::FCMP_OLT == 4, ""); // 0 1 0 0
37 static_assert(FCmpInst::FCMP_OLE == 5, ""); // 0 1 0 1
38 static_assert(FCmpInst::FCMP_ONE == 6, ""); // 0 1 1 0
39 static_assert(FCmpInst::FCMP_ORD == 7, ""); // 0 1 1 1
40 static_assert(FCmpInst::FCMP_UNO == 8, ""); // 1 0 0 0
41 static_assert(FCmpIns
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DObject.h162 static_assert(sizeof(Dest.Name.ShortName) == sizeof(Src.Name.ShortName),
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DSubtargetFeature.h41 static_assert((MAX_SUBTARGET_FEATURES % 64) == 0,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h34 static_assert(sizeof(uint24_t) == 3, "sizeof(uint24_t) != 3");
H A DFormat.h83 static_assert(std::is_scalar<Arg>::value,
H A Dtype_traits.h180 static_assert(value == std::is_trivially_copyable<T>::value,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DError.h189 static_assert(sizeof...(M) > 0, "");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTFWrapper.cpp180 static_assert(sizeof(wchar_t) == 1 || sizeof(wchar_t) == 2 ||
245 "Control should never reach this point; see static_assert further up");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp89 static_assert(coro::Shape::SwitchFieldIndex::Resume == 0,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h878 static_assert(std::tuple_size<T1Tuple>::value >=
881 static_assert(std::tuple_size<T1Tuple>::value <=
963 static_assert(value, "Missing serializer for argument (Can't serialize the "
976 static_assert(value, "Missing deserializer for argument (Can't deserialize "
1011 static_assert(
1158 static_assert(detail::RPCArgTypeCheck<
1171 static_assert(detail::RPCArgTypeCheck<
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1808 static_assert(sizeof(TypeBitfields) <= 8,
1810 static_assert(sizeof(ArrayTypeBitfields) <= 8,
1812 static_assert(sizeof(AttributedTypeBitfields) <= 8,
1814 static_assert(sizeof(AutoTypeBitfields) <= 8,
1816 static_assert(sizeof(BuiltinTypeBitfields) <= 8,
1818 static_assert(sizeof(FunctionTypeBitfields) <= 8,
1820 static_assert(sizeof(ObjCObjectTypeBitfields) <= 8,
1822 static_assert(sizeof(ReferenceTypeBitfields) <= 8,
1824 static_assert(sizeof(TypeWithKeywordBitfields) <= 8,
1826 static_assert(sizeo
[all...]
H A DCanonicalType.h654 static_assert(!TypeIsArrayType<T>::value,
669 static_assert(!TypeIsArrayType<U>::value,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h488 static_assert(sizeof(coff_aux_function_definition) == 18,
499 static_assert(sizeof(coff_aux_bf_and_ef_symbol) == 18,
508 static_assert(sizeof(coff_aux_weak_external) == 18,
528 static_assert(sizeof(coff_aux_section_definition) == 18,
538 static_assert(sizeof(coff_aux_clr_token) == 18,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp663 static_assert(sizeof(uu16) == sizeof(u16), "incompatible types");
673 static_assert(sizeof(uu32) == sizeof(u32), "incompatible types");
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1032 static_assert(alignof(T) == alignof(void *),
1034 static_assert(std::is_trivial<T>::value ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc70 static_assert(sizeof(Pid) >= sizeof(pid_t),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp31 static_assert(eNumLanguageTypes < g_num_small_bitvector_bits,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DXcodeSDK.cpp85 static_assert(XcodeSDK::Linux == XcodeSDK::numSDKTypes - 1,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h38 static_assert(std::is_unsigned<IndexT>::value,
H A DDenseSet.h55 static_assert(sizeof(typename MapTy::value_type) == sizeof(ValueT),

Completed in 170 milliseconds

1234567891011>>