HomeSort by relevance Sort by last modified time
    Searched full:attr_noreturn (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/coregrind/m_gdbserver/
server.h 165 #ifndef ATTR_NORETURN
167 #define ATTR_NORETURN __attribute__ ((noreturn))
169 #define ATTR_NORETURN /* nothing */
325 void error (const char *string,...) ATTR_NORETURN ATTR_FORMAT (printf, 1, 2);
329 void fatal (const char *string,...) ATTR_NORETURN ATTR_FORMAT (printf, 1, 2);
  /external/clang/www/analyzer/
annotations.html 67 <li><a href="#attr_noreturn">Attribute 'noreturn'</a></li>
573 <h4 id="attr_noreturn">Attribute 'noreturn'</h4>
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
Type.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 3413 attr_noreturn, enumerator in enum:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType::Kind
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 244 milliseconds