Searched
full:constexpr (Results
426 -
450 of
1617) sorted by null
<<11121314151617181920>>
/external/libcxx/test/std/containers/sequences/array/array.size/ |
size.pass.cpp | 12 // template <class T, size_t N> constexpr size_type array<T,N>::size(); 41 constexpr C c = {1, 2, 3.5}; 49 constexpr C c = {};
|
/external/libcxx/test/std/containers/sequences/array/array.tuple/ |
get.pass.cpp | 26 constexpr S() : a{1,2,3}, k(std::get<2>(a)) {} 29 constexpr std::array<int, 2> getArr () { return { 3, 4 }; } 47 constexpr C c = {1, 2, 3.5};
|
/external/libcxx/test/std/experimental/string.view/string.view.comparison/ |
opge.string_view.string_view.pass.cpp | 13 // constexpr bool operator>=(basic_string_view<charT,traits> lhs, 54 constexpr SV sv1; 55 constexpr SV sv2 { "abcde", 5 };
|
opgt.string_view.string_view.pass.cpp | 13 // constexpr bool operator>(basic_string_view<charT,traits> lhs, 54 constexpr SV sv1; 55 constexpr SV sv2 { "abcde", 5 };
|
ople.string_view.string_view.pass.cpp | 13 // constexpr bool operator<=(basic_string_view<charT,traits> lhs, 54 constexpr SV sv1; 55 constexpr SV sv2 { "abcde", 5 };
|
oplt.string_view.string_view.pass.cpp | 13 // constexpr bool operator<(basic_string_view<charT,traits> lhs, 54 constexpr SV sv1; 55 constexpr SV sv2 { "abcde", 5 };
|
/external/libcxx/test/std/iterators/iterator.container/ |
size.pass.cpp | 11 // template <class C> constexpr auto size(const C& c) -> decltype(c.size()); // C++17 12 // template <class T, size_t N> constexpr size_t size(const T (&array)[N]) noexcept; // C++17 72 static constexpr int arrA [] { 1, 2, 3 };
|
/external/libcxx/test/std/numerics/complex.number/complex.members/ |
real_imag.pass.cpp | 23 constexpr std::complex<T> c1; 26 constexpr std::complex<T> c2(3); 29 constexpr std::complex<T> c3(3, 4);
|
/external/libcxx/test/std/utilities/time/time.point/time.point.nonmember/ |
op_+.pass.cpp | 39 constexpr std::chrono::time_point<Clock, Duration1> t1(Duration1(3)); 40 constexpr std::chrono::time_point<Clock, Duration2> t2 = t1 + Duration2(5); 42 constexpr std::chrono::time_point<Clock, Duration2> t3 = Duration2(6) + t1;
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/ |
make_tuple.pass.cpp | 45 constexpr auto t1 = std::make_tuple(0, 1, 3.14); 46 constexpr int i1 = std::get<1>(t1); 47 constexpr double d1 = std::get<2>(t1);
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/ |
get_const.pass.cpp | 42 constexpr T t(2.718, 5); 48 constexpr T t{Empty()}; 49 constexpr Empty e = std::get<0>(t);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/array.size/ |
size.pass.cpp | 12 // template <class T, size_t N> constexpr size_type array<T,N>::size(); 39 constexpr C c = {1, 2, 3.5}; 47 constexpr C c = {};
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/array.tuple/ |
get.pass.cpp | 21 constexpr S() : a{1,2,3}, k(std::get<2>(a)) {} 24 constexpr std::array<int, 2> getArr () { return { 3, 4 }; } 42 constexpr C c = {1, 2, 3.5};
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.members/ |
real_imag.pass.cpp | 23 constexpr std::complex<T> c1; 26 constexpr std::complex<T> c2(3); 29 constexpr std::complex<T> c3(3, 4);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.nonmember/ |
op_+.pass.cpp | 39 constexpr std::chrono::time_point<Clock, Duration1> t1(Duration1(3)); 40 constexpr std::chrono::time_point<Clock, Duration2> t2 = t1 + Duration2(5); 42 constexpr std::chrono::time_point<Clock, Duration2> t3 = Duration2(6) + t1;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/ |
UTypes.pass.cpp | 28 explicit constexpr A(int i) : id_(i) {} 68 constexpr std::tuple<Empty> t0{Empty()}; 71 constexpr std::tuple<A, A> t(3, 2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/ |
make_tuple.pass.cpp | 43 constexpr auto t1 = std::make_tuple(0, 1, 3.14); 44 constexpr int i1 = std::get<1>(t1); 45 constexpr double d1 = std::get<2>(t1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/ |
get_const.pass.cpp | 40 constexpr T t(2.718, 5); 46 constexpr T t{Empty()}; 47 constexpr Empty e = std::get<0>(t);
|
/art/compiler/linker/arm/ |
relative_patcher_thumb2_test.cc | 38 static constexpr uint32_t kBlPlus0 = 0xf000f800; 39 static constexpr uint32_t kBlMinus256 = 0xf7ffff00; 42 static constexpr uint32_t kBlPlusMax = 0xf3ffd7ff; 43 static constexpr uint32_t kBlMinusMax = 0xf400d000; 167 constexpr uint32_t kStringIndex = 1u; 263 constexpr uint32_t missing_method_index = 1024u; 265 constexpr uint32_t bl_offset_in_method3 = 3u * 2u; // After NOPs. 272 constexpr uint32_t just_over_max_negative_disp = 16 * MB + 2 - 4u /* PC adjustment */; 294 constexpr uint32_t bl_offset_in_method1 = 3u * 2u; // After NOPs. 301 constexpr uint32_t max_positive_disp = 16 * MB - 2u + 4u /* PC adjustment */ [all...] |
/art/compiler/optimizing/ |
bounds_check_elimination.h | 38 static constexpr const char* kBoundsCheckEliminationPassName = "BCE";
|
gvn.h | 36 static constexpr const char* kGlobalValueNumberingPassName = "GVN";
|
licm.h | 35 static constexpr const char* kLoopInvariantCodeMotionPassName = "licm";
|
load_store_elimination.h | 34 static constexpr const char* kLoadStoreEliminationPassName = "load_store_elimination";
|
/art/compiler/utils/arm64/ |
constants_arm64.h | 32 constexpr size_t kArm64BaseBufferSize = 4096;
|
/art/runtime/gc/space/ |
memory_tool_settings.h | 26 static constexpr size_t kDefaultMemoryToolRedZoneBytes = 8;
|
Completed in 2418 milliseconds
<<11121314151617181920>>