Searched refs:constexpr (Results 226 - 250 of 426) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DOptParserEmitter.cpp131 static constexpr const char *ValueTablePreamble = R"(
143 static constexpr const char *ValueTablesDecl =
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc67 constexpr DWORD MS_VC_EXCEPTION = 0x406D1388;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h68 constexpr Channel(llvm::ArrayRef<Log::Category> categories,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp50 constexpr auto OPEN_WRITER_SLEEP_TIMEOUT_MSECS = 100;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp155 constexpr size_t kMDGUIDSize = 16;
156 constexpr size_t kBreakpadPageSize = 4096;
209 constexpr size_t header_size = sizeof(Header);
318 constexpr uint32_t BreakpadDumpRequested = 0xFFFFFFFF;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTrustNonnullChecker.cpp50 static unsigned constexpr ComplexityThreshold = 10;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp81 static constexpr char PackageSeparator = '.';
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp224 constexpr llvm::StringLiteral RewriteRule::RootID;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp216 constexpr size_t TEB_RESERVED_FIELDS_THREAD_LOCAL_STORAGE_OFFSET = 11;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp208 constexpr uptr kLowLevelAllocatorDefaultAlignment = 8;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h55 constexpr uptr MaxCounterBits = sizeof(*Buffer) * 8UL;
H A Dstring_utils.cpp31 constexpr uptr MaxLen = 30;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_allocator.h168 static constexpr auto Size = nearest_boundary(N, kCacheLineSize);
H A Dxray_buffer_queue.cpp66 constexpr size_t kExtentsSize = sizeof(ExtentsPadded);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h323 static constexpr uint64_t LargestBuiltinID = std::max<uint64_t>(
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h158 constexpr InputKind(Language L = Language::Unknown, Format F = Source,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DOwnership.h119 static constexpr int NumLowBitsAvailable = 0;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DMips.cpp47 static constexpr llvm::StringLiteral ValidCPUNames[] = {
H A DSparc.cpp67 static constexpr SparcCPUInfo CPUInfo[] = {
H A DWebAssembly.cpp33 static constexpr llvm::StringLiteral ValidCPUNames[] = {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h59 static constexpr bool isRef = std::is_reference<T>::value;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h330 static constexpr unsigned DefaultSjLjDataSize = 32;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp617 constexpr AppleAccelTableData::Atom AppleAccelTableTypeData::Atoms[];
618 constexpr AppleAccelTableData::Atom AppleAccelTableOffsetData::Atoms[];
619 constexpr AppleAccelTableData::Atom AppleAccelTableStaticOffsetData::Atoms[];
620 constexpr AppleAccelTableData::Atom AppleAccelTableStaticTypeData::Atoms[];
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp263 constexpr ULONG DbgPrintExceptionWideC = 0x4001000AL;
H A DSignals.cpp56 static constexpr size_t MaxSignalHandlerCallbacks = 8;

Completed in 693 milliseconds

1234567891011>>