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

  /external/valgrind/coregrind/m_gdbserver/
server.h 163 #ifndef ATTR_NORETURN
165 #define ATTR_NORETURN __attribute__ ((noreturn))
167 #define ATTR_NORETURN /* nothing */
329 void error (const char *string,...) ATTR_NORETURN ATTR_FORMAT (printf, 1, 2);
333 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 3622 attr_noreturn, enumerator in enum:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType::Kind
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 196 milliseconds