Searched
full:void (Results
876 -
900 of
76729) sorted by null
<<31323334353637383940>>
/external/junit/src/junit/framework/ |
TestListener.java | 10 public void addError(Test test, Throwable t); 14 public void addFailure(Test test, AssertionFailedError t); 18 public void endTest(Test test); 22 public void startTest(Test test);
|
/external/linux-tools-perf/util/ |
exec_cmd.h | 4 extern void perf_set_argv_exec_path(const char *exec_path); 6 extern const char *perf_exec_path(void); 7 extern void setup_path(void);
|
values.h | 17 void perf_read_values_init(struct perf_read_values *values); 18 void perf_read_values_destroy(struct perf_read_values *values); 20 void perf_read_values_add_value(struct perf_read_values *values, 24 void perf_read_values_display(FILE *fp, struct perf_read_values *values,
|
/external/llvm/test/Analysis/CallGraph/ |
2008-09-09-DirectCall.ll | 4 define internal void @callee(...) { 9 define void @caller() { 11 call void (...)* @callee( void (...)* @callee )
|
/external/llvm/test/Assembler/ |
2002-07-25-ReturnPtrFunction.ll | 6 declare void (i32)* @foo() 8 define void @test() { 9 call void (i32)* ()* @foo( ) ; <%ty*>:1 [#uses=0] 10 ret void
|
2007-09-29-GC.ll | 4 define void @f() gc "shadowstack" { 6 ret void 9 define void @g() gc "java" { 11 ret void
|
/external/llvm/test/CodeGen/ARM/ |
mem.ll | 4 define void @f1() { 7 ret void 10 define void @f2() { 13 ret void
|
weak.ll | 9 define void @g() { 11 tail call void @h( ) 12 ret void 15 declare extern_weak void @h()
|
/external/llvm/test/CodeGen/Generic/ |
2002-04-14-UnexpectedUnsignedType.ll | 7 declare void @bar(i8*) 9 define void @foo() { 11 call void @bar( i8* %cast225 ) 12 ret void
|
2010-11-04-BigByval.ll | 6 declare void @foo(%big* byval align 1) 8 define void @bar(%big* byval align 1 %x) { 9 call void @foo(%big* byval align 1 %x) 10 ret void
|
/external/llvm/test/CodeGen/Mips/ |
brdelayslot.ll | 3 define void @foo1() nounwind { 11 tail call void @foo2(i32 3) nounwind 12 ret void 15 declare void @foo2(i32)
|
indirectcall.ll | 3 define void @foo0(void (i32)* nocapture %f1) nounwind { 6 tail call void %f1(i32 13) nounwind 7 ret void
|
mips64lea.ll | 3 define void @foo3() nounwind { 7 call void @foo1(i32* %a) nounwind 8 ret void 11 declare void @foo1(i32*)
|
/external/llvm/test/CodeGen/PTX/ |
exit.ll | 3 define ptx_kernel void @t1() { 6 ret void 9 define ptx_kernel void @t2(i32* %p, i32 %x) { 13 ret void
|
/external/llvm/test/CodeGen/SPARC/ |
2011-01-11-Call.ll | 3 define void @test() nounwind { 6 tail call void (...)* @bar() nounwind 7 ret void 12 declare void @bar(...)
|
/external/llvm/test/CodeGen/X86/GC/ |
fat.ll | 3 declare void @llvm.gcroot(i8**, i8*) nounwind 5 define void @f() gc "x" { 8 call void @llvm.gcroot(i8** %st_ptr, i8* null) 9 ret void
|
outside.ll | 3 declare void @llvm.gcroot(i8**, i8*) 5 define void @f(i8* %x) { 7 call void @llvm.gcroot(i8** %root, i8* null) 9 ret void
|
/external/llvm/test/CodeGen/X86/ |
extern_weak.ll | 7 define void @bar() { 8 tail call void (...)* @foo( ) 9 ret void 12 declare extern_weak void @foo(...)
|
lfence.ll | 3 declare void @llvm.x86.sse2.lfence() nounwind 5 define void @test() { 6 call void @llvm.x86.sse2.lfence() 7 ret void
|
mmx-emms.ll | 2 define void @foo() { 4 call void @llvm.x86.mmx.emms( ) 8 ret void 11 declare void @llvm.x86.mmx.emms()
|
null-streamer.ll | 5 define void @f0() { 6 ret void 9 define void @f1() { 10 ret void
|
sfence.ll | 3 declare void @llvm.x86.sse.sfence() nounwind 5 define void @test() { 6 call void @llvm.x86.sse.sfence() 7 ret void
|
visibility.ll | 5 define hidden void @foo() nounwind { 7 call void @bar(i32* @zed) 8 ret void 11 declare hidden void @bar(i32*)
|
x86-64-pic-1.ll | 4 define void @g() { 6 call void @f( ) 7 ret void 10 declare void @f()
|
x86-64-pic-2.ll | 5 define void @g() { 7 call void @f( ) 8 ret void 11 declare hidden void @f()
|
Completed in 253 milliseconds
<<31323334353637383940>>