Searched refs:constexpr (Results 76 - 100 of 426) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.h50 static constexpr StringRef getImportSymbolPrefix() { return "__imp_"; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfilePlugins.inc32 static constexpr InstrProfValueKind Kind = IPVK_MemOPSize;
77 static constexpr InstrProfValueKind Kind = IPVK_IndirectCallTarget;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp34 constexpr bool NegativeNaN = true;
35 constexpr uint64_t NaNPayload = 0xFFFFFFFFFFFFFFFFull;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerUnion.h59 constexpr int bitsRequired(unsigned n) {
63 template <typename... Ts> constexpr int lowBitsAvailable() {
72 static constexpr int Index = 0;
76 static constexpr int Index = 1 + TypeIndex<T, Us...>::Index;
79 static constexpr int Index = 0;
93 static constexpr int NumLowBitsAvailable = lowBitsAvailable<PTs...>();
185 constexpr int Index = pointer_union_detail::TypeIndex<T, PTs...>::Index;
271 static constexpr int NumLowBitsAvailable = PointerLikeTypeTraits<decltype(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DPostDominators.cpp26 static constexpr bool ExpensiveChecksEnabled = true;
28 static constexpr bool ExpensiveChecksEnabled = false;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h94 static constexpr Colors BLACK = Colors::BLACK;
95 static constexpr Colors RED = Colors::RED;
96 static constexpr Colors GREEN = Colors::GREEN;
97 static constexpr Colors YELLOW = Colors::YELLOW;
98 static constexpr Colors BLUE = Colors::BLUE;
99 static constexpr Colors MAGENTA = Colors::MAGENTA;
100 static constexpr Colors CYAN = Colors::CYAN;
101 static constexpr Colors WHITE = Colors::WHITE;
102 static constexpr Colors SAVEDCOLOR = Colors::SAVEDCOLOR;
103 static constexpr Color
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h82 constexpr LocationSize(uint64_t Raw, DirectConstruction): Value(Raw) {}
92 constexpr LocationSize(uint64_t Raw)
116 constexpr static LocationSize unknown() {
121 constexpr static LocationSize mapTombstone() {
124 constexpr static LocationSize mapEmpty() {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_writer.h32 constexpr auto Size = sizeof(std::get<Index>(T));
49 static constexpr size_t value =
55 static constexpr size_t value =
60 static constexpr size_t value =
111 constexpr auto Size = sizeof(MetadataRecord) * N;
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp65 static constexpr llvm::StringRef Allowed[] = {
78 static constexpr llvm::StringRef Allowed[] = {
91 static constexpr llvm::StringRef Allowed[] = {
104 static constexpr llvm::StringRef Allowed[] = {
115 static constexpr std::pair<llvm::StringRef, llvm::Regex::RegexFlags>
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h133 constexpr static uintptr_t EmptyBitPattern =
137 constexpr static uintptr_t TombstoneBitPattern =
141 constexpr static uintptr_t InvalidPtrMask =
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_fuchsia.cpp45 constexpr u64 Magic64 = 0xC0BFFFFFFFFFFF64ULL;
48 constexpr const char kSancovSinkName[] = "sancov";
115 static constexpr size_t MappingSize = sizeof(uptr) << 32;
H A Dsanitizer_ring_buffer.h87 static constexpr int kPageSizeBits = 12;
88 static constexpr int kSizeShift = 56;
89 static constexpr uptr kNextMask = (1ULL << kSizeShift) - 1;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h26 inline constexpr bool archSupportsMemoryTagging() { return true; }
27 inline constexpr uptr archMemoryTagGranuleSize() { return 16; }
37 inline constexpr bool archSupportsMemoryTagging() { return false; }
H A Dsize_class_map.h114 constexpr SizeTable() {
125 constexpr static u8 computeClassId(uptr Size) {
133 constexpr static uptr getTableSize() {
140 static constexpr SizeTable Table = {};
180 static constexpr u32 Classes[] = {
195 static constexpr u32 Classes[] = {
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Datomic.cpp37 static constexpr timespec __timeout = { 2, 0 };
86 static constexpr size_t __libcpp_contention_table_size = (1 << 8); /* < there's no magic in this number */
92 inline constexpr __libcpp_contention_table_entry() :
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h74 static constexpr Stream::StreamKind Kind = Stream::StreamKind::ModuleList;
75 static constexpr minidump::StreamType Type = minidump::StreamType::ModuleList;
85 static constexpr Stream::StreamKind Kind = Stream::StreamKind::ThreadList;
86 static constexpr minidump::StreamType Type = minidump::StreamType::ThreadList;
95 static constexpr Stream::StreamKind Kind = Stream::StreamKind::MemoryList;
96 static constexpr minidump::StreamType Type = minidump::StreamType::MemoryList;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.h61 // constexpr version of __sanitizer::RoundUp without the extraneous CHECK.
62 // This way we can use it in constexpr variables and functions declarations.
63 constexpr uptr RoundUpTo(uptr Size, uptr Boundary) {
68 constexpr uptr getHeaderSize() {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h1 //===--- Descriptor.h - Types for the constexpr VM --------------*- C++ -*-===//
63 static constexpr unsigned UnknownSizeMark = (unsigned)-1;
194 static constexpr uint64_t PER_FIELD = sizeof(T) * CHAR_BIT;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DXcodeSDK.h41 static constexpr int numSDKTypes = Linux + 1;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h21 static constexpr unsigned NotIndexed = -1;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h77 static constexpr ResponseFileSupport None() {
84 static constexpr ResponseFileSupport AtFileUTF8() {
91 static constexpr ResponseFileSupport AtFileCurCP() {
98 static constexpr ResponseFileSupport AtFileUTF16() {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAVR.cpp275 static constexpr llvm::StringLiteral ValidFamilyNames[] = {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp48 constexpr int BitsPerWord = 8 * sizeof(uint32_t);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCXCOFFObjectWriter.cpp22 static constexpr uint8_t SignBitMask = 0x80;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DTapiFile.h52 constexpr Symbol(StringRef Prefix, StringRef Name, uint32_t Flags)

Completed in 247 milliseconds

1234567891011>>