Searched refs:constexpr (Results 176 - 200 of 426) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp41 constexpr u64 XRayProfilingVersion = 0x20180424;
44 constexpr u64 XRayMagicBytes = 0x7872617970726f66;
211 constexpr int32_t SentinelFId = 0;
H A Dxray_utils.cpp42 constexpr const char* ProfileSinkName = "llvm-xray";
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h88 static constexpr int kMetadataBodySize = 15;
378 static constexpr unsigned kFunctionRecordSize = 8;
424 static constexpr uint16_t DefaultVersion = 5u;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp29 static constexpr OptionDefinition g_option_table[] = {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_mips64.cpp101 constexpr size_t k_num_register_sets = 3;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM64.cpp554 constexpr size_t k_num_reg_infos = llvm::array_lengthof(g_reg_infos);
761 constexpr size_t k_num_gpr_regs = llvm::array_lengthof(g_gpr_regnums) - 1;
762 constexpr size_t k_num_fpu_regs = llvm::array_lengthof(g_fpu_regnums) - 1;
769 constexpr size_t k_num_reg_sets = llvm::array_lengthof(g_reg_sets);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h92 /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr)
97 /*implicit*/ constexpr ArrayRef(const T (&Arr)[N]) : Data(Arr), Length(N) {}
329 /*implicit*/ constexpr MutableArrayRef(std::array<T, N> &Arr)
334 /*implicit*/ constexpr MutableArrayRef(T (&Arr)[N]) : ArrayRef<T>(Arr) {}
H A DHashing.h160 static constexpr uint64_t k0 = 0xc3a5c85c97cb3127ULL;
161 static constexpr uint64_t k1 = 0xb492b66fbe98f273ULL;
162 static constexpr uint64_t k2 = 0x9ae16a3b2f90404fULL;
163 static constexpr uint64_t k3 = 0xc949d7c7509e6557ULL;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h52 static constexpr bool IsPostDominators = IsPostDom;
H A DLoopCacheAnalysis.h179 static CacheCostTy constexpr InvalidCost = -1;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h53 static constexpr int NumLowBitsAvailable = 1;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclGroup.h150 static constexpr int NumLowBitsAvailable = 0;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp137 constexpr unsigned AutoSenseRadix = 0;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DArgumentsAdjusters.cpp29 constexpr llvm::StringRef OutputCommands[] = {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h75 explicit constexpr BlockingMutex(LinkerInitialized)
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp62 constexpr size_t strerror_buff_size = 1024;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h73 static constexpr unsigned SpellingNotCalculated = 0xf;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h150 static constexpr llvm::StringLiteral RootID = "___root___";
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h1 //===--- Program.h - Bytecode for the constexpr VM --------------*- C++ -*-===//
194 static constexpr unsigned NoDeclaration = (unsigned)-1;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp76 template <> struct NodeID<Expr> { static constexpr StringRef value = "expr"; };
77 template <> struct NodeID<Decl> { static constexpr StringRef value = "decl"; };
78 constexpr StringRef NodeID<Expr>::value;
79 constexpr StringRef NodeID<Decl>::value;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DHexagon.cpp185 static constexpr CPUSuffix Suffixes[] = {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp51 constexpr size_t EightKB = 8 * 1024;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/XRay/
H A DFDRRecordProducer.cpp75 constexpr bool isMetadataIntroducer(uint8_t FirstByte) {
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp21 static constexpr int WebAssemblyInstructionTableSize = 256;
84 OS << "static constexpr int WebAssemblyInstructionTableSize = ";
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h41 static constexpr unsigned NonUniqueID = ~0U;

Completed in 483 milliseconds

1234567891011>>