Searched refs:ucp (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_20.f9026 class(*), pointer :: ucp, ucp2
30 ucp => S
31 call sub3 (ucp)
32 allocate (ucp2, source=ucp)
38 call bar(ucp, res)
47 class(*), pointer :: ucp
49 ucp => dcl
51 select type (ucp)
54 if (len(ucp) .NE. ilen) call abort ()
55 hlp = ucp
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A DWno-pointer-sign.c12 unsigned char *ucp; local
20 cp = ucp; /* { dg-bogus " pointer targets in assignment differ in signedness" } */
22 ucp = scp; /* { dg-bogus " pointer targets in assignment differ in signedness" } */
23 ucp = cp; /* { dg-bogus " pointer targets in assignment differ in signedness" } */
24 scp = ucp; /* { dg-bogus " pointer targets in assignment differ in signedness" } */
H A Dconv-2.c12 unsigned char *ucp; local
20 cp = ucp; /* { dg-warning " pointer targets in assignment differ in signedness" } */
22 ucp = scp; /* { dg-warning " pointer targets in assignment differ in signedness" } */
23 ucp = cp; /* { dg-warning " pointer targets in assignment differ in signedness" } */
24 scp = ucp; /* { dg-warning " pointer targets in assignment differ in signedness" } */
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/
H A D9555-ic.cc60 unsigned char* ucp = &uc; local
67 testthrow(ucp);
/haiku-buildtools/gcc/libgcc/config/i386/
H A Dsol2-unwind.h73 ucontext_t *ucp; local
84 ucp = &handler_args->ucontext;
85 mctx = &ucp->uc_mcontext;
/haiku-buildtools/gcc/libgcc/config/sparc/
H A Dsol2-unwind.h278 ucontext_t *ucp; local
290 ucp = &handler_args->ucontext;
291 mctx = &ucp->uc_mcontext;
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_linux.cc231 ucontext_t *ucp = (ucontext_t*)context; local
232 *stack = (uptr)ucp->uc_stack.ss_sp;
233 *ssize = ucp->uc_stack.ss_size;
H A Dasan_interceptors.cc248 struct ucontext_t *ucp) {
258 ReadContextStack(ucp, &stack, &ssize);
260 int res = REAL(swapcontext)(oucp, ucp);
263 // We need to clear shadow for ucp once again, as it may be in arbitrary
247 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, struct ucontext_t *ucp) argument

Completed in 169 milliseconds