Searched refs:barf (Results 1 - 13 of 13) 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/src/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/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/coregrind/
H A Dlauncher-darwin.c87 static void barf ( const char *format, ... ) function
153 barf("%s: %s", clientname, strerror(errno));
315 if (i == valid_archs_count) barf("Unknown/uninstalled VG_PLATFORM '%s'", VG_PLATFORM);
331 if (i == valid_archs_count) barf("Unknown --arch '%s'", archname);
356 if (!cwd) barf("Current directory no longer exists.");
370 barf("launcher path is too long");
386 barf("malloc of new_env failed.");
416 barf("tool '%s' not installed (%s) (%s)", toolname, toolfile, strerror(errno));
H A Dlauncher-linux.c74 static void barf ( const char *format, ... ) function
105 barf("malloc of fullname failed.");
149 // barf("open(%s): %s", clientname, strerror(errno));
362 barf("Unknown VG_PLATFORM '%s'", VG_PLATFORM);
390 barf("realloc of buf failed.");
417 barf("malloc of new_line failed.");
426 barf("malloc of new_env failed.");
442 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/coregrind/m_debuginfo/
H A Dreaddwarf3.c174 void (*barf)( const HChar* ) __attribute__((noreturn)); member in struct:__anon15936
181 if (!c->barf) return False;
195 __attribute__((noreturn)) void (*barf)(const HChar*),
202 c->barf = barf;
245 c->barf(c->barfstr);
257 c->barf(c->barfstr);
269 c->barf(c->barfstr);
281 c->barf(c->barfstr);
366 c->barf( barfMs
425 void (*barf)( const HChar* ) __attribute__((noreturn)); member in struct:__anon15937
5165 static __attribute__((noreturn)) void barf ( const HChar* reason ) { function
[all...]
/external/toybox/lib/
H A Dlib.c698 if (errno || *s || (mode & ~(07777))) goto barf;
719 if (!*str || !(s = strchr(hows, *str))) goto barf;
722 if (!dohow) goto barf;
738 if (*str && *(str++) != ',') goto barf;
770 barf:
/external/valgrind/cachegrind/
H A Dcg_merge.c148 static void barf ( SOURCE* s, const char* msg ) function
184 barf(s, "I/O error while reading input file");
796 barf(s, "\"events:\" line of most recent file does "
909 barf(&src, "Cannot open input file");
/external/valgrind/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 363 milliseconds