HomeSort by: relevance | last modified time | path
    Searched refs:constexpr (Results 1 - 25 of 1145) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer_fuchsia.h 25 constexpr const char *kFormatDemangle = "{{{symbol:%s}}}";
26 constexpr uptr kFormatDemangleMax = 1024; // Arbitrary.
29 constexpr const char *kFormatFunction = "{{{pc:%p}}}";
30 constexpr uptr kFormatFunctionMax = 64; // More than big enough for 64-bit hex.
33 constexpr const char *kFormatData = "{{{data:%p}}}";
36 constexpr const char *kFormatFrame = "{{{bt:%u:%p}}}";
sanitizer_symbolizer_rtems.h 26 constexpr const char *kFormatDemangle = "{{{symbol:%s}}}";
27 constexpr uptr kFormatDemangleMax = 1024; // Arbitrary.
30 constexpr const char *kFormatFunction = "{{{pc:%p}}}";
31 constexpr uptr kFormatFunctionMax = 64; // More than big enough for 64-bit hex.
34 constexpr const char *kFormatData = "{{{data:%p}}}";
37 constexpr const char *kFormatFrame = " [%u] IP: %p";
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer_fuchsia.h 24 constexpr const char *kFormatDemangle = "{{{symbol:%s}}}";
25 constexpr uptr kFormatDemangleMax = 1024; // Arbitrary.
28 constexpr const char *kFormatFunction = "{{{pc:%p}}}";
29 constexpr uptr kFormatFunctionMax = 64; // More than big enough for 64-bit hex.
32 constexpr const char *kFormatData = "{{{data:%p}}}";
35 constexpr const char *kFormatFrame = "{{{bt:%u:%p}}}";
sanitizer_dense_map_info.h 21 static constexpr unsigned combineHashValue(unsigned a, unsigned b) {
40 constexpr DenseMapPair() = default;
41 constexpr DenseMapPair(const KeyT &f, const ValueT &s)
45 constexpr DenseMapPair(KeyT2 &&f, ValueT2 &&s)
49 constexpr DenseMapPair(const DenseMapPair &other) = default;
50 constexpr DenseMapPair &operator=(const DenseMapPair &other) = default;
51 constexpr DenseMapPair(DenseMapPair &&other) = default;
52 constexpr DenseMapPair &operator=(DenseMapPair &&other) = default;
81 static constexpr uptr Log2MaxAlign = 12;
83 static constexpr T *getEmptyKey()
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer_fuchsia.h 24 constexpr const char *kFormatDemangle = "{{{symbol:%s}}}";
25 constexpr uptr kFormatDemangleMax = 1024; // Arbitrary.
28 constexpr const char *kFormatFunction = "{{{pc:%p}}}";
29 constexpr uptr kFormatFunctionMax = 64; // More than big enough for 64-bit hex.
32 constexpr const char *kFormatData = "{{{data:%p}}}";
35 constexpr const char *kFormatFrame = "{{{bt:%u:%p}}}";
  /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
Minidump.cpp 13 constexpr uint32_t Header::MagicSignature;
14 constexpr uint16_t Header::MagicVersion;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
constexpr-field.cc 21 static constexpr bool f = true;
28 static constexpr bool f = true;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
constexpr-field.cc 21 static constexpr bool f = true;
28 static constexpr bool f = true;
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
XCOFF.h 27 constexpr size_t FileNamePadSize = 6;
28 constexpr size_t NameSize = 8;
29 constexpr size_t SymbolTableEntrySize = 18;
30 constexpr size_t RelocationSerializationSize32 = 10;
31 constexpr uint16_t RelocOverflow = 65535;
32 constexpr uint8_t AllocRegNo = 31;
321 static constexpr uint32_t VersionMask = 0xFF00'0000;
322 static constexpr uint8_t VersionShift = 24;
325 static constexpr uint32_t LanguageIdMask = 0x00FF'0000;
326 static constexpr uint8_t LanguageIdShift = 16
    [all...]
MsgPack.h 24 constexpr support::endianness Endianness = support::big;
28 #define HANDLE_MP_FIRST_BYTE(ID, NAME) constexpr uint8_t NAME = ID;
40 #define HANDLE_MP_FIX_BITS(ID, NAME) constexpr uint8_t NAME = ID;
53 #define HANDLE_MP_FIX_BITS_MASK(ID, NAME) constexpr uint8_t NAME = ID;
62 #define HANDLE_MP_FIX_MAX(ID, NAME) constexpr uint8_t NAME = ID;
72 #define HANDLE_MP_FIX_LEN(ID, NAME) constexpr uint8_t NAME = ID;
85 #define HANDLE_MP_FIX_MIN(ID, NAME) constexpr int8_t NAME = ID;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
enable_special_members.h 44 explicit constexpr _Enable_default_constructor_tag() = default;
55 constexpr _Enable_default_constructor() noexcept = default;
56 constexpr _Enable_default_constructor(_Enable_default_constructor const&)
58 constexpr _Enable_default_constructor(_Enable_default_constructor&&)
66 constexpr explicit
113 constexpr _Enable_default_constructor() noexcept = delete;
114 constexpr _Enable_default_constructor(_Enable_default_constructor const&)
116 constexpr _Enable_default_constructor(_Enable_default_constructor&&)
124 constexpr explicit
135 constexpr _Enable_copy_move() noexcept = default
    [all...]
regex_error.h 69 _GLIBCXX17_INLINE constexpr error_type error_collate(_S_error_collate);
72 _GLIBCXX17_INLINE constexpr error_type error_ctype(_S_error_ctype);
78 _GLIBCXX17_INLINE constexpr error_type error_escape(_S_error_escape);
81 _GLIBCXX17_INLINE constexpr error_type error_backref(_S_error_backref);
84 _GLIBCXX17_INLINE constexpr error_type error_brack(_S_error_brack);
87 _GLIBCXX17_INLINE constexpr error_type error_paren(_S_error_paren);
90 _GLIBCXX17_INLINE constexpr error_type error_brace(_S_error_brace);
93 _GLIBCXX17_INLINE constexpr error_type error_badbrace(_S_error_badbrace);
99 _GLIBCXX17_INLINE constexpr error_type error_range(_S_error_range);
105 _GLIBCXX17_INLINE constexpr error_type error_space(_S_error_space)
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
enable_special_members.h 44 explicit constexpr _Enable_default_constructor_tag() = default;
55 constexpr _Enable_default_constructor() noexcept = default;
56 constexpr _Enable_default_constructor(_Enable_default_constructor const&)
58 constexpr _Enable_default_constructor(_Enable_default_constructor&&)
66 constexpr explicit
113 constexpr _Enable_default_constructor() noexcept = delete;
114 constexpr _Enable_default_constructor(_Enable_default_constructor const&)
116 constexpr _Enable_default_constructor(_Enable_default_constructor&&)
124 constexpr explicit
135 constexpr _Enable_copy_move() noexcept = default
    [all...]
regex_constants.h 89 _GLIBCXX17_INLINE constexpr syntax_option_type icase = _S_icase;
96 _GLIBCXX17_INLINE constexpr syntax_option_type nosubs = _S_nosubs;
104 _GLIBCXX17_INLINE constexpr syntax_option_type optimize = _S_optimize;
110 _GLIBCXX17_INLINE constexpr syntax_option_type collate = _S_collate;
120 _GLIBCXX17_INLINE constexpr syntax_option_type ECMAScript = _S_ECMAScript;
129 _GLIBCXX17_INLINE constexpr syntax_option_type basic = _S_basic;
137 _GLIBCXX17_INLINE constexpr syntax_option_type extended = _S_extended;
147 _GLIBCXX17_INLINE constexpr syntax_option_type awk = _S_awk;
155 _GLIBCXX17_INLINE constexpr syntax_option_type grep = _S_grep;
163 _GLIBCXX17_INLINE constexpr syntax_option_type egrep = _S_egrep
    [all...]
regex_error.h 69 _GLIBCXX17_INLINE constexpr error_type error_collate(_S_error_collate);
72 _GLIBCXX17_INLINE constexpr error_type error_ctype(_S_error_ctype);
78 _GLIBCXX17_INLINE constexpr error_type error_escape(_S_error_escape);
81 _GLIBCXX17_INLINE constexpr error_type error_backref(_S_error_backref);
84 _GLIBCXX17_INLINE constexpr error_type error_brack(_S_error_brack);
87 _GLIBCXX17_INLINE constexpr error_type error_paren(_S_error_paren);
90 _GLIBCXX17_INLINE constexpr error_type error_brace(_S_error_brace);
93 _GLIBCXX17_INLINE constexpr error_type error_badbrace(_S_error_badbrace);
99 _GLIBCXX17_INLINE constexpr error_type error_range(_S_error_range);
105 _GLIBCXX17_INLINE constexpr error_type error_space(_S_error_space)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
BitstreamRemarkContainer.h 26 constexpr uint64_t CurrentContainerVersion = 0;
28 constexpr StringLiteral ContainerMagic("RMRK");
70 constexpr StringRef MetaBlockName = StringRef("Meta", 4);
71 constexpr StringRef RemarkBlockName = StringRef("Remark", 6);
92 constexpr StringRef MetaContainerInfoName = StringRef("Container info", 14);
93 constexpr StringRef MetaRemarkVersionName = StringRef("Remark version", 14);
94 constexpr StringRef MetaStrTabName = StringRef("String table", 12);
95 constexpr StringRef MetaExternalFileName = StringRef("External File", 13);
96 constexpr StringRef RemarkHeaderName = StringRef("Remark header", 13);
97 constexpr StringRef RemarkDebugLocName = StringRef("Remark debug location", 21)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
LaneBitmask.h 43 constexpr static const char *const FormatStr = "%016llX";
45 constexpr LaneBitmask() = default;
46 explicit constexpr LaneBitmask(Type V) : Mask(V) {}
48 constexpr bool operator== (LaneBitmask M) const { return Mask == M.Mask; }
49 constexpr bool operator!= (LaneBitmask M) const { return Mask != M.Mask; }
50 constexpr bool operator< (LaneBitmask M) const { return Mask < M.Mask; }
51 constexpr bool none() const { return Mask == 0; }
52 constexpr bool any() const { return Mask != 0; }
53 constexpr bool all() const { return ~Mask == 0; }
55 constexpr LaneBitmask operator~() const
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h 57 static constexpr unsigned PointerSize = sizeof(uintptr_t);
58 static constexpr unsigned TrampolineSize = 1;
59 static constexpr unsigned StubSize = 1;
60 static constexpr unsigned StubToPointerMaxDisplacement = 1;
61 static constexpr unsigned ResolverCodeSize = 1;
90 static constexpr unsigned PointerSize = 8;
91 static constexpr unsigned TrampolineSize = 12;
92 static constexpr unsigned StubSize = 8;
93 static constexpr unsigned StubToPointerMaxDisplacement = 1U << 27;
94 static constexpr unsigned ResolverCodeSize = 0x120
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
AMDGPUMetadata.h 33 constexpr uint32_t VersionMajorV2 = 1;
35 constexpr uint32_t VersionMinorV2 = 0;
38 constexpr uint32_t VersionMajorV3 = 1;
40 constexpr uint32_t VersionMinorV3 = 0;
43 constexpr uint32_t VersionMajorV4 = 1;
45 constexpr uint32_t VersionMinorV4 = 1;
48 constexpr char AssemblerDirectiveBegin[] = ".amd_amdgpu_hsa_metadata";
50 constexpr char AssemblerDirectiveEnd[] = ".end_amd_amdgpu_hsa_metadata";
123 constexpr char ReqdWorkGroupSize[] = "ReqdWorkGroupSize";
125 constexpr char WorkGroupSizeHint[] = "WorkGroupSizeHint"
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_x86_conversions.h 38 constexpr size_t _Np = _Traits::_S_full_size;
41 constexpr size_t _M = _VectorTraits<_To>::_S_full_size;
44 [[maybe_unused]] constexpr bool __x_to_x
46 [[maybe_unused]] constexpr bool __x_to_y
48 [[maybe_unused]] constexpr bool __x_to_z
50 [[maybe_unused]] constexpr bool __y_to_x
52 [[maybe_unused]] constexpr bool __y_to_y
54 [[maybe_unused]] constexpr bool __y_to_z
56 [[maybe_unused]] constexpr bool __z_to_x
58 [[maybe_unused]] constexpr bool __z_to_
    [all...]
numeric_traits.h 45 static inline constexpr int value
51 { static inline constexpr int value = __FLT_MANT_DIG__; };
55 { static inline constexpr int value = __DBL_MANT_DIG__; };
59 { static inline constexpr int value = __LDBL_MANT_DIG__; };
68 static inline constexpr int value = __digits_impl<_Tp>::value * 643L / 2136;
73 { static inline constexpr int value = __FLT_DIG__; };
77 { static inline constexpr int value = __DBL_DIG__; };
81 { static inline constexpr int value = __LDBL_DIG__; };
89 static inline constexpr int value
99 { static inline constexpr int value = __FLT_MAX_EXP__; }
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_x86_conversions.h 38 constexpr size_t _Np = _Traits::_S_full_size;
41 constexpr size_t _M = _VectorTraits<_To>::_S_full_size;
44 [[maybe_unused]] constexpr bool __x_to_x
46 [[maybe_unused]] constexpr bool __x_to_y
48 [[maybe_unused]] constexpr bool __x_to_z
50 [[maybe_unused]] constexpr bool __y_to_x
52 [[maybe_unused]] constexpr bool __y_to_y
54 [[maybe_unused]] constexpr bool __y_to_z
56 [[maybe_unused]] constexpr bool __z_to_x
58 [[maybe_unused]] constexpr bool __z_to_
    [all...]
numeric_traits.h 45 static inline constexpr int value
51 { static inline constexpr int value = __FLT_MANT_DIG__; };
55 { static inline constexpr int value = __DBL_MANT_DIG__; };
59 { static inline constexpr int value = __LDBL_MANT_DIG__; };
68 static inline constexpr int value = __digits_impl<_Tp>::value * 643L / 2136;
73 { static inline constexpr int value = __FLT_DIG__; };
77 { static inline constexpr int value = __DBL_DIG__; };
81 { static inline constexpr int value = __LDBL_DIG__; };
89 static inline constexpr int value
99 { static inline constexpr int value = __FLT_MAX_EXP__; }
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
X86TargetParser.cpp 22 /// This is a constexpr reimplementation of a subset of std::bitset. It would be
26 static constexpr unsigned NUM_FEATURE_WORDS =
29 // This cannot be a std::array, operator[] is not constexpr until C++17.
33 constexpr FeatureBitset() = default;
34 constexpr FeatureBitset(std::initializer_list<unsigned> Init) {
43 constexpr FeatureBitset &set(unsigned I) {
50 constexpr bool operator[](unsigned I) const {
55 constexpr FeatureBitset &operator&=(const FeatureBitset &RHS) {
64 constexpr FeatureBitset &operator|=(const FeatureBitset &RHS) {
74 constexpr FeatureBitset operator&(const FeatureBitset &RHS) const
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
execution_defs.h 27 static constexpr std::false_type
32 static constexpr std::false_type
37 static constexpr std::false_type
49 static constexpr std::false_type
54 static constexpr std::false_type
59 static constexpr std::true_type
71 static constexpr std::true_type
76 static constexpr std::true_type
81 static constexpr std::true_type
92 static constexpr std::true_typ
    [all...]

Completed in 42 milliseconds

1 2 3 4 5 6 7 8 91011>>