/external/libcxx/test/std/experimental/optional/optional.object/optional.object.ctor/ |
default.pass.cpp | 30 struct test_constexpr_ctor struct in inherits:Opt 33 constexpr test_constexpr_ctor() {} function in struct:test_constexpr_ctor 46 struct test_constexpr_ctor struct in inherits:Opt 49 constexpr test_constexpr_ctor() {} function in struct:test_constexpr_ctor
|
nullopt_t.pass.cpp | 32 struct test_constexpr_ctor struct in inherits:Opt 35 constexpr test_constexpr_ctor() {} function in struct:test_constexpr_ctor 47 struct test_constexpr_ctor struct in inherits:Opt 50 constexpr test_constexpr_ctor() {} function in struct:test_constexpr_ctor
|
const_T.pass.cpp | 61 struct test_constexpr_ctor struct in inherits:optional 64 constexpr test_constexpr_ctor(const T&) {} function in struct:test_constexpr_ctor 75 struct test_constexpr_ctor struct in inherits:optional 78 constexpr test_constexpr_ctor(const T&) {} function in struct:test_constexpr_ctor 96 struct test_constexpr_ctor struct in inherits:optional 99 constexpr test_constexpr_ctor(const T&) {} function in struct:test_constexpr_ctor
|
rvalue_T.pass.cpp | 61 struct test_constexpr_ctor struct in inherits:optional 64 constexpr test_constexpr_ctor(T&&) {} function in struct:test_constexpr_ctor 73 struct test_constexpr_ctor struct in inherits:optional 76 constexpr test_constexpr_ctor(T&&) {} function in struct:test_constexpr_ctor 91 struct test_constexpr_ctor struct in inherits:optional 94 constexpr test_constexpr_ctor(T&&) {} function in struct:test_constexpr_ctor
|
in_place_t.pass.cpp | 71 struct test_constexpr_ctor struct in inherits:optional 74 constexpr test_constexpr_ctor(in_place_t, int i) function in struct:test_constexpr_ctor 99 struct test_constexpr_ctor struct in inherits:optional 102 constexpr test_constexpr_ctor(in_place_t) function in struct:test_constexpr_ctor 112 struct test_constexpr_ctor struct in inherits:optional 115 constexpr test_constexpr_ctor(in_place_t, int i) function in struct:test_constexpr_ctor 125 struct test_constexpr_ctor struct in inherits:optional 128 constexpr test_constexpr_ctor(in_place_t, int i, int j) function in struct:test_constexpr_ctor
|
initializer_list.pass.cpp | 97 struct test_constexpr_ctor struct in inherits:optional 100 constexpr test_constexpr_ctor(in_place_t, std::initializer_list<int> i) function in struct:test_constexpr_ctor 117 struct test_constexpr_ctor struct in inherits:optional 120 constexpr test_constexpr_ctor(in_place_t, std::initializer_list<int> i) function in struct:test_constexpr_ctor
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.ctor/ |
default.pass.cpp | 30 struct test_constexpr_ctor struct in inherits:Opt 33 constexpr test_constexpr_ctor() {} function in struct:test_constexpr_ctor 46 struct test_constexpr_ctor struct in inherits:Opt 49 constexpr test_constexpr_ctor() {} function in struct:test_constexpr_ctor
|
nullopt_t.pass.cpp | 32 struct test_constexpr_ctor struct in inherits:Opt 35 constexpr test_constexpr_ctor() {} function in struct:test_constexpr_ctor 47 struct test_constexpr_ctor struct in inherits:Opt 50 constexpr test_constexpr_ctor() {} function in struct:test_constexpr_ctor
|
const_T.pass.cpp | 61 struct test_constexpr_ctor struct in inherits:optional 64 constexpr test_constexpr_ctor(const T&) {} function in struct:test_constexpr_ctor 75 struct test_constexpr_ctor struct in inherits:optional 78 constexpr test_constexpr_ctor(const T&) {} function in struct:test_constexpr_ctor 96 struct test_constexpr_ctor struct in inherits:optional 99 constexpr test_constexpr_ctor(const T&) {} function in struct:test_constexpr_ctor
|
rvalue_T.pass.cpp | 61 struct test_constexpr_ctor struct in inherits:optional 64 constexpr test_constexpr_ctor(T&&) {} function in struct:test_constexpr_ctor 73 struct test_constexpr_ctor struct in inherits:optional 76 constexpr test_constexpr_ctor(T&&) {} function in struct:test_constexpr_ctor 91 struct test_constexpr_ctor struct in inherits:optional 94 constexpr test_constexpr_ctor(T&&) {} function in struct:test_constexpr_ctor
|
in_place_t.pass.cpp | 71 struct test_constexpr_ctor struct in inherits:optional 74 constexpr test_constexpr_ctor(in_place_t, int i) function in struct:test_constexpr_ctor 99 struct test_constexpr_ctor struct in inherits:optional 102 constexpr test_constexpr_ctor(in_place_t) function in struct:test_constexpr_ctor 112 struct test_constexpr_ctor struct in inherits:optional 115 constexpr test_constexpr_ctor(in_place_t, int i) function in struct:test_constexpr_ctor 125 struct test_constexpr_ctor struct in inherits:optional 128 constexpr test_constexpr_ctor(in_place_t, int i, int j) function in struct:test_constexpr_ctor
|
initializer_list.pass.cpp | 97 struct test_constexpr_ctor struct in inherits:optional 100 constexpr test_constexpr_ctor(in_place_t, std::initializer_list<int> i) function in struct:test_constexpr_ctor 117 struct test_constexpr_ctor struct in inherits:optional 120 constexpr test_constexpr_ctor(in_place_t, std::initializer_list<int> i) function in struct:test_constexpr_ctor
|