/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
limits | 208 static constexpr int max_digits10 = 0; 318 static constexpr _Tp 382 static constexpr bool 388 static constexpr int max_digits10 = 0; 451 static constexpr char 458 static constexpr int max_digits10 = 0; 518 static constexpr signed char 526 static constexpr int max_digits10 = 0; 588 static constexpr unsigned char 597 static constexpr int max_digits10 = 0 [all...] |
/external/libcxx/test/std/utilities/time/time.duration/time.duration.nonmember/ |
op_divide_duration.pass.cpp | 15 // constexpr 46 constexpr std::chrono::nanoseconds ns1(15); 47 constexpr std::chrono::nanoseconds ns2(5); 51 constexpr std::chrono::microseconds us1(15); 52 constexpr std::chrono::nanoseconds ns2(5); 56 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(30); 57 constexpr std::chrono::duration<int, std::ratio<3, 5> > s2(5); 61 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(30); 62 constexpr std::chrono::duration<double, std::ratio<3, 5> > s2(5);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.nonmember/ |
op_divide_duration.pass.cpp | 15 // constexpr 46 constexpr std::chrono::nanoseconds ns1(15); 47 constexpr std::chrono::nanoseconds ns2(5); 51 constexpr std::chrono::microseconds us1(15); 52 constexpr std::chrono::nanoseconds ns2(5); 56 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(30); 57 constexpr std::chrono::duration<int, std::ratio<3, 5> > s2(5); 61 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(30); 62 constexpr std::chrono::duration<double, std::ratio<3, 5> > s2(5);
|
/art/runtime/ |
oat.h | 34 static constexpr uint8_t kOatMagic[] = { 'o', 'a', 't', '\n' }; 35 static constexpr uint8_t kOatVersion[] = { '0', '7', '9', '\0' }; 37 static constexpr const char* kImageLocationKey = "image-location"; 38 static constexpr const char* kDex2OatCmdLineKey = "dex2oat-cmdline"; 39 static constexpr const char* kDex2OatHostKey = "dex2oat-host"; 40 static constexpr const char* kPicKey = "pic"; 41 static constexpr const char* kHasPatchInfoKey = "has-patch-info"; 42 static constexpr const char* kDebuggableKey = "debuggable"; 43 static constexpr const char* kNativeDebuggableKey = "native-debuggable"; 44 static constexpr const char* kCompilerFilter = "compiler-filter" [all...] |
/art/runtime/arch/ |
instruction_set.h | 40 static constexpr InstructionSet kRuntimeISA = kArm; 42 static constexpr InstructionSet kRuntimeISA = kArm64; 44 static constexpr InstructionSet kRuntimeISA = kMips; 46 static constexpr InstructionSet kRuntimeISA = kMips64; 48 static constexpr InstructionSet kRuntimeISA = kX86; 50 static constexpr InstructionSet kRuntimeISA = kX86_64; 52 static constexpr InstructionSet kRuntimeISA = kNone; 56 static constexpr size_t kArmPointerSize = 4; 57 static constexpr size_t kArm64PointerSize = 8; 58 static constexpr size_t kMipsPointerSize = 4 [all...] |
/external/libcxx/include/experimental/ |
ratio | 24 template <class R1, class R2> constexpr bool ratio_equal_v 26 template <class R1, class R2> constexpr bool ratio_not_equal_v 28 template <class R1, class R2> constexpr bool ratio_less_v 30 template <class R1, class R2> constexpr bool ratio_less_equal_v 32 template <class R1, class R2> constexpr bool ratio_greater_v 34 template <class R1, class R2> constexpr bool ratio_greater_equal_v
|
/external/libcxx/include/ |
initializer_list | 32 initializer_list() noexcept; // constexpr in C++14 34 size_t size() const noexcept; // constexpr in C++14 35 const E* begin() const noexcept; // constexpr in C++14 36 const E* end() const noexcept; // constexpr in C++14 39 template<class E> const E* begin(initializer_list<E> il) noexcept; // constexpr in C++14 40 template<class E> const E* end(initializer_list<E> il) noexcept; // constexpr in C++14
|
/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
ctor.pass.cpp | 19 // constexpr atomic<T>::atomic(T value) 29 constexpr explicit UserType(int d) noexcept : i(d) {} 40 constexpr Tp t(42); 42 constexpr Atomic a(t); 46 constexpr Atomic a{t}; 50 constexpr Atomic a = ATOMIC_VAR_INIT(t);
|
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/ |
values.pass.cpp | 20 // static constexpr size_t word_size = w; 21 // static constexpr size_t short_lag = s; 22 // static constexpr size_t long_lag = r; 23 // static constexpr result_type min() { return 0; } 24 // static constexpr result_type max() { return m-1; } 25 // static constexpr result_type default_seed = 19780503u;
|
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
__has_operator_addressof.pass.cpp | 27 constexpr B* operator&() const; 40 constexpr C operator&() const; 44 constexpr F* operator&(F const &) { return nullptr; } 47 constexpr G* operator&(G &&) { return nullptr; } 50 constexpr H* operator&(H const &&) { return nullptr; } 54 constexpr J* operator&() const &&;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
initializer_list | 32 initializer_list() noexcept; // constexpr in C++14 34 size_t size() const noexcept; // constexpr in C++14 35 const E* begin() const noexcept; // constexpr in C++14 36 const E* end() const noexcept; // constexpr in C++14 39 template<class E> const E* begin(initializer_list<E> il) noexcept; // constexpr in C++14 40 template<class E> const E* end(initializer_list<E> il) noexcept; // constexpr in C++14
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/ |
values.pass.cpp | 20 // static constexpr size_t word_size = w; 21 // static constexpr size_t short_lag = s; 22 // static constexpr size_t long_lag = r; 23 // static constexpr result_type min() { return 0; } 24 // static constexpr result_type max() { return m-1; } 25 // static constexpr result_type default_seed = 19780503u;
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
initializer_list | 32 initializer_list() noexcept; // constexpr in C++14 34 size_t size() const noexcept; // constexpr in C++14 35 const E* begin() const noexcept; // constexpr in C++14 36 const E* end() const noexcept; // constexpr in C++14 39 template<class E> const E* begin(initializer_list<E> il) noexcept; // constexpr in C++14 40 template<class E> const E* end(initializer_list<E> il) noexcept; // constexpr in C++14
|
/system/core/fastboot/ |
udp.h | 40 constexpr int kDefaultPort = 5554; 49 constexpr uint16_t kProtocolVersion = 1; 52 constexpr uint16_t kHostMaxPacketSize = 8192; 57 constexpr int kResponseTimeoutMs = 500; 58 constexpr int kMaxConnectAttempts = 4; 59 constexpr int kMaxTransmissionAttempts = 60 * 1000 / kResponseTimeoutMs;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
chrono | 131 static constexpr _ToDur 145 static constexpr _ToDur 157 static constexpr _ToDur 170 static constexpr _ToDur 191 constexpr typename enable_if<__is_duration<_ToDur>::value, 215 static constexpr _Rep 219 static constexpr _Rep 223 static constexpr _Rep 251 constexpr duration() = default; 253 // NB: Make constexpr implicit. This cannot be explicitl [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
chrono | 131 static constexpr _ToDur 145 static constexpr _ToDur 157 static constexpr _ToDur 170 static constexpr _ToDur 191 constexpr typename enable_if<__is_duration<_ToDur>::value, 215 static constexpr _Rep 219 static constexpr _Rep 223 static constexpr _Rep 251 constexpr duration() = default; 253 // NB: Make constexpr implicit. This cannot be explicitl [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
chrono | 131 static constexpr _ToDur 145 static constexpr _ToDur 157 static constexpr _ToDur 170 static constexpr _ToDur 191 constexpr typename enable_if<__is_duration<_ToDur>::value, 215 static constexpr _Rep 219 static constexpr _Rep 223 static constexpr _Rep 251 constexpr duration() = default; 253 // NB: Make constexpr implicit. This cannot be explicitl [all...] |
/external/clang/test/SemaTemplate/ |
temp_arg_nontype_cxx1z.cpp | 5 template<typename T, typename U> constexpr bool is_same = false; // expected-note +{{here}} 6 template<typename T> constexpr bool is_same<T, T> = true; 61 constexpr S &addr(S &&s) { return s; } 81 constexpr int B::*b = &B::b; 82 constexpr int C::*cb = b; 83 constexpr int D::*db = b; 84 constexpr int E::*ecb = cb; // expected-note +{{here}} 85 constexpr int E::*edb = db; // expected-note +{{here}} 87 constexpr int E::*e = &E::e; 88 constexpr int D::*de = (int D::*)e [all...] |
alignas.cpp | 7 constexpr T max(T t, U u) { return t > u ? t : u; } 10 constexpr auto max(T t, Ts ...ts) -> decltype(max(t, max(ts...))) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
regex_constants.h | 86 constexpr syntax_option_type icase = 1 << _S_icase; 93 constexpr syntax_option_type nosubs = 1 << _S_nosubs; 101 constexpr syntax_option_type optimize = 1 << _S_optimize; 107 constexpr syntax_option_type collate = 1 << _S_collate; 117 constexpr syntax_option_type ECMAScript = 1 << _S_ECMAScript; 126 constexpr syntax_option_type basic = 1 << _S_basic; 134 constexpr syntax_option_type extended = 1 << _S_extended; 144 constexpr syntax_option_type awk = 1 << _S_awk; 152 constexpr syntax_option_type grep = 1 << _S_grep; 160 constexpr syntax_option_type egrep = 1 << _S_egrep [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
regex_constants.h | 86 constexpr syntax_option_type icase = 1 << _S_icase; 93 constexpr syntax_option_type nosubs = 1 << _S_nosubs; 101 constexpr syntax_option_type optimize = 1 << _S_optimize; 107 constexpr syntax_option_type collate = 1 << _S_collate; 117 constexpr syntax_option_type ECMAScript = 1 << _S_ECMAScript; 126 constexpr syntax_option_type basic = 1 << _S_basic; 134 constexpr syntax_option_type extended = 1 << _S_extended; 144 constexpr syntax_option_type awk = 1 << _S_awk; 152 constexpr syntax_option_type grep = 1 << _S_grep; 160 constexpr syntax_option_type egrep = 1 << _S_egrep [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
regex_constants.h | 86 constexpr syntax_option_type icase = 1 << _S_icase; 93 constexpr syntax_option_type nosubs = 1 << _S_nosubs; 101 constexpr syntax_option_type optimize = 1 << _S_optimize; 107 constexpr syntax_option_type collate = 1 << _S_collate; 117 constexpr syntax_option_type ECMAScript = 1 << _S_ECMAScript; 126 constexpr syntax_option_type basic = 1 << _S_basic; 134 constexpr syntax_option_type extended = 1 << _S_extended; 144 constexpr syntax_option_type awk = 1 << _S_awk; 152 constexpr syntax_option_type grep = 1 << _S_grep; 160 constexpr syntax_option_type egrep = 1 << _S_egrep [all...] |
/art/runtime/native/ |
dalvik_system_DexFile.h | 25 constexpr size_t kOatFileIndex = 0; 26 constexpr size_t kDexFileIndexStart = 1;
|
/external/clang/test/FixIt/ |
fixit-cxx1y-compat.cpp | 10 constexpr int &f(); // expected-warning {{'constexpr' non-static member function will not be implicitly 'const' in C++14; add 'const' to avoid a change in behavior}}
|
/external/libcxx/test/std/utilities/time/time.point/time.point.comparisons/ |
op_less.pass.cpp | 76 constexpr T1 t1(Duration1(3)); 77 constexpr T1 t2(Duration1(3)); 84 constexpr T1 t1(Duration1(3)); 85 constexpr T1 t2(Duration1(4)); 92 constexpr T1 t1(Duration1(3)); 93 constexpr T2 t2(Duration2(3000)); 100 constexpr T1 t1(Duration1(3)); 101 constexpr T2 t2(Duration2(3001));
|