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

<<11121314151617181920>>

  /development/tools/emulator/opengl/tests/gles_android_wrapper/
ApiInitializer.h 8 ApiInitializer(void *dso) :
11 static void *s_getProc(const char *name, void *userData) {
16 void *m_dso;
17 void *getProc(const char *name) {
18 void *symbol = NULL;
  /external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.deallocation/
p1.cpp 4 void operator delete(void*);
8 void operator delete(void *); // expected-error {{'operator delete' cannot be declared inside a namespace}}
11 static void operator delete(void *); // expected-error {{'operator delete' cannot be declared static in global scope}}
  /external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/
p2-noexceptions.cpp 10 void* operator new(std::size_t);
11 void* operator new[](std::size_t);
12 void operator delete(void*);
13 void operator delete[](void*);
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
p3.cpp 3 void f0a(void) {
4 inline void f1(); // expected-error {{inline declaration of 'f1' not allowed in block scope}}
7 void f0b(void) {
8 void f1();
  /external/clang/test/CXX/special/class.free/
p6.cpp 5 void operator delete(void*) {
6 (void)this; // expected-error {{invalid use of 'this' outside of a nonstatic member function}}
8 void operator delete[](void*) {
9 (void)this; // expected-error {{invalid use of 'this' outside of a nonstatic member function}}
  /external/clang/test/CodeGen/
2004-02-13-Memset.c 4 void *memset(void*, int, size_t);
5 void bzero(void*, size_t);
7 void test(int* X, char *Y) {
10 // CHECK: call void bzero
PR2743-reference-missing-static.c 9 static void e0();
10 void f0() { e0(); }
12 inline void e1();
13 void f1() { e1(); }
15 void e2() __attribute__((weak));
16 void f2() { e2(); }
  /external/clang/test/CodeGenCXX/
default-arguments.cpp 8 void f(const A & = a);
10 void g() {
29 // CHECK: define void @_Z2f1v()
30 void f1() {
32 // CHECK: call void @_ZN2A1C1Ev(
33 // CHECK: call void @_ZN2A2C1Ev(
34 // CHECK: call void @_ZN1BC1ERK2A1RK2A2(
35 // CHECK: call void @_ZN2A2D1Ev
36 // CHECK: call void @_ZN2A1D1Ev
45 // CHECK: define void @_ZN1CC1Ev(%struct.C* %this) unnamed_add
    [all...]
function-template-explicit-specialization.cpp 3 template<typename T> void a(T);
4 template<> void a(int) {}
6 // CHECK: define void @_Z1aIiEvT_
9 template<typename T> void b(T);
10 template<> void b(int) {}
13 // CHECK: define void @_ZN1X1bIiEEvT_
mangle-system-header.cpp 6 // CHECK: define void @_ZdlPvS_(
7 void operator delete (void*, void*) {}
10 // CHECK: define void @_Z3barv()
11 void bar() { }
no-exceptions.cpp 3 void g();
5 // CHECK: define void @_Z1fv() nounwind
6 void f() throw (int) {
8 // CHECK-NOT: invoke void @_Z1gv
10 // CHECK: call void @_Z1gv()
11 // CHECK: ret void
reinterpret-cast.cpp 2 void *f1(unsigned long l) {
3 return reinterpret_cast<void *>(l);
10 unsigned long f3(void *p) {
14 void f4(int*&);
15 void f5(void*& u) {
thunks-available-externally.cpp 9 virtual void f();
10 virtual void g(Incomplete);
11 virtual void h();
12 virtual void i();
17 virtual void f();
18 virtual void g(Incomplete);
19 virtual void h();
20 virtual void i();
27 virtual void f();
28 virtual void g(Incomplete)
    [all...]
  /external/clang/test/PCH/Inputs/
chain-selectors2.h 2 -(void)f;
4 -(void)e;
7 void foo2() {
9 //(void)@selector(y);
10 //(void)@selector(e);
14 - (void)blarg_method;
  /external/clang/test/Sema/
attr-returns-twice.c 5 __attribute__((returns_twice)) void t0(void) {
8 void t1() __attribute__((returns_twice));
10 void t2() __attribute__((returns_twice(2))); // expected-error {{attribute takes no arguments}}
12 typedef void (*t3)(void) __attribute__((returns_twice)); // expected-warning {{'returns_twice' attribute only applies to functions}}
  /external/clang/test/SemaObjC/
no-warn-qual-mismatch.m 6 + (void)prototypeWithScalar:(int)aParameter;
7 + (void)prototypeWithPointer:(void *)aParameter;
13 + (void)prototypeWithScalar:(const int)aParameter {}
14 + (void)prototypeWithPointer:(void * const)aParameter {}
  /external/icu4c/test/cintltst/
calltest.c 19 void addUtility(TestNode** root);
20 void addBreakIter(TestNode** root);
21 void addStandardNamesTest(TestNode **root);
22 void addFormatTest(TestNode** root);
23 void addConvert(TestNode** root);
24 void addCollTest(TestNode** root);
25 void addComplexTest(TestNode** root);
26 void addUDataTest(TestNode** root);
27 void addUTF16Test(TestNode** root);
28 void addUTF8Test(TestNode** root)
    [all...]
cnmdptst.h 27 static void TestPatterns(void);
30 static void TestQuotes(void);
33 static void TestExponential(void);
36 static void TestCurrencySign(void);
39 static void TestRounding487(void);
    [all...]
  /external/llvm/test/CodeGen/ARM/
arm-asm.ll 3 define void @frame_dummy() {
5 %tmp1 = tail call void (i8*)* (void (i8*)*)* asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( void (i8*)* null ) ; <void (i8*)*> [#uses=0]
6 ret void
  /external/llvm/test/CodeGen/X86/
x86-64-asm.ll 7 define void @frame_dummy() {
9 %tmp1 = tail call void (i8*)* (void (i8*)*)* asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( void (i8*)* null ) ; <void (i8*)*> [#uses=0]
10 ret void
  /external/llvm/test/Transforms/SCCP/
switch.ll 5 declare void @foo()
6 define void @test1() {
7 ; CHECK: define void @test1
8 ; CHECK: call void @foo()
11 call void @foo()
12 ret void
  /external/openssl/crypto/
ebcdic.h 16 void *ebcdic2ascii(void *dest, const void *srce, size_t count);
17 void *ascii2ebcdic(void *dest, const void *srce, size_t count);
  /external/openssl/include/openssl/
ebcdic.h 16 void *ebcdic2ascii(void *dest, const void *srce, size_t count);
17 void *ascii2ebcdic(void *dest, const void *srce, size_t count);
  /external/wpa_supplicant_8/src/eap_server/
eap_methods.h 24 void eap_server_method_free(struct eap_method *method);
28 void eap_server_unregister_methods(void);
32 int eap_server_identity_register(void);
33 int eap_server_md5_register(void);
34 int eap_server_tls_register(void);
35 int eap_server_mschapv2_register(void);
36 int eap_server_peap_register(void);
37 int eap_server_tlv_register(void);
38 int eap_server_gtc_register(void);
    [all...]
  /external/yaffs2/yaffs2/direct/
yaffscfg.h 22 void yaffsfs_Lock(void);
23 void yaffsfs_Unlock(void);
25 __u32 yaffsfs_CurrentTime(void);
27 void yaffsfs_SetError(int err);

Completed in 1460 milliseconds

<<11121314151617181920>>