Home
last modified time | relevance | path

Searched refs:throw_now (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
Dmove.pass.cpp28 static bool throw_now; member
34 if (throw_now) in X()
41 if (throw_now) in operator =()
51 bool X::throw_now = false; member in X
104 X::throw_now = false; in main()
111 X::throw_now = true; in main()
125 X::throw_now = false; in main()
132 X::throw_now = true; in main()
Dcopy.pass.cpp26 static bool throw_now; member
31 if (throw_now) in X()
36 bool X::throw_now = false; member in X
91 X::throw_now = true; in main()
Dconst_optional_U.pass.cpp28 static bool throw_now; member
33 if (throw_now) in X()
38 bool X::throw_now = false; member in X
243 X::throw_now = true; in main()
Doptional_U.pass.cpp29 static bool throw_now; member
34 if (throw_now) in X()
39 bool X::throw_now = false; member in X
257 X::throw_now = true; in main()
/external/libcxx/test/std/experimental/optional/optional.object/optional.object.assign/
Dcopy.pass.cpp32 static bool throw_now; member
37 if (throw_now) in X()
42 bool X::throw_now = false; member in X
90 X::throw_now = true; in main()
Dmove.pass.cpp34 static bool throw_now; member
39 if (throw_now) in X()
48 bool X::throw_now = false; member in X
100 X::throw_now = true; in main()