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

<<1112

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1212 static_assert(RISCV::F0_D < RISCV::F0_F, "FPR matching must be updated");
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h740 static_assert(
1796 static_assert(sizeof...(Args) > 0, "Must have at least one matcher.");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1692 static_assert((ISD::AND + 1 == ISD::OR) && (ISD::AND + 2 == ISD::XOR),
1739 static_assert((ISD::AND + 1 == ISD::OR) && (ISD::AND + 2 == ISD::XOR),
H A DAArch64ISelLowering.cpp12317 static_assert(Opcode == AArch64ISD::LD1RQ_MERGE_ZERO ||
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1568 static_assert(llvm::array_lengthof(EnvVars) == Darwin::LastDarwinPlatform + 1,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp791 static_assert(sizeof(LaneBitmask::Type) == sizeof(uint64_t),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp808 static_assert(InlineAsm::MIOp_FirstOperand == 2, "Asm format changed");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp266 static_assert(Hexagon::R1 > 0,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp50 static_assert(APFloatBase::integerPartWidth % 4 == 0, "Part width must be divisible by 4!");
/freebsd-13-stable/usr.sbin/syslogd/
H A Dsyslogd.c1760 static_assert(sizeof(f->f_prevline) == sizeof(saved),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4543 static_assert(sizeof(NumArgs)/sizeof(NumArgs[0]) == NumForm
4546 static_assert(AtomicExpr::AO__c11_atomic_init == 0 &&
H A DSemaOpenMP.cpp13034 static_assert(OMPC_ORDER_unknown > 0,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2819 static_assert(CXXInvalid > CXXDestructor,
2821 static_assert((unsigned)DefaultedComparisonKind::None == 0,
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h704 static_assert(sizeof(Header) % alignof(T) == 0,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2177 static_assert(std::is_pod<T>::value,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1002 static_assert(std::is_same<uint64_t, llvm::APInt::WordType>::value,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1372 static_assert(sizeof(double) == sizeof(uint64_t),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp187 static_assert(SP::I0 + 7 == SP::I7 && SP::O0 + 7 == SP::O7,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6441 static_assert(std::numeric_limits<unsigned char>::digits >= 8,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp1857 static_assert(shift < 56,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8822 static_assert(((~(SIInstrFlags::S_NAN |
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 820 milliseconds

<<1112