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

<<1112

/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1097 # define GTEST_COMPILE_ASSERT_(expr, msg) static_assert(expr, #msg)
1110 // (In C++11, we simply use static_assert instead of the following)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h239 static_assert(alignof(ContentCache) >= 8,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp128 static_assert(sizeof(codeview::GUID) == sizeof(GUID),
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h86 static_assert(sizeof(*this) == 8, "Metadata fields poorly packed");
H A DInstrTypes.h1107 static_assert(
H A DDebugInfoMetadata.h1678 static_assert(
1701 static_assert(dwarf::DW_VIRTUALITY_max < 4, "Virtuality out of range");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1922 static_assert(num_exprs == (eExprTypeElemPtr - eExprTypeDimX + 1),
1978 static_assert(num_exprs == (eExprElementFieldCount - eExprElementType + 1),
2034 static_assert(num_exprs == (eExprSubelementsArrSize - eExprSubelementsId + 1),
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1956 static_assert(sizeof(VarDeclBitfields) <= sizeof(unsigned),
1958 static_assert(sizeof(ParmVarDeclBitfields) <= sizeof(unsigned),
1960 static_assert(sizeof(NonParmVarDeclBitfields) <= sizeof(unsigned),
H A DType.cpp408 static_assert(!std::is_polymorphic<CLASS##Type>::value, \
419 static_assert(std::is_trivially_destructible<CLASS##Type>::value || \
H A DDeclObjC.cpp875 static_assert(alignof(ParmVarDecl *) >= alignof(SourceLocation),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp422 static_assert(8 * sizeof(WordType) <= 64, "This code assumes only two words affected");
485 static_assert(8 * sizeof(WordType) <= 64, "This code assumes only two words affected");
2308 static_assert(APInt::APINT_BITS_PER_WORD % 2 == 0,
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp131 static_assert(0 <= Head && Head < 64,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp230 static_assert(sizeof(g_core_definitions) / sizeof(CoreDefinition) ==
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1024 static_assert(alignof(ObjCObjectTypeLoc) >= alignof(TypeSourceInfo *),
H A DDeclTemplate.h324 static_assert(sizeof(Chain) == sizeof(void *) * 2,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h526 static_assert((1 << KindBits) > NumKindsMinusOne,
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp656 static_assert(std::is_base_of<Piece, T>::value, "must be piece");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h171 static_assert(MVT::LAST_VALUETYPE <= MVT::MAX_ALLOWED_VALUETYPE,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp986 static_assert(attrIdxToArrayIdx(AttributeList::FunctionIndex) == 0U,
H A DMetadata.cpp475 static_assert( \
482 // uint64_t is the most aligned type we need support (ensured by static_assert
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1259 static_assert(size == 64 || size == 32,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2184 static_assert(ARM::dsub_7 == ARM::dsub_0 + 7 &&
2468 static_assert(ARM::dsub_7 == ARM::dsub_0 + 7 &&
3012 static_assert(ARM::dsub_7 == ARM::dsub_0 + 7, "Unexpected subreg numbering");
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp44 static_assert(clang::Sema::MaximumAlignment <= llvm::Value::MaximumAlignment,
108 case Decl::StaticAssert: // static_assert(X, ""); [C++0x]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1159 static_assert(MVT::LAST_VALUETYPE <= MVT::MAX_ALLOWED_VALUETYPE,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp898 static_assert(array_lengthof(RegList8) == array_lengthof(RegList16),

Completed in 379 milliseconds

<<1112