/external/clang/test/CodeGen/ |
2008-01-11-ChainConsistency.c | 3 void n1(void) { void a(void) { a(); } a(); }
|
/external/clang/test/Sema/ |
initialize-noreturn.c | 4 typedef void (*Fn_noret)(void) __attribute__((noreturn)); 5 typedef void (*Fn_ret)(void); 7 void foo(void); 8 void foo_noret(void) __attribute__((noreturn)); 10 void test() {
|
/external/e2fsprogs/tests/progs/ |
test_icount.h | 0 void do_create_icount(int argc, char **argv); 2 void do_free_icount(int argc, char **argv); 3 void do_fetch(int argc, char **argv); 4 void do_increment(int argc, char **argv); 5 void do_decrement(int argc, char **argv); 6 void do_store(int argc, char **argv); 7 void do_get_size(int argc, char **argv); 8 void do_dump(int argc, char **argv); 9 void do_validate(int argc, char **argv);
|
/external/icu4c/test/cintltst/ |
cnormtst.h | 25 void TestDecomp(void); 26 void TestCompatDecomp(void); 27 void TestCanonDecompCompose(void); 28 void TestCompatDecompCompose(void); 29 void TestNull(void); [all...] |
/external/llvm/test/Transforms/Inline/ |
noinline.ll | 3 declare void @foo() nounwind 5 define void @bar() nounwind { 7 tail call void @foo() nounwind 8 ret void 11 define void @bazz() nounwind { 13 tail call void @bar() nounwind noinline 14 ret void 17 ; CHECK: define void @bazz() 18 ; CHECK: call void @bar()
|
/external/llvm/test/Transforms/Internalize/ |
available_externally.ll | 3 ; CHECK: define void @foo 4 define void @foo() { 5 ret void 8 ; CHECK: define internal void @zed 9 define void @zed() { 10 ret void 13 ; CHECK: define available_externally void @bar 14 define available_externally void @bar() { 15 ret void
|
/external/quake/quake/src/QW/client/ |
in_null.c | 5 void IN_Init (void) 9 void IN_Shutdown (void) 13 void IN_Commands (void) 17 void IN_Move (usercmd_t *cmd) 26 void IN_ModeChanged (void)
|
/external/valgrind/main/VEX/switchback/ |
test_simple.c | 3 static void bar ( void*(*service)(int,int) ) 8 void entry ( void*(*service)(int,int) )
|
/external/valgrind/main/memcheck/tests/ |
exitprog.c | 9 void foo ( void ); 10 void bar ( void ); 12 int main ( void ) 25 void foo ( void ) { } 26 void bar ( void ) { }
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
glGetProgramInfoLog.nativeReg | 1 {"glGetProgramInfoLog", "(I)Ljava/lang/String;", (void *) android_glGetProgramInfoLog },
|
glGetShaderInfoLog.nativeReg | 1 {"glGetShaderInfoLog", "(I)Ljava/lang/String;", (void *) android_glGetShaderInfoLog },
|
glGetString.nativeReg | 1 {"glGetString", "(I)Ljava/lang/String;", (void *) android_glGetString },
|
glShaderSource.nativeReg | 1 {"glShaderSource", "(ILjava/lang/String;)V", (void *) android_glShaderSource },
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
glGetString.nativeReg | 1 {"_glGetString", "(I)Ljava/lang/String;", (void *) android_glGetString },
|
/bionic/libc/include/ |
search.h | 37 void *tdelete(const void * __restrict, void ** __restrict, 38 int (*)(const void *, const void *)); 39 void *tfind(const void *, void * const *, 40 int (*)(const void *, const void *)); [all...] |
/external/icu4c/test/intltest/ |
incaltst.h | 21 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); 23 void TestTypes(void); 25 void TestGregorian(void); 27 void TestBuddhist(void); 28 void TestBuddhistFormat(void); 30 void TestTaiwan(void) [all...] |
transtst.h | 31 void runIndexedTest(int32_t index, UBool exec, const char* &name, 34 void TestInstantiation(void); 36 void TestSimpleRules(void); 38 void TestInlineSet(void); 40 void TestAnchors(void); 42 void TestPatternQuoting(void) [all...] |
/bionic/libstdc++/include/ |
new | 14 void* operator new(std::size_t); 15 void* operator new[](std::size_t); 16 void operator delete(void*); 17 void operator delete[](void*); 18 void* operator new(std::size_t, const std::nothrow_t&); 19 void* operator new[](std::size_t, const std::nothrow_t&); 20 void operator delete(void*, const std::nothrow_t&) [all...] |
/ndk/sources/cxx-stl/system/include/ |
new | 14 void* operator new(std::size_t); 15 void* operator new[](std::size_t); 16 void operator delete(void*); 17 void operator delete[](void*); 18 void* operator new(std::size_t, const std::nothrow_t&); 19 void* operator new[](std::size_t, const std::nothrow_t&); 20 void operator delete(void*, const std::nothrow_t&) [all...] |
/prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
new | 13 void* operator new(std::size_t); 14 void* operator new[](std::size_t); 15 void operator delete(void*); 16 void operator delete[](void*); 17 void* operator new(std::size_t, const std::nothrow_t&); 18 void* operator new[](std::size_t, const std::nothrow_t&); 19 void operator delete(void*, const std::nothrow_t&) [all...] |
/prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
new | 13 void* operator new(std::size_t); 14 void* operator new[](std::size_t); 15 void operator delete(void*); 16 void operator delete[](void*); 17 void* operator new(std::size_t, const std::nothrow_t&); 18 void* operator new[](std::size_t, const std::nothrow_t&); 19 void operator delete(void*, const std::nothrow_t&) [all...] |
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
new | 13 void* operator new(std::size_t); 14 void* operator new[](std::size_t); 15 void operator delete(void*); 16 void operator delete[](void*); 17 void* operator new(std::size_t, const std::nothrow_t&); 18 void* operator new[](std::size_t, const std::nothrow_t&); 19 void operator delete(void*, const std::nothrow_t&) [all...] |
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
new | 12 void* operator new(std::size_t); 13 void* operator new[](std::size_t); 14 void operator delete(void*); 15 void operator delete[](void*); 16 void* operator new(std::size_t, const std::nothrow_t&); 17 void* operator new[](std::size_t, const std::nothrow_t&); 18 void operator delete(void*, const std::nothrow_t&) [all...] |
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
new | 13 void* operator new(std::size_t); 14 void* operator new[](std::size_t); 15 void operator delete(void*); 16 void operator delete[](void*); 17 void* operator new(std::size_t, const std::nothrow_t&); 18 void* operator new[](std::size_t, const std::nothrow_t&); 19 void operator delete(void*, const std::nothrow_t&) [all...] |
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
new | 12 void* operator new(std::size_t); 13 void* operator new[](std::size_t); 14 void operator delete(void*); 15 void operator delete[](void*); 16 void* operator new(std::size_t, const std::nothrow_t&); 17 void* operator new[](std::size_t, const std::nothrow_t&); 18 void operator delete(void*, const std::nothrow_t&) [all...] |