HomeSort by relevance Sort by last modified time
    Searched refs:NORETURN (Results 1 - 15 of 15) sorted by null

  /external/compiler-rt/lib/asan/
asan_report.h 35 void NORETURN ReportSIGSEGV(uptr pc, uptr sp, uptr bp, uptr addr);
36 void NORETURN ReportDoubleFree(uptr addr, StackTrace *stack);
37 void NORETURN ReportFreeNotMalloced(uptr addr, StackTrace *stack);
38 void NORETURN ReportAllocTypeMismatch(uptr addr, StackTrace *stack,
41 void NORETURN ReportMallocUsableSizeNotOwned(uptr addr,
43 void NORETURN ReportAsanGetAllocatedSizeNotOwned(uptr addr,
45 void NORETURN ReportStringFunctionMemoryRangesOverlap(
52 void NORETURN ReportMacMzReallocUnknown(
54 void NORETURN ReportMacCfReallocUnknown(
asan_internal.h 108 void NORETURN ShowStatsAndAbort();
asan_report.cc 454 // Destructor is NORETURN, as functions that report errors are.
455 NORETURN ~ScopedInErrorReport() {
  /external/linux-tools-perf/util/
usage.c 15 static NORETURN void usage_builtin(const char *err)
21 static NORETURN void die_builtin(const char *err, va_list params)
39 static void (*usage_routine)(const char *err) NORETURN = usage_builtin;
40 static void (*die_routine)(const char *err, va_list params) NORETURN = die_builtin;
44 void set_die_routine(void (*routine)(const char *err, va_list params) NORETURN)
util.h 149 #define NORETURN __attribute__((__noreturn__))
151 #define NORETURN
158 extern void usage(const char *err) NORETURN;
159 extern void die(const char *err, ...) NORETURN __attribute__((format (printf, 1, 2)));
178 extern void set_die_routine(void (*routine)(const char *err, va_list params) NORETURN);
parse-options.h 145 extern NORETURN void usage_with_options(const char * const *usagestr,
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
reg-notes.def 178 REG_NOTE (NORETURN)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
reg-notes.def 178 REG_NOTE (NORETURN)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
reg-notes.def 178 REG_NOTE (NORETURN)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
reg-notes.def 178 REG_NOTE (NORETURN)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 122 # define NORETURN __declspec(noreturn)
136 # define NORETURN __attribute__((noreturn))
169 void NORETURN Die();
170 void NORETURN CheckFailed(const char *file, int line, const char *cond,
sanitizer_common.h 147 void NORETURN Abort();
148 void NORETURN Die();
149 void NORETURN SANITIZER_INTERFACE_ATTRIBUTE
sanitizer_libc.h 82 void NORETURN internal__exit(int exitcode);
sanitizer_common.cc 45 void NORETURN Die() {
57 void NORETURN CheckFailed(const char *file, int line, const char *cond,
  /external/bzip2/
bzip2.c 92 # define NORETURN __attribute__ ((noreturn))
94 # define NORETURN /**/
133 # define NORETURN /**/
213 static void panic ( const Char* ) NORETURN;
214 static void ioError ( void ) NORETURN;
215 static void outOfMemory ( void ) NORETURN;
216 static void configError ( void ) NORETURN;
217 static void crcError ( void ) NORETURN;
218 static void cleanUpAndFail ( Int32 ) NORETURN;
    [all...]

Completed in 2528 milliseconds