Searched refs:barf (Results 1 - 12 of 12) sorted by relevance

/external/llvm/test/MC/ARM/
H A D2010-11-30-reloc-movt.s16 .globl barf
18 .type barf,%function
19 barf: @ @barf label
27 .size barf, .Ltmp0-barf
H A Delf-eflags-eabi.s5 .globl barf
7 .type barf,%function
8 barf: @ @barf label
H A Delf-movt.s6 .globl barf
8 .type barf,%function
9 barf: @ @barf label
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dsched-messaging.c53 static void barf(const char *msg) function
69 barf(use_pipes ? "pipe()" : "socketpair()");
80 barf("CLIENT: ready write");
84 barf("poll");
104 barf("SENDER: write");
134 barf("SERVER: read");
154 barf("fork()");
168 barf("pthread_attr_init:");
172 barf("pthread_attr_setstacksize");
210 barf("mallo
[all...]
/external/valgrind/main/memcheck/tests/
H A Dpdb-realloc2.c25 static void barf ( int size, int offset ) function
81 barf(size, i);
85 barf(size,i);
93 barf(size, i);
/external/clang/test/Sema/
H A Ddeclspec.c6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
/external/valgrind/main/coregrind/
H A Dlauncher-darwin.c83 static void barf ( const char *format, ... ) function
149 barf("%s: %s", clientname, strerror(errno));
311 if (i == valid_archs_count) barf("Unknown/uninstalled VG_PLATFORM '%s'", VG_PLATFORM);
327 if (i == valid_archs_count) barf("Unknown --arch '%s'", archname);
352 if (!cwd) barf("Current directory no longer exists.");
366 barf("launcher path is too long");
382 barf("malloc of new_env failed.");
412 barf("tool '%s' not installed (%s) (%s)", toolname, toolfile, strerror(errno));
H A Dlauncher-linux.c66 static void barf ( const char *format, ... ) function
97 barf("malloc of fullname failed.");
141 // barf("open(%s): %s", clientname, strerror(errno));
331 barf("Unknown VG_PLATFORM '%s'", VG_PLATFORM);
369 barf("malloc of new_line failed.");
378 barf("malloc of new_env failed.");
394 barf("malloc of toolfile failed.");
/external/clang/www/demo/
H A Dindex.cgi49 sub barf {
61 open( FILE, ">$name" ) or barf("Can't write to $name: $!");
80 open( FILE, "$file" ) or barf("Can't read $file: $!");
253 barf(
272 barf("Program $program took too long, compile time limited for the web script, sorry!\n");
279 barf(
287 barf(
316 barf(
327 barf( "Error uploading file: " . $c->cgi_error );
338 barf "Unknow
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c173 void (*barf)( const HChar* ) __attribute__((noreturn)); member in struct:__anon32470
180 if (!c->barf) return False;
194 __attribute__((noreturn)) void (*barf)(const HChar*),
201 c->barf = barf;
240 c->barf(c->barfstr);
252 c->barf(c->barfstr);
264 c->barf(c->barfstr);
276 c->barf(c->barfstr);
361 c->barf( barfMs
388 void (*barf)( const HChar* ) __attribute__((noreturn)); member in struct:__anon32471
4359 static __attribute__((noreturn)) void barf ( const HChar* reason ) { function
[all...]
/external/valgrind/main/cachegrind/
H A Dcg_merge.c148 static void barf ( SOURCE* s, const char* msg ) function
179 barf(s, "I/O error while reading input file");
493 barf(s, "N_TMPC too low. Increase and recompile.");
626 barf(s, "M_TMP_DESCLINES too low; increase and recompile");
783 barf(s, "\"events:\" line of most recent file does "
896 barf(&src, "Cannot open input file");
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c251 static void barf ( char* msg ) function
880 barf("walk_type: unhandled combiner, strict checking selected");
1206 barf("add_shadow_Request: malloc failed.\n");
1322 barf("clone_Request_array: malloc failed");
2324 barf("no wrapper for PMPI_" #basename \

Completed in 804 milliseconds