HomeSort by relevance Sort by last modified time
    Searched defs:NoThrow (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Analysis/
new-with-exceptions.cpp 15 struct NoThrow {
32 clang_analyzer_eval(new NoThrow); // expected-warning{{UNKNOWN}}
40 clang_analyzer_eval(new NoThrow[2]); // expected-warning{{TRUE}}
49 clang_analyzer_eval(new (1) NoThrow[2]); // expected-warning{{UNKNOWN}}
  /external/clang/test/SemaCXX/
member-init.cpp 41 struct NoThrow { NoThrowCtor tc = 42; };
44 static_assert(noexcept(NoThrow()), "incorrect exception specification");

Completed in 119 milliseconds