Searched
full:void (Results
676 -
700 of
76729) sorted by null
<<21222324252627282930>>
/external/kernel-headers/original/linux/ |
reboot.h | 50 extern void machine_restart(char *cmd); 51 extern void machine_halt(void); 52 extern void machine_power_off(void); 54 extern void machine_shutdown(void); 56 extern void machine_crash_shutdown(struct pt_regs *); 62 extern void kernel_shutdown_prepare(enum system_states state); 64 extern void kernel_restart(char *cmd) [all...] |
/external/linux-tools-perf/util/ |
cpumap.h | 10 struct cpu_map *cpu_map__dummy_new(void); 11 void cpu_map__delete(struct cpu_map *map);
|
/external/linux-tools-perf/util/ui/ |
progress.h | 7 void ui_progress__delete(struct ui_progress *self); 9 void ui_progress__update(struct ui_progress *self, u64 curr);
|
/external/llvm/test/Assembler/ |
2005-01-31-CallingAggregateFunction.ll | 3 define void @test() { 5 ret void
|
2009-02-28-CastOpc.ll | 4 define void @foo() { 6 ret void
|
align-inst-alloca.ll | 3 define void @foo() { 5 ret void
|
align-inst-load.ll | 3 define void @foo() { 5 ret void
|
/external/llvm/test/CodeGen/CPP/ |
2007-06-16-Funcname.ll | 4 define void @foo() { 5 ret void
|
/external/llvm/test/CodeGen/Generic/ |
APIntParam.ll | 259 define void @i1_ls(i1 %x) nounwind { 261 ret void 264 define void @i2_ls(i2 %x) nounwind { 266 ret void 269 define void @i3_ls(i3 %x) nounwind { 271 ret void 274 define void @i4_ls(i4 %x) nounwind { 276 ret void 279 define void @i5_ls(i5 %x) nounwind { 281 ret void [all...] |
APIntSextParam.ll | 259 define void @i1_ls(i1 signext %x) nounwind { 261 ret void 264 define void @i2_ls(i2 signext %x) nounwind { 266 ret void 269 define void @i3_ls(i3 signext %x) nounwind { 271 ret void 274 define void @i4_ls(i4 signext %x) nounwind { 276 ret void 279 define void @i5_ls(i5 signext %x) nounwind { 281 ret void [all...] |
APIntZextParam.ll | 259 define void @i1_ls(i1 zeroext %x) nounwind { 261 ret void 264 define void @i2_ls(i2 zeroext %x) nounwind { 266 ret void 269 define void @i3_ls(i3 zeroext %x) nounwind { 271 ret void 274 define void @i4_ls(i4 zeroext %x) nounwind { 276 ret void 279 define void @i5_ls(i5 zeroext %x) nounwind { 281 ret void [all...] |
trap.ll | 4 tail call void @llvm.trap( ) 8 declare void @llvm.trap() nounwind
|
/external/llvm/test/CodeGen/PTX/ |
ret.ll | 3 define ptx_device void @t1() { 6 ret void
|
/external/llvm/test/CodeGen/PowerPC/ |
2004-11-29-ShrCrash.ll | 2 define void @test() { 4 ret void
|
2004-11-30-shift-crash.ll | 3 define void @main() { 5 ret void
|
/external/llvm/test/CodeGen/X86/ |
barrier.ll | 3 define void @test() { 5 ret void
|
/external/llvm/test/Other/ |
2010-05-06-Printer.ll | 3 define void @tester(){ 4 ret void
|
/external/llvm/test/Transforms/InstCombine/ |
2009-06-11-StoreAddrSpace.ll | 4 define void @a() { 6 ret void
|
/external/llvm/test/Transforms/LowerSwitch/ |
2003-08-23-EmptySwitch.ll | 3 define void @test() { 7 ret void
|
/external/llvm/test/Transforms/ObjCARC/ |
pr12270.ll | 5 define void @_i_Test__foo(%2 *%x) { 12 call void @callee() 13 call void @use_pointer(i8* %foo) 14 call void @objc_release(i8* %foo) nounwind 15 ret void 19 declare void @objc_release(i8*) 20 declare void @callee() 21 declare void @use_pointer(i8*)
|
/external/llvm/test/Verifier/ |
2008-11-15-RetVoid.ll | 1 ; RUN: not llvm-as < %s |& grep {value doesn't match function result type 'void'} 3 define void @foo() {
|
/external/llvm/utils/lit/lit/ExampleTests/Clang/ |
fsyntax-only.c | 3 int f0(void) {} // expected-warning {{control reaches end of non-void function}}
|
/external/qemu/ |
buffered_file.h | 19 typedef ssize_t (BufferedPutFunc)(void *opaque, const void *data, size_t size); 20 typedef void (BufferedPutReadyFunc)(void *opaque); 21 typedef void (BufferedWaitForUnfreezeFunc)(void *opaque); 22 typedef int (BufferedCloseFunc)(void *opaque); 24 QEMUFile *qemu_fopen_ops_buffered(void *opaque, size_t xfer_limit,
|
/external/valgrind/main/VEX/test/ |
fpconst.c | 5 void do_fld1 ( void* p ) 12 void do_fldl2t ( void* p ) 19 void do_fldl2e ( void* p ) 26 void do_fldpi ( void* p ) 33 void do_fldlg2 ( void* p [all...] |
/external/webkit/Source/WebKit/gtk/ |
webkitmarshal.list | 14 BOOLEAN:VOID 18 OBJECT:VOID 19 VOID:OBJECT,OBJECT 20 VOID:OBJECT,OBJECT,OBJECT,OBJECT 21 VOID:OBJECT,POINTER,POINTER 22 VOID:OBJECT,STRING 23 VOID:STRING 24 VOID:STRING,STRING
|
Completed in 422 milliseconds
<<21222324252627282930>>