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

<<31323334353637383940>>

  /external/chromium/sdch/open-vcdiff/m4/
ac_have_attribute.m4 6 static void foo(void) __attribute__ ((unused));
7 void foo(void) { exit(1); }],
  /external/clang/test/ARCMT/
GC.h 4 __strong void *gcVar;
  /external/clang/test/ARCMT/Inputs/
test1.m.in 4 void test1(id p) {
test2.m.in 4 void test2(id p) {
  /external/clang/test/ARCMT/with space/
test1.m.in 4 void test1(id p) {
test2.m.in 4 void test2(id p) {
  /external/clang/test/Analysis/
html-diags-multifile.h 2 void has_bug(int *p) {
  /external/clang/test/CXX/class.derived/class.virtual/
p12.cpp 5 virtual void foo();
7 void bar() {
14 virtual void wibble();
17 void foo(test24_B *xp) {
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p2.cpp 6 void g() throw (auto(*)()->int);
16 void g(auto (*f)() -> int) {
28 void j() {
29 (void)typeid(auto(*)()->void);
30 (void)sizeof(auto(*)()->void);
31 (void)__alignof(auto(*)()->void);
33 U<auto(*)()->void> v
    [all...]
  /external/clang/test/CXX/except/except.spec/
p2-dynamic-types.cpp 8 // void.
9 void ic1() throw(void); // expected-error {{incomplete type 'void' is not allowed in exception specification}}
10 void ic2() throw(Incomplete); // expected-error {{incomplete type 'Incomplete' is not allowed in exception specification}}
11 void ic3() throw(void*);
12 void ic4() throw(Incomplete*); // expected-error {{pointer to incomplete type 'Incomplete' is not allowed in exception specification}}
13 void ic5() throw(Incomplete&); // expected-error {{reference to incomplete type 'Incomplete' is not allowed in exception specification}}
18 void tf() throw(TEx<int>); // expected-error {{implicit instantiation of undefined template}
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p11.cpp 3 void test_reaching_scope() {
6 (void)[=]() {
8 void member() {
9 (void)[=]() {
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
pr5056.cpp 3 extern "C" void * malloc(int);
6 void *malloc(int);
10 inline void *A<T>::malloc(int)
15 void f() {
  /external/clang/test/CodeGen/
_Bool-conversion.c 7 static _Bool f0_0(void *a0) { return (_Bool) a0; }
8 int f0() { return f0_0((void*) 0x2); }
10 _Bool f1(void) {
11 return (_Bool) ({ void (*x)(); x = 0; });
compound-type.c 6 void c(void) {a <<= b;}
7 void d(void) {a /= b;}
types.c 13 void test1()
20 static void test2(void) {MpegEncContext s; s.pb;}
33 void test3(struct List a) {
  /external/clang/test/CodeGenCXX/
forward-enum.cpp 4 void bar(MyEnum value) { }
6 // CHECK: define void @_Z3foo6MyEnum
7 void foo(MyEnum value)
9 // CHECK: call void @_Z3bar6MyEnum(i8 signext
incomplete-member-function-pointer.cpp 5 void bar(fake_tuple);
7 void (connection::*a)(fake_tuple) = &connection::bar;
8 void f() {
9 void (connection::*b)(fake_tuple) = &connection::bar;
mangle-nullptr-arg.cpp 5 // CHECK: define void @_Z5test12IPILPi0EE
6 void test1(IP<nullptr>) {}
11 // CHECK: define void @_Z5test22PMILM1Xi0EE
12 void test2(PM<nullptr>) { }
template-linkage.cpp 3 virtual void f(T) { }
4 inline void g() { }
9 // CHECK: define weak_odr void @_ZN1AIiE1gEv(
10 template void A<int>::g();
12 // CHECK: define weak_odr void @_ZN1AIfE1fEf(
13 // CHECK: define weak_odr void @_ZN1AIfE1gEv(
17 // CHECK: define weak_odr void @_Z1fIiEvT_
18 template <typename T> void f(T) { }
19 template void f<int>(int);
21 // CHECK: define weak_odr void @_Z1gIiEvT
    [all...]
  /external/clang/test/CodeGenObjC/
hidden.m 5 +(void) bar;
9 +(void) bar {}
14 +(void) bar;
18 +(void) bar {}
  /external/clang/test/CodeGenOpenCL/
ptx-kernels.cl 3 void device_function() {
5 // CHECK: define ptx_device void @device_function()
7 __kernel void kernel_function() {
9 // CHECK: define ptx_kernel void @kernel_function()
  /external/clang/test/Index/Inputs/
c-index-pch.h 4 void foo(int i, float f);
remap-complete-to.c 5 void g() {
  /external/clang/test/Modules/Inputs/
category_other.h 4 -(void)other;
redecl-merge-left-left.h 4 void accept_a_C4(C4*);

Completed in 589 milliseconds

<<31323334353637383940>>