Home
last modified time | relevance | path

Searched refs:barf (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm-project/llvm/test/MC/ARM/
D2010-11-30-reloc-movt.s16 .globl barf symbol
18 .type barf,%function
19 barf: @ @barf label
27 .size barf, .Ltmp0-barf
Delf-eflags-eabi.s5 .globl barf symbol
7 .type barf,%function
8 barf: @ @barf label
Delf-movt.s9 .globl barf symbol
11 .type barf,%function
12 barf: @ @barf label
34 @OBJ-NEXT: <barf>:
48 @THUMB-NEXT: <barf>:
/external/llvm/test/MC/ARM/
D2010-11-30-reloc-movt.s16 .globl barf symbol
18 .type barf,%function
19 barf: @ @barf label
27 .size barf, .Ltmp0-barf
Delf-eflags-eabi.s5 .globl barf symbol
7 .type barf,%function
8 barf: @ @barf label
Delf-movt.s6 .globl barf symbol
8 .type barf,%function
9 barf: @ @barf label
/external/ltp/testcases/kernel/sched/cfs-scheduler/
Dhackbench.c89 static void barf(const char *msg) in barf() function
111 barf("Creating fdpair"); in fdpair()
122 barf("CLIENT: ready write"); in ready()
126 barf("poll"); in ready()
147 barf("SENDER: write"); in sender()
176 barf("SERVER: read"); in receiver()
196 barf("fork()"); in create_worker()
206 barf("pthread_attr_init:"); in create_worker()
210 barf("pthread_attr_setstacksize"); in create_worker()
244 barf("malloc()"); in group()
[all …]
/external/autotest/client/tests/hackbench/src/
Dhackbench.c118 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/llvm-project/clang/www/demo/
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 "Unknown language; can't compile\n" unless $extension;
/external/clang/www/demo/
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 "Unknown language; can't compile\n" unless $extension;
/external/llvm-project/llvm/test/CodeGen/X86/
Dzero-remat.ll7 declare void @barf(float %x)
28 call void @barf(float 0.0)
Dpr24602.ll3 ; PR24602: Make sure we don't barf on non-foldable code (with opaque constants).
/external/llvm/test/CodeGen/X86/
Dzero-remat.ll7 declare void @barf(float %x)
28 call void @barf(float 0.0)
Dpr24602.ll3 ; PR24602: Make sure we don't barf on non-foldable code (with opaque constants).
/external/llvm/test/CodeGen/AArch64/
Darm64-zero-cycle-zeroing.ll50 tail call void @barf(float 0.000000e+00, float 0.000000e+00) nounwind
57 declare void @barf(float, float)
/external/clang/test/Sema/
Ddeclspec.c6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
/external/llvm-project/clang/test/Sema/
Ddeclspec.c6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
/external/llvm-project/llvm/test/Assembler/
D2002-08-22-DominanceProblem.ll5 ; which causes the verifier to barf on this input.
/external/llvm/test/Assembler/
D2002-08-22-DominanceProblem.ll5 ; which causes the verifier to barf on this input.
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-zero-cycle-zeroing.ll16 declare void @barf(float, float)
70 tail call void @barf(float 0.000000e+00, float 0.000000e+00) nounwind
/external/deqp/framework/delibs/cmake/
DDefs.cmake130 # barf about the parenthesis in the previous way. Ugh.
/external/toybox/lib/
Dlib.c959 if (errno || *s || (mode & ~(07777))) goto barf; in string_to_mode()
983 if (-1 == stridx(hows, dohow = *str)) goto barf; in string_to_mode()
1026 barf: in string_to_mode()
/external/toybox/toys/pending/
Dsh.c1577 barf: in expand_arg_nobrace()
1592 if (ss[-1] == '{') goto barf; in expand_arg_nobrace()
1632 goto barf; // TODO ? exits past "source" boundary in expand_arg_nobrace()
1771 goto barf; in expand_arg_nobrace()
/external/llvm/test/CodeGen/ARM/
Dvdup.ll368 ; Also make sure we don't barf on variable-index extractelts, where we almost
/external/llvm-project/llvm/test/CodeGen/ARM/
Dvdup.ll542 ; Also make sure we don't barf on variable-index extractelts, where we almost

12