Home
last modified time | relevance | path

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

/external/llvm-project/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
137 X::throw_now = false; in main()
144 X::throw_now = true; in main()
158 X::throw_now = false; in main()
165 X::throw_now = true; in main()
Dcopy.pass.cpp25 static bool throw_now; member
30 if (throw_now) in X()
36 bool X::throw_now = false; member in X
95 X::throw_now = true; in main()
Dconst_optional_U.pass.cpp27 static bool throw_now; member
32 if (throw_now) in X()
37 bool X::throw_now = false; member in X
242 X::throw_now = true; in main()
Doptional_U.pass.cpp28 static bool throw_now; member
33 if (throw_now) in X()
38 bool X::throw_now = false; member in X
256 X::throw_now = true; in main()
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
Dmove.pass.cpp29 static bool throw_now; member
35 if (throw_now) in X()
42 if (throw_now) in operator =()
52 bool X::throw_now = false; member in X
138 X::throw_now = false; in main()
145 X::throw_now = true; in main()
159 X::throw_now = false; in main()
166 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
95 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()