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

  /external/llvm/test/MC/ARM/
2010-11-30-reloc-movt.s 16 .globl barf
18 .type barf,%function
19 barf: @ @barf label
27 .size barf, .Ltmp0-barf
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
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh3_2.cpp 9 int barf (int len) function
27 barf (2);
  /ndk/tests/device/test-stlport_static-exception/jni/
eh3_2.cpp 9 int barf (int len) function
27 barf (2);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
sched-messaging.c 53 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("malloc()")
    [all...]
  /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/clang/test/Sema/
declspec.c 6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
  /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 66 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/
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 173 void (*barf)( const HChar* ) __attribute__((noreturn)); member in struct:__anon37074
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( barfMsg )
388 void (*barf)( const HChar* ) __attribute__((noreturn)); member in struct:__anon37075
4359 static __attribute__((noreturn)) void barf ( const HChar* reason ) { function
    [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 148 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");
    [all...]
  /external/valgrind/main/mpi/
libmpiwrap.c 251 static void barf ( char* msg ) function
880 barf("walk_type: unhandled combiner, strict checking selected");
    [all...]

Completed in 630 milliseconds