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

  /external/llvm/test/MC/ARM/
elf-eflags-eabi.s 5 .globl barf
7 .type barf,%function
8 barf: @ @barf label
elf-movt.s 6 .globl barf
8 .type barf,%function
9 barf: @ @barf label
  /external/clang/test/Sema/
declspec.c 6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
  /external/valgrind/main/memcheck/tests/
pdb-realloc2.c 25 static void barf ( int size, int offset ) function
81 barf(size, i);
85 barf(size,i);
93 barf(size, i);
  /external/valgrind/main/coregrind/
launcher-darwin.c 83 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));
launcher-linux.c 76 static void barf ( const char *format, ... ) function
139 // barf("open(%s): %s", clientname, strerror(errno));
291 barf("Unknown VG_PLATFORM '%s'", VG_PLATFORM);
329 barf("malloc of new_line failed.");
338 barf("malloc of new_env failed.");
354 barf("malloc of toolfile failed.");
launcher-aix5.c 1326 static void barf ( int exitcode, char* argv0, char* msg ) function
    [all...]
  /external/clang/www/demo/
index.cgi 49 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 "Unknown language; can't compile\n" unless $extension
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 170 void (*barf)( HChar* ) __attribute__((noreturn)); member in struct:__anon12362
177 if (!c->barf) return False;
186 __attribute__((noreturn)) void (*barf)( HChar* ),
194 c->barf = barf;
229 c->barf(c->barfstr);
241 c->barf(c->barfstr);
253 c->barf(c->barfstr);
265 c->barf(c->barfstr);
351 c->barf( barfMsg )
378 void (*barf)( HChar* ) __attribute__((noreturn)); member in struct:__anon12363
3963 static __attribute__((noreturn)) void barf ( HChar* reason ) { function
    [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 148 static void barf ( SOURCE* s, char* msg ) function
179 barf(s, "I/O error while reading input file");
489 barf(s, "N_TMPC too low. Increase and recompile.");
624 barf(s, "M_TMP_DESCLINES too low; increase and recompile");
785 barf(s, "\"events:\" line of most recent file does "
898 barf(&src, "Cannot open input file");
    [all...]
  /external/webkit/LayoutTests/fast/url/script-tests/
host.js 17 // ...In wide input, ICU will barf and we'll end up with the input as
  /external/valgrind/main/mpi/
libmpiwrap.c 254 static void barf ( char* msg ) function
881 barf("walk_type: unhandled combiner, strict checking selected");
    [all...]

Completed in 682 milliseconds