HomeSort by relevance Sort by last modified time
    Searched full:hidden (Results 1 - 25 of 3121) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
visibility.ll 3 @zed = external hidden constant i32
5 define hidden void @foo() nounwind {
11 declare hidden void @bar(i32*)
13 ;CHECK: .hidden zed
14 ;CHECK: .hidden bar
hidden-vis.ll 6 @a = hidden global i32 0
7 @b = external hidden global i32
10 define weak hidden void @t1() nounwind {
11 ; LINUX: .hidden t1
18 ; WINDOWS-NOT: hidden
27 ; LINUX: .hidden a
28 ; LINUX: .hidden b
  /external/clang/test/CodeGen/
hidden-visibility.c 3 // CHECK: hidden global
4 int X __attribute__ ((__visibility__ ("hidden"))) = 123;
pragma-visibility.c 3 #pragma GCC visibility push(hidden)
5 // CHECK: @x = hidden global
10 // CHECK: @y = hidden global
12 #pragma GCC visibility push(hidden)
18 #pragma GCC visibility push(hidden)
20 // CHECK: define hidden void @f
private-extern-redef.c 31 // CHECK: @J = hidden constant
32 // CHECK: @K = hidden constant
34 // CHECK: @M = hidden global
35 // CHECK: @O = hidden global
36 // CHECK: @I = external hidden
37 // CHECK: @N = common hidden global
  /external/clang/test/CodeGenCXX/
visibility.cpp 2 // RUN: %clang_cc1 %s -std=c++11 -triple=x86_64-apple-darwin10 -fvisibility hidden -emit-llvm -o - | FileCheck %s -check-prefix=CHECK-HIDDEN
4 #define HIDDEN __attribute__((visibility("hidden")))
9 // When H is hidden, it should make X hidden, even if the template argument
19 // CHECK-HIDDEN: _ZN6test301bE = hidden global
34 // CHECK-HIDDEN: @_ZN6test251aE = hidden globa
312 A::hidden = 0; member in class:Test12::A
787 HIDDEN void hidden() {} function in class:test39::A::B
    [all...]
pragma-visibility.cpp 3 #pragma GCC visibility push(hidden)
9 // CHECK: @_ZN1x1yE = hidden global
11 #pragma GCC visibility push(hidden)
19 #pragma GCC visibility push(hidden)
25 // CHECK: @_ZN2x4IiE1yE = hidden global i32
27 #pragma GCC visibility push(hidden)
31 // CHECK: define hidden i32 @g()
32 // CHECK: define linkonce_odr hidden i32 @_Z1fILi3EEiv()
34 #pragma GCC visibility push(hidden)
40 // CHECK: define hidden void @_ZN2x5IiE1yE
    [all...]
rtti-visibility.cpp 2 // RUN: %clang_cc1 %s -I%S -triple=x86_64-apple-darwin10 -fhidden-weak-vtables -emit-llvm -o %t.hidden
5 // RUN: FileCheck --check-prefix=CHECK-TEST2-HIDDEN %s < %t.hidden
10 // A is explicitly marked hidden, so all RTTI data should also be marked hidden.
11 // CHECK-TEST1: @_ZTSN5Test11AE = linkonce_odr hidden constant
12 // CHECK-TEST1: @_ZTIN5Test11AE = linkonce_odr hidden unnamed_addr constant
13 // CHECK-TEST1: @_ZTSPN5Test11AE = linkonce_odr hidden constant
14 // CHECK-TEST1: @_ZTIPN5Test11AE = linkonce_odr hidden unnamed_addr constant
15 struct __attribute__((visibility("hidden"))) A { }
    [all...]
  /external/clang/test/CodeGenObjC/
hidden-visibility.m 1 // RUN: %clang_cc1 -fvisibility hidden -emit-llvm -o - %s | FileCheck %s
2 // CHECK: @"OBJC_IVAR_$_I.P" = hidden
3 // CHECK: @"OBJC_CLASS_$_I" = hidden
4 // CHECK: @"OBJC_METACLASS_$_I" = hidden
5 // CHECK: @"\01l_OBJC_PROTOCOL_$_Prot0" = weak hidden
hidden.m 3 __attribute__((visibility("hidden")))
4 @interface Hidden
8 @implementation Hidden
  /external/llvm/test/Linker/
visibility2.ll 6 @v1 = weak hidden global i32 0
8 @v3 = weak hidden global i32 0
11 @a1 = hidden alias weak i32* @v1
13 @a3 = hidden alias weak i32* @v3
16 define weak hidden void @f1() {
24 define weak hidden void @f3() {
available_externally_b.ll 4 @foo = hidden unnamed_addr constant i32 0
  /external/libselinux/src/
dso.h 5 # define hidden __attribute__ ((visibility ("hidden"))) macro
9 extern __typeof (fct) fct __asm (#internal) hidden;
18 # define hidden macro
avc_sidtab.h 27 int sidtab_init(struct sidtab *s) hidden;
28 int sidtab_insert(struct sidtab *s, security_context_t ctx) hidden;
31 security_context_t ctx, security_id_t * sid) hidden;
33 void sidtab_sid_stats(struct sidtab *s, char *buf, int buflen) hidden;
34 void sidtab_destroy(struct sidtab *s) hidden;
callbacks.h 16 (*selinux_log) (int type, const char *, ...) hidden;
19 (*selinux_audit) (void *, security_class_t, char *, size_t) hidden;
22 (*selinux_validate)(security_context_t *ctx) hidden;
25 (*selinux_netlink_setenforce) (int enforcing) hidden;
28 (*selinux_netlink_policyload) (int seqno) hidden;
  /external/libsepol/src/
dso.h 5 # define hidden __attribute__ ((visibility ("hidden"))) macro
9 extern __typeof (fct) fct __asm (#internal) hidden;
18 # define hidden macro
  /sdk/apps/DeviceConfig/res/values-keyshidden/
strings.xml 3 <string name="keyboard_state">HIDDEN</string>
  /sdk/apps/DeviceConfig/res/values-navhidden/
strings.xml 3 <string name="nav_state">HIDDEN</string>
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 52 /* Hidden "this" pointer for the video functions */
163 #define local_X11 (this->hidden->local_X11)
164 #define SDL_Display (this->hidden->X11_Display)
165 #define GFX_Display (this->hidden->GFX_Display)
166 #define SDL_Screen DefaultScreen(this->hidden->X11_Display)
167 #define SDL_Visual (this->hidden->vis)
169 #define WMwindow (this->hidden->WMwindow)
170 #define FSwindow (this->hidden->FSwindow)
171 #define SDL_Window (this->hidden->SDL_Window)
172 #define WM_DELETE_WINDOW (this->hidden->WM_DELETE_WINDOW
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.h 36 /* Hidden "this" pointer for the video functions */
71 #define console_fd (this->hidden->console_fd)
72 #define memory_fd (this->hidden->memory_fd)
73 #define saved_vinfo (this->hidden->saved_vinfo)
74 #define current_vt (this->hidden->current_vt)
75 #define saved_vt (this->hidden->saved_vt)
76 #define keyboard_fd (this->hidden->keyboard_fd)
77 #define saved_kbd_mode (this->hidden->saved_kbd_mode)
78 #define saved_kbd_termios (this->hidden->saved_kbd_termios)
79 #define mouse_fd (this->hidden->mouse_fd
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.h 35 /* Hidden "this" pointer for the video functions */
97 /* Hidden structure -> variables names */
98 #define VDI_handle (this->hidden->vdi_handle)
99 #define VDI_w (this->hidden->full_w)
100 #define VDI_h (this->hidden->full_h)
101 #define VDI_bpp (this->hidden->bpp)
102 #define VDI_pixelsize (this->hidden->pixelsize)
103 #define VDI_oldnumcolors (this->hidden->old_numcolors)
104 #define VDI_oldpalette (this->hidden->old_palette)
105 #define VDI_curpalette (this->hidden->cur_palette
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.h 46 /* Hidden "this" pointer for the video functions */
128 #define mode_settings (this->hidden->mode_settings)
129 #define window (this->hidden->Window)
130 #define SDL_Image (this->hidden->image)
131 #define OCImage (this->hidden->ocimage)
132 #define old_video_mode (this->hidden->old_video_mode)
133 #define old_refresh_rate (this->hidden->old_refresh_rate)
134 #define graphics_card_caps (this->hidden->graphics_card_caps)
135 #define desktopbpp (this->hidden->desktopbpp)
136 #define visualbpp (this->hidden->visualbpp
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.h 41 // Hidden "this" pointer for the video functions
76 #define SDL_Window (this -> hidden -> SDL_Window)
77 #define FSwindow (this -> hidden -> FSwindow)
78 #define SDL_windowid (this -> hidden -> SDL_windowid)
79 #define SDL_GC (this -> hidden -> GC)
80 #define SDL_Image (this -> hidden -> Image)
81 #define Image_buff (this -> hidden -> Image_buff)
82 #define Clientfb (this -> hidden -> Clientfb)
83 #define SDL_Visual (this -> hidden -> SDL_Visual)
84 #define SDL_modelist (this -> hidden -> modelist
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c 97 SDL_free(device->hidden);
110 device->hidden = (struct SDL_PrivateVideoData *) malloc (sizeof (*device->hidden));
112 if (device == NULL || device->hidden == NULL)
121 SDL_memset (device->hidden, 0, sizeof (*device->hidden));
192 HIDDEN->nummodes++;
385 HIDDEN->c2layer = NULL, HIDDEN->c2frame = NULL;
386 HIDDEN->enable_mga_crtc2 = 0
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.h 38 /* Hidden "this" pointer for the video functions */
111 #define console_fd (this->hidden->console_fd)
112 #define current_vt (this->hidden->current_vt)
113 #define saved_vt (this->hidden->saved_vt)
114 #define keyboard_fd (this->hidden->keyboard_fd)
115 #define saved_kbd_mode (this->hidden->saved_kbd_mode)
116 #define saved_kbd_termios (this->hidden->saved_kbd_termios)
117 #define mouse_fd (this->hidden->mouse_fd)
119 #define ts_dev (this->hidden->ts_dev)
121 #define cache_vinfo (this->hidden->cache_vinfo
    [all...]

Completed in 1525 milliseconds

1 2 3 4 5 6 7 8 91011>>