/external/clang/test/CodeGenCXX/ |
member-alignment.cpp | 8 virtual void foo(void); 9 void bar(void); 12 void 13 t::bar(void) { 17 void 18 t::foo(void) {
|
/external/clang/test/Index/Inputs/ |
preamble_macro_template.h | 4 void foo(T *p) { 5 (void)STATIC_CAST<T*>(0);
|
/external/clang/test/PCH/Inputs/ |
chain-macro-override1.h | 0 void f() __attribute__((unavailable)); 2 void g();
|
chain-remap-types2.h | 0 void h(X*); 7 void g(X*);
|
chain-selectors1.h | 2 -(void)f; 3 -(void)f2; 4 -(void)g:(int)p; 5 -(void)h:(int)p1 foo:(int)p2; 8 void foo1() { 10 //(void)@selector(x); 11 (void)@selector(f); 15 - (void)blah_method;
|
/external/clang/test/SemaCXX/ |
member-expr-static.cpp | 2 typedef void (*thread_continue_t)(); 5 extern void kernel_thread_start(thread_continue_t continuation); 6 extern void pure_c(void); 11 static void main( void ); 15 void foo( void ) {
|
vararg-default-arg.cpp | 4 void f1(void); 5 void f2(const char * = __null, ...); 7 void f1(void)
|
/external/expat/xmlwf/ |
filemap.h | 9 void (*processor)(const void *, size_t, 10 const wchar_t *, void *arg), 11 void *arg); 14 void (*processor)(const void *, size_t, 15 const char *, void *arg), 16 void *arg);
|
/external/kernel-headers/original/asm-generic/ |
emergency-restart.h | 4 static inline void machine_emergency_restart(void)
|
/external/kernel-headers/original/asm-x86/ |
hw_irq_32.h | 29 extern void (*interrupt[NR_IRQS])(void); 32 fastcall void reschedule_interrupt(void); 33 fastcall void invalidate_interrupt(void); 34 fastcall void call_function_interrupt(void); 38 fastcall void apic_timer_interrupt(void); [all...] |
/external/llvm/test/CodeGen/ARM/ |
ret_void.ll | 3 define void @test() { 4 ret void
|
/external/llvm/test/CodeGen/CBackend/ |
2005-09-27-VolatileFuncPtr.ll | 3 @G = external global void ()* ; <void ()**> [#uses=2] 5 define void @test() { 6 volatile store void ()* @test, void ()** @G 7 volatile load void ()** @G ; <void ()*>:1 [#uses=0] 8 ret void
|
/external/mesa3d/src/glsl/tests/ |
void-01.glsl | 1 /* FAIL - cannot declare a variable as having type `void' */ 2 void foo;
|
/external/valgrind/main/cachegrind/tests/ |
myprint.c | 3 void myprint(void)
|
/frameworks/compile/slang/tests/F_root_compute_non_const_usrData/ |
root_compute_non_const_usrData.rs | 4 void root(const int *ain, int *aout, void *usrData) {
|
/frameworks/compile/slang/tests/F_root_graphics/ |
root_graphics.rs | 4 void root(void) {
|
/external/clang/test/Sema/ |
x86-attr-force-align-arg-pointer.c | 6 void b(void) __attribute__((force_align_arg_pointer)); 7 void __attribute__((force_align_arg_pointer)) c(void); 10 void b(void) {} 13 void d(void); 14 void __attribute__((force_align_arg_pointer)) d(void) {} [all...] |
/external/icu4c/test/intltest/ |
tstnorm.h | 26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); 28 void TestHangulCompose(void); 29 void TestHangulDecomp(void); 30 void TestPrevious(void); 31 void TestDecomp(void); 32 void TestCompatDecomp(void) [all...] |
/external/clang/test/CodeGenObjCXX/ |
arc-mangle.mm | 3 // CHECK: define void @_Z1fPU8__strongP11objc_object(i8**) 4 void f(__strong id *) {} 5 // CHECK: define void @_Z1fPU6__weakP11objc_object(i8**) 6 void f(__weak id *) {} 7 // CHECK: define void @_Z1fPU15__autoreleasingP11objc_object(i8**) 8 void f(__autoreleasing id *) {} 9 // CHECK: define void @_Z1fPP11objc_object(i8**) 10 void f(__unsafe_unretained id *) {} 11 // CHECK: define void @_Z1fPKU8__strongP11objc_object(i8**) 12 void f(const __strong id *) { [all...] |
/external/clang/test/Parser/ |
function-decls.c | 4 void foo() { 6 X = sizeof(void (*(*)())()); 8 X = sizeof(void (*(int arga, void (*argb)(double Y)))(void* Z));
|
top-level-semi-cxx0x.cpp | 3 void foo(); 5 void bar() { }; 7 void wibble(); 12 void f() { }; 14 void g();
|
/external/llvm/test/Other/ |
2008-10-06-RemoveDeadPass.ll | 2 define void @foo() nounwind { 3 ret void 6 define void @main(...) nounwind { 7 call void @foo() 8 ret void
|
/external/llvm/test/Transforms/DeadArgElim/ |
2006-06-27-struct-ret.ll | 3 define internal void @build_delaunay({ i32 }* sret %agg.result) { 4 ret void 7 define void @test() { 8 call void @build_delaunay( { i32 }* sret null ) 9 ret void
|
/external/llvm/test/Transforms/GlobalDCE/ |
2002-07-17-CastRef.ll | 3 define internal void @func() { 4 ret void 7 define void @main() { 8 %X = bitcast void ()* @func to i32* ; <i32*> [#uses=0] 9 ret void
|
/external/llvm/test/Transforms/Inline/ |
2004-04-20-InlineLinkOnce.ll | 3 define linkonce void @caller() { 4 call void @callee( ) 5 ret void 8 define linkonce void @callee() { 9 ret void
|