Searched refs:USED (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dattr-weakref-1-darwin.c25 #define USED __attribute__((used)) macro
31 static vtype *pv1a USED = &Wv1a; variable
35 static vtype *pv2a USED = &Wv2a; variable
39 static vtype *pv3a USED = &Wv3a; variable
43 static vtype *pv4a USED = &Wv4a; variable
44 static vtype *pv4 USED = &uv4; variable
47 static vtype *pv5a USED = &Wv5a; variable
49 static vtype *pv5 USED = &uv5; variable
52 static vtype *pv6a USED = &Wv6a; variable
56 static vtype* USED fv
75 static vtype *pv9a USED = &Wv9a; variable
103 static ftype *pf1a USED = &Wf1a; variable
106 static ftype *pf1c USED = &Wf1c; variable
110 static ftype *pf2a USED = &Wf2a; variable
114 static ftype *pf3a USED = &Wf3a; variable
118 static ftype *pf4a USED = &Wf4a; variable
119 static ftype *pf4 USED = &uf4; variable
122 static ftype *pf5a USED = &Wf5a; variable
124 static ftype *pf5 USED = &uf5; variable
127 static ftype *pf6a USED = &Wf6a; variable
150 static ftype *pf9a USED = &Wf9a; variable
[all...]
H A Dattr-weakref-1.c35 #define USED __attribute__((used)) macro
41 static vtype *pv1a USED = &Wv1a; variable
45 static vtype *pv2a USED = &Wv2a; variable
49 static vtype *pv3a USED = &Wv3a; variable
53 static vtype *pv4a USED = &Wv4a; variable
54 static vtype *pv4 USED = &uv4; variable
57 static vtype *pv5a USED = &Wv5a; variable
59 static vtype *pv5 USED = &uv5; variable
62 static vtype *pv6a USED = &Wv6a; variable
66 static vtype* USED fv
85 static vtype *pv9a USED = &Wv9a; variable
113 static ftype *pf1a USED = &Wf1a; variable
116 static ftype *pf1c USED = &Wf1c; variable
120 static ftype *pf2a USED = &Wf2a; variable
124 static ftype *pf3a USED = &Wf3a; variable
128 static ftype *pf4a USED = &Wf4a; variable
129 static ftype *pf4 USED = &uf4; variable
132 static ftype *pf5a USED = &Wf5a; variable
134 static ftype *pf5 USED = &uf5; variable
137 static ftype *pf6a USED = &Wf6a; variable
160 static ftype *pf9a USED = &Wf9a; variable
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/asan/
H A Dsanitizer_test_utils.h40 # define USED __attribute__((used)) macro
43 # define USED macro
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_platform.h97 static USED uptr UserRegions[] = {
161 static USED uptr UserRegions[] = {
223 static USED uptr UserRegions[] = {
H A Dtsan_defs.h111 static inline void USED build_consistency() {
H A Dtsan_rtl.cc725 ALWAYS_INLINE USED
791 ALWAYS_INLINE USED
907 ALWAYS_INLINE USED
929 ALWAYS_INLINE USED
H A Dtsan_interceptors.cc2291 static USED void syscall_fd_acquire(uptr pc, int fd) {
2297 static USED void syscall_fd_release(uptr pc, int fd) {
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_fake_stack.h131 USED uptr AddrIsInFakeStack(uptr addr) {
H A Dasan_fake_stack.cc76 ALWAYS_INLINE USED
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_internal_defs.h179 # define USED __attribute__((used)) macro
182 # define USED
/haiku-buildtools/gcc/gcc/fortran/
H A Dmodule.c141 USED enumerator in enum:gfc_rsym_state
4689 p->u.rsym.state = USED;
4769 if (p->type == P_SYMBOL && p->u.rsym.state == USED && !p->u.rsym.referenced)
4923 info->u.rsym.state = USED;

Completed in 103 milliseconds