OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attr_noreturn
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/main/coregrind/m_gdbserver/
server.h
160
#ifndef
ATTR_NORETURN
162
#define
ATTR_NORETURN
__attribute__ ((noreturn))
164
#define
ATTR_NORETURN
/* nothing */
312
void error (const char *string,...)
ATTR_NORETURN
ATTR_FORMAT (printf, 1, 2);
316
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
3374
attr_noreturn
,
enumerator in enum:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType::Kind
[
all
...]
/external/clang/lib/Sema/
SemaType.cpp
[
all
...]
Completed in 928 milliseconds