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

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/Transforms/PruneEH/
2008-06-02-Weak.ll 3 define weak void @f() {
5 ret void
8 define void @g() {
10 call void @f()
11 ret void
  /external/llvm/test/Transforms/TailCallElim/
trivial_codegen_tailcall.ll 2 ; RUN: grep {tail call void @foo}
5 declare void @foo()
7 define void @bar() {
8 call void @foo( )
9 ret void
  /external/clang/test/SemaCUDA/
function-target.cu 5 __host__ void h1h(void);
6 __device__ void h1d(void); // expected-note {{candidate function not viable: call to __device__ function from __host__ function}}
7 __host__ __device__ void h1hd(void);
8 __global__ void h1g(void);
14 __host__ void h1(void) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.h 33 void setWpaGui(WpaGui *_wpagui);
34 void event_notify(WpaMsg msg);
37 virtual void context_menu(const QPoint &pos);
38 virtual void enter_pin();
39 virtual void connect_pbc();
40 virtual void learn_ap_config();
41 virtual void ctx_refresh();
42 virtual void ctx_p2p_start();
43 virtual void ctx_p2p_stop();
44 virtual void ctx_p2p_listen()
    [all...]
wpagui.h 36 virtual void triggerUpdate();
37 virtual void editNetwork(const QString &sel);
38 virtual void removeNetwork(const QString &sel);
39 virtual void enableNetwork(const QString &sel);
40 virtual void disableNetwork(const QString &sel);
42 void setBssFromScan(const QString &bssid);
44 void saveState();
48 virtual void parse_argv();
49 virtual void updateStatus();
50 virtual void updateNetworks()
    [all...]
  /frameworks/base/opengl/tools/glgen/specs/jsr239/
glspec-1.1 0 void glBindBuffer ( GLenum target, GLuint buffer )
2 void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage )
3 void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data )
4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
7 void glColorPointer ( GLint size, GLenum type, GLsizei stride, GLint offset )
8 void glDeleteBuffers ( GLsizei n, const GLuint *buffers )
9 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
10 void glGenBuffers ( GLsizei n, GLuint *buffers )
    [all...]
  /external/clang/test/Sema/
deref.c 3 void
4 foo (void)
11 void foo2 (void)
18 void foo3 (void)
20 void* x = 0;
21 void* y = &*x; /* expected-warning{{address of an expression of type 'void'}} */
24 extern const void cv1
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
mock_network_library.h 20 MOCK_METHOD1(AddNetworkManagerObserver, void(NetworkManagerObserver*));
21 MOCK_METHOD1(RemoveNetworkManagerObserver, void(NetworkManagerObserver*));
22 MOCK_METHOD2(AddNetworkObserver, void(const std::string&, NetworkObserver*));
23 MOCK_METHOD2(RemoveNetworkObserver, void(const std::string&,
25 MOCK_METHOD1(RemoveObserverForAllNetworks, void(NetworkObserver*));
26 MOCK_METHOD2(AddNetworkDeviceObserver, void(const std::string&,
28 MOCK_METHOD2(RemoveNetworkDeviceObserver, void(const std::string&,
30 MOCK_METHOD1(AddCellularDataPlanObserver, void(CellularDataPlanObserver*));
31 MOCK_METHOD1(RemoveCellularDataPlanObserver, void(CellularDataPlanObserver*));
32 MOCK_METHOD1(AddPinOperationObserver, void(PinOperationObserver*))
    [all...]
  /external/clang/test/CodeGen/
call.c 4 void rb_define_global_function (const char*,void(*)(),int);
5 static void rb_f_chop();
6 void Init_String() {
9 static void rb_f_chop() {
15 typedef void (* JSErrorCallback)(void);
16 void js_GetErrorMessage(void);
17 void JS_ReportErrorNumber(JSErrorCallback errorCallback, ...)
    [all...]
2008-04-08-NoExceptions.c 3 void f(void);
4 void g(void) {
5 // CHECK: define void @g() nounwind
6 // CHECK-NOT: call void @f() nounwind
10 // CHECK-NOT: declare void @f() nounwind
  /external/llvm/test/CodeGen/PowerPC/
calls.ll 10 declare void @foo()
12 define void @test_direct() {
13 call void @foo( )
14 ret void
17 define void @test_indirect(void ()* %fp) {
18 call void %fp( )
19 ret void
22 define void @test_abs() {
23 %fp = inttoptr i32 400 to void ()* ; <void ()*> [#uses=1
    [all...]
  /external/icu4c/test/intltest/
tztest.h 22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
30 virtual void TestPRTOffset(void);
34 virtual void TestVariousAPI518(void);
38 virtual void TestGetAvailableIDs913(void);
43 virtual void TestGenericAPI(void);
47 virtual void TestRuleAPI(void)
    [all...]
numfmtst.h 24 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
30 void TestAPI(void);
32 void TestCoverage(void);
37 void TestQuotes(void);
41 void TestExponential(void);
45 void TestCurrencySign(void)
    [all...]
  /external/clang/test/Parser/
char-literal-printing.c 7 char test1(void) { return '\\'; }
8 wchar_t test2(void) { return L'\\'; }
9 char test3(void) { return '\''; }
10 wchar_t test4(void) { return L'\''; }
11 char test5(void) { return '\a'; }
12 wchar_t test6(void) { return L'\a'; }
13 char test7(void) { return '\b'; }
14 wchar_t test8(void) { return L'\b'; }
15 char test9(void) { return '\e'; }
16 wchar_t test10(void) { return L'\e';
    [all...]
opencl-image-access.cl 3 typedef void* image2d_t;
5 __kernel void f__ro(__read_only image2d_t a) { }
7 __kernel void f__wo(__write_only image2d_t a) { }
9 __kernel void f__rw(__read_write image2d_t a) { }
12 __kernel void fro(read_only image2d_t a) { }
14 __kernel void fwo(write_only image2d_t a) { }
16 __kernel void frw(read_write image2d_t a) { }
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.h 36 virtual void triggerUpdate();
37 virtual void editNetwork(const QString &sel);
38 virtual void removeNetwork(const QString &sel);
39 virtual void enableNetwork(const QString &sel);
40 virtual void disableNetwork(const QString &sel);
42 void setBssFromScan(const QString &bssid);
44 void saveState();
48 virtual void parse_argv();
49 virtual void updateStatus();
50 virtual void updateNetworks()
    [all...]
  /development/tools/emulator/opengl/system/GLESv1_enc/
gl.in 1 GL_ENTRY(void, glAlphaFunc, GLenum func, GLclampf ref)
2 GL_ENTRY(void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
3 GL_ENTRY(void, glClearDepthf, GLclampf depth)
4 GL_ENTRY(void, glClipPlanef, GLenum plane, const GLfloat *equation)
5 GL_ENTRY(void, glColor4f, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
6 GL_ENTRY(void, glDepthRangef, GLclampf zNear, GLclampf zFar)
7 GL_ENTRY(void, glFogf, GLenum pname, GLfloat param)
8 GL_ENTRY(void, glFogfv, GLenum pname, const GLfloat *params)
9 GL_ENTRY(void, glFrustumf, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
10 GL_ENTRY(void, glGetClipPlanef, GLenum pname, GLfloat* eqn
    [all...]
gl.addon 1 GL_ENTRY(void, glVertexPointerOffset, GLint size, GLenum type, GLsizei stride, GLuint offset)
2 GL_ENTRY(void, glColorPointerOffset, GLint size, GLenum type, GLsizei stride, GLuint offset)
3 GL_ENTRY(void, glNormalPointerOffset, GLenum type, GLsizei stride, GLuint offset)
4 GL_ENTRY(void, glPointSizePointerOffset, GLenum type, GLsizei stride, GLuint offset)
5 GL_ENTRY(void, glTexCoordPointerOffset, GLint size, GLenum type, GLsizei stride, GLuint offset)
7 GL_ENTRY(void, glVertexPointerData, GLint size, GLenum type, GLsizei stride, void * data, GLuint datalen)
8 GL_ENTRY(void, glColorPointerData, GLint size, GLenum type, GLsizei stride, void * data, GLuint datalen)
9 GL_ENTRY(void, glNormalPointerData, GLenum type, GLsizei stride, void * data, GLuint datalen
    [all...]
  /bionic/libc/kernel/arch-sh/asm/
machvec.h 22 void (*mv_setup)(char **cmdline_p);
29 void (*mv_outb)(u8, unsigned long);
30 void (*mv_outw)(u16, unsigned long);
31 void (*mv_outl)(u32, unsigned long);
36 void (*mv_outb_p)(u8, unsigned long);
37 void (*mv_outw_p)(u16, unsigned long);
38 void (*mv_outl_p)(u32, unsigned long);
40 void (*mv_insb)(unsigned long, void *dst, unsigned long count);
41 void (*mv_insw)(unsigned long, void *dst, unsigned long count)
    [all...]
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p14.cpp 3 template<class T> void f(T) { /* ... */ }
4 template<class T> inline void g(T) { /* ... */ }
6 // CHECK: define void @_Z1gIiEvT_
7 template<> void g<>(int) { /* ... */ }
11 void f() { }
12 void g();
13 void h();
17 void X<T>::g() {
21 inline void X<T>::h() {
24 // CHECK: define void @_ZN1XIiE1fE
    [all...]
  /external/clang/test/SemaObjC/
enhanced-proto-2.m 5 - (void) FOO;
7 - (void) FOO;
9 - (void) REQ;
14 - (void) FOO2;
15 - (void) FOO3;
19 - (void) FOO2{}
20 - (void) FOO3{}
  /external/llvm/test/Assembler/
MultipleReturnValueType.ll 7 @callthis = external global void ()* ; <void ()**> [#uses=50]
10 define void @foo() {
11 store void ()* bitcast (%struct.S_102 ()* @f_102 to void ()*), void ()** @callthis, align 8
12 ret void
  /external/llvm/test/CodeGen/X86/GC/
deadargelim.ll 3 declare void @llvm.gcroot(i8**, i8*)
5 define void @g() {
7 call void @f(i32 0)
8 ret void
11 define internal void @f(i32 %unused) gc "example" {
14 call void @llvm.gcroot(i8** %var, i8* null)
15 ret void
  /external/llvm/test/Transforms/Inline/
inline-tail.ll 3 declare void @bar(i32*)
5 define internal void @foo(i32* %P) {
6 tail call void @bar( i32* %P )
7 ret void
10 define void @caller() {
12 call void @foo( i32* %A )
13 ret void
  /frameworks/base/opengl/tests/angeles/include/GLES/
egltypes.h 6 typedef void *EGLDisplay;
7 typedef void *EGLConfig;
8 typedef void *EGLSurface;
9 typedef void *EGLContext;
10 typedef void *NativeDisplayType;
11 typedef void *NativeWindowType;
12 typedef void *NativePixmapType;

Completed in 685 milliseconds

1 2 3 4 56 7 8 91011>>