/external/llvm/test/MC/ARM/ |
D | 2010-11-30-reloc-movt.s | 16 .globl barf symbol 18 .type barf,%function 19 barf: @ @barf label 27 .size barf, .Ltmp0-barf
|
D | elf-eflags-eabi.s | 5 .globl barf symbol 7 .type barf,%function 8 barf: @ @barf label
|
D | elf-movt.s | 6 .globl barf symbol 8 .type barf,%function 9 barf: @ @barf label
|
/external/autotest/client/tests/hackbench/src/ |
D | hackbench.c | 118 static void barf(const char *msg) in barf() function 139 barf("Creating fdpair"); in fdpair() 150 barf("CLIENT: ready write"); in ready() 154 barf("poll"); in ready() 173 barf("SENDER: write"); in sender() 203 barf("SERVER: read"); in receiver() 222 case -1: barf("fork()"); in create_worker() 232 barf("pthread_attr_init:"); in create_worker() 236 barf("pthread_attr_setstacksize"); in create_worker() 277 barf("malloc()"); in group() [all …]
|
/external/clang/www/demo/ |
D | 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;
|
/external/valgrind/memcheck/tests/ |
D | pdb-realloc2.c | 25 static void barf ( int size, int offset ) in barf() function 81 barf(size, i); in do_test() 85 barf(size,i); in do_test() 93 barf(size, i); in do_test()
|
/external/valgrind/auxprogs/ |
D | Merge3Way.hs | 41 else barf "/bin/cp failed" 47 else barf "kdiff3 failed" 49 barf :: String -> IO a 50 barf who function
|
/external/valgrind/coregrind/ |
D | launcher-darwin.c | 87 static void barf ( const char *format, ... ) in barf() function 153 barf("%s: %s", clientname, strerror(errno)); in select_arch() 315 if (i == valid_archs_count) barf("Unknown/uninstalled VG_PLATFORM '%s'", VG_PLATFORM); in main() 331 if (i == valid_archs_count) barf("Unknown --arch '%s'", archname); in main() 356 if (!cwd) barf("Current directory no longer exists."); in main() 370 barf("launcher path is too long"); in main() 386 barf("malloc of new_env failed."); in main() 416 barf("tool '%s' not installed (%s) (%s)", toolname, toolfile, strerror(errno)); in main()
|
D | launcher-linux.c | 74 static void barf ( const char *format, ... ) in barf() function 105 barf("malloc of fullname failed."); in find_client() 387 barf("Unknown VG_PLATFORM '%s'", VG_PLATFORM); in main() 422 barf("realloc of buf failed."); in main() 449 barf("malloc of new_line failed."); in main() 458 barf("malloc of new_env failed."); in main() 474 barf("malloc of toolfile failed."); in main()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readdwarf3.c | 174 void (*barf)( const HChar* ) __attribute__((noreturn)); member 181 if (!c->barf) return False; in is_sane_Cursor() 195 __attribute__((noreturn)) void (*barf)(const HChar*), in init_Cursor() 202 c->barf = barf; in init_Cursor() 245 c->barf(c->barfstr); in get_UChar() 257 c->barf(c->barfstr); in get_UShort() 269 c->barf(c->barfstr); in get_UInt() 281 c->barf(c->barfstr); in get_ULong() 366 c->barf( barfMsg ); in get_Initial_Length() 425 void (*barf)( const HChar* ) __attribute__((noreturn)); member [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | zero-remat.ll | 7 declare void @barf(float %x) 28 call void @barf(float 0.0)
|
D | pr24602.ll | 3 ; PR24602: Make sure we don't barf on non-foldable code (with opaque constants).
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-zero-cycle-zeroing.ll | 42 tail call void @barf(float 0.000000e+00, float 0.000000e+00) nounwind 49 declare void @barf(float, float)
|
/external/clang/test/Sema/ |
D | declspec.c | 6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
|
/external/valgrind/none/tests/ |
D | cmd-with-special.vgtest | 3 # renaming because the autotools would barf on such a filename.
|
/external/llvm/test/Assembler/ |
D | 2002-08-22-DominanceProblem.ll | 5 ; which causes the verifier to barf on this input.
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/tasks/test/ |
D | node.rake | 4 # make sure jasmine-node exists, and barf if it doesn't
|
/external/toybox/lib/ |
D | lib.c | 806 if (errno || *s || (mode & ~(07777))) goto barf; in string_to_mode() 827 if (!*str || !(s = strchr(hows, *str))) goto barf; in string_to_mode() 830 if (!dohow) goto barf; in string_to_mode() 846 if (*str && *(str++) != ',') goto barf; in string_to_mode() 878 barf: in string_to_mode()
|
/external/valgrind/cachegrind/ |
D | cg_merge.c | 148 static void barf ( SOURCE* s, const char* msg ) in barf() function 184 barf(s, "I/O error while reading input file"); in readline() 796 barf(s, "\"events:\" line of most recent file does " in merge_CacheProfInfo() 909 barf(&src, "Cannot open input file"); in main()
|
/external/fonttools/Doc/ |
D | changes.txt | 54 - Don't barf on empty tables (questionable, but "there are font out there...") 56 to be the current recommendation by MS. Also: don't barf on fonts which
|
/external/deqp/framework/delibs/cmake/ |
D | Defs.cmake | 132 # barf about the parenthesis in the previous way. Ugh.
|
/external/valgrind/mpi/ |
D | libmpiwrap.c | 251 static void barf ( char* msg ) in barf() function 881 barf("walk_type: unhandled combiner, strict checking selected"); in walk_type() 1207 barf("add_shadow_Request: malloc failed.\n"); in ensure_sReq_space() 1323 barf("clone_Request_array: malloc failed"); in clone_Request_array() 2325 barf("no wrapper for PMPI_" #basename \
|
/external/valgrind/docs/internals/ |
D | multiple-architectures.txt | 160 directly - older compilers barf on them). Another reason not to
|
/external/llvm/test/CodeGen/ARM/ |
D | vdup.ll | 368 ; Also make sure we don't barf on variable-index extractelts, where we almost
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 3805 (lookup_object_info): Don't barf if format_version is > 0. 12861 these barf if the error isn't cleared to NULL
|