HomeSort by relevance Sort by last modified time
    Searched full:void (Results 276 - 300 of 76729) sorted by null

<<11121314151617181920>>

  /gdk/sources/llvm-ndk-cc/tests/F_asm/
asm.c 0 void root() {
  /gdk/sources/llvm-ndk-cc/tests/P_cxx/
cxx.h 5 void c_interface();
  /ndk/tests/build/multi-module-path/path1/foo/
foo.h 4 extern int foo(void);
libfoo.c 3 int foo(void)
  /ndk/tests/build/multi-module-path/path2/bar/
bar.h 4 extern int bar(void);
  /packages/wallpapers/Galaxy4/res/raw/
bgstar_fs.glsl 3 void main() {
  /packages/wallpapers/HoloSpiral/res/raw/
fragment_background.glslf 3 void main() {
  /packages/wallpapers/NoiseField/res/raw/
bg_fs.glsl 3 void main() {
  /packages/wallpapers/PhaseBeam/res/raw/
bg_fs.glsl 3 void main() {
  /external/compiler-rt/BlocksRuntime/tests/
dispatch_call_Block_with_release.c 12 void callsomething(const char *format, int argument) {
15 void
16 dispatch_call_Block_with_release2(void *block)
18 void (^b)(void) = (void (^)(void))block;
24 void (^b1)(void) = ^{ callsomething("argc is %d\n", argc); };
25 void (^b2)(void) = ^{ callsomething("hellow world\n", 0); }; // global block no
    [all...]
  /external/icu4c/test/intltest/
csdetest.h 22 virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL );
24 virtual void ConstructionTest();
25 virtual void UTF8Test();
26 virtual void UTF16Test();
27 virtual void C1BytesTest();
28 virtual void InputFilterTest();
29 virtual void DetectionTest();
30 virtual void IBM424Test();
31 virtual void IBM420Test();
32 virtual void Ticket6394Test()
    [all...]
  /external/llvm/test/Other/
2009-03-31-CallGraph.ll 2 define void @f2() {
3 invoke void @f6()
7 ret void
10 invoke void @f4()
14 call void @f8()
23 declare void @f3()
25 define void @f4() {
26 call void @f3()
27 ret void
30 declare void @f6() nounwin
    [all...]
  /external/clang/test/Analysis/
malloc.cpp 4 void *malloc(size_t);
5 void free(void *);
6 void *realloc(void *ptr, size_t size);
7 void *calloc(size_t nmemb, size_t size);
11 mutable void* m_data;
12 Foo(void* data) : m_data(data) {}
  /external/clang/test/CXX/class.derived/class.abstract/
p5.cpp 4 virtual void f() = 0; // expected-note{{unimplemented pure virtual method}}
8 virtual void f();
12 virtual void f() = 0; // expected-note 2{{unimplemented pure virtual method}}
18 void test() {
19 (void)new A; // expected-error{{abstract class}}
20 (void)new B;
21 (void)new C; // expected-error{{abstract class}}
22 (void)new D; // expected-error{{abstract class}}
  /external/clang/test/CodeGen/
functions.c 14 typedef void T(void);
15 void test3(T f) {
22 void f0() {}
23 // CHECK: define void @f0()
25 void f1();
26 void f2(void) {
27 // CHECK: call void bitcast (void ()* @f1 to void (i32, i32, i32)*)(i32 1, i32 2, i32 3
    [all...]
  /external/clang/test/CodeGenCXX/
apple-kext-indirect-call.C 4 virtual void abc(void) const;
7 void Base::abc(void) const {}
9 void FUNC(Base* p) {
13 // CHECK: getelementptr inbounds (void (%struct.Base*)** bitcast ([3 x i8*]* @_ZTV4Base to void (%struct.Base*)**), i64 2)
14 // CHECK-NOT: call void @_ZNK4Base3abcEv
deferred-global-init.cpp 4 extern void* foo;
5 static void* const a = foo;
6 void* bar() { return a; }
10 // CHECK: define internal void @__cxx_global_var_init
12 // CHECK: ret void
14 // CHECK: define internal void @_GLOBAL__I_a
15 // CHECK: call void @__cxx_global_var_init()
16 // CHECK: ret void
  /external/clang/test/Parser/
opencl-kernel.cl 3 __kernel void test()
7 kernel void test1()
  /external/clang/test/Sema/
implicit-builtin-redecl.c 4 static void* malloc(int);
5 static void* malloc(int size) {
6 return ((void*)0); /*do not use heap in this file*/
9 void *calloc(int, int, int); // expected-warning{{incompatible redeclaration of library function 'calloc'}} \
10 // expected-note{{'calloc' is a builtin with type 'void *}}
12 void f1(void) {
16 void f2() {
  /external/kernel-headers/original/asm-mips/
setup.h 7 extern void setup_early_printk(void);
  /external/linux-tools-perf/util/
sigchain.h 4 typedef void (*sigchain_fun)(int);
8 void sigchain_push_common(sigchain_fun f);
  /external/llvm/test/CodeGen/Generic/
2005-10-18-ZeroSizeStackObject.ll 3 define void @test() {
5 ret void
pr3288.ll 4 define void @a() {
6 ret void
8 define void @b() {
10 ret void
12 define void @c() {
14 ret void
16 define void @d() {
18 ret void
20 define void @e() {
22 ret void
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
2008-06-19-LegalizerCrash.ll 3 define void @t() nounwind {
4 call void null( ppc_fp128 undef )
  /external/llvm/test/CodeGen/XCore/
sr-intrinsics.ll 2 declare void @llvm.xcore.setsr(i32)
3 declare void @llvm.xcore.clrsr(i32)
5 define void @setsr() nounwind {
8 call void @llvm.xcore.setsr(i32 128)
9 ret void
13 define void @clrsr() nounwind {
16 call void @llvm.xcore.clrsr(i32 128)
17 ret void

Completed in 597 milliseconds

<<11121314151617181920>>