OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExplicitThrow
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Analysis/
new-with-exceptions.cpp
27
struct
ExplicitThrow
{
36
clang_analyzer_eval(new
ExplicitThrow
); // expected-warning{{TRUE}}
43
clang_analyzer_eval(new
ExplicitThrow
[2]); // expected-warning{{TRUE}}
52
clang_analyzer_eval(new (1)
ExplicitThrow
[2]); // expected-warning{{UNKNOWN}}
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
U.pass.cpp
33
struct
ExplicitThrow
35
constexpr explicit
ExplicitThrow
(int x) { if (x != -1) TEST_THROW(6);}
126
using T =
ExplicitThrow
;
Completed in 98 milliseconds