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

  /external/clang/test/Analysis/
temp-obj-dtors-cfg-output.cpp 141 class NoReturn {
143 ~NoReturn() __attribute__((noreturn));
149 NoReturn().f();
155 NoReturn(), 47;
159 extern bool check(const NoReturn&);
164 if (!value || check(NoReturn())) {
174 if (!value || !value || check(NoReturn())) {
184 if (!value || value || check(NoReturn())) {
    [all...]
dtor.cpp 380 ~NRCheck() __attribute__((noreturn));
469 namespace NoReturn {
471 ~NR() __attribute__((noreturn));
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p3.cpp 219 constexpr int NoReturn() {} // expected-error {{no return statement in constexpr function}}
  /external/llvm/include/llvm/IR/
Attributes.h 92 NoReturn, ///< Mark the function as not returning
  /external/clang/test/SemaCXX/
cxx1y-deduced-return-type.cpp 304 namespace NoReturn {
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 58 /// terms of noreturn and default calling convention adjustments.
    [all...]
SemaExpr.cpp     [all...]

Completed in 181 milliseconds