OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_GABIXX_NORETURN
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/gabi++/include/
gabixx_config.h
34
//
_GABIXX_NORETURN
<return-type> <name>(....) { ... }
35
#define
_GABIXX_NORETURN
__attribute__((__noreturn__))
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
gabixx_config.h
34
//
_GABIXX_NORETURN
<return-type> <name>(....) { ... }
35
#define
_GABIXX_NORETURN
__attribute__((__noreturn__))
Completed in 181 milliseconds