Searched refs:byref (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dkeywords-1.mm1 /* Test that 'in', 'out', 'inout', 'bycopy', 'byref', 'oneway'
10 int byref = inout * 2;
12 return byref + inout;
15 @class byref;
H A Dmethod-20.mm1 /* Test if context-sensitive "in", "out", "byref", etc., qualifiers can be
8 + (oneway void)oneway:(int)i2 byref:(int)i3 out:(float)f4 bycopy:(float)f5;
13 + (oneway void)oneway:(int)i2 byref:(int)i3 out:(float)f4 bycopy:(float)f5 { }
17 /* { dg-final { scan-assembler "oneway:byref:out:bycopy:" } } */
H A Dproto-qual-1.mm20 - (bycopy) address:(byref inout id)location with:(out short unsigned **)arg2;
29 - (bycopy) address:(byref inout id)location with:(out short unsigned **)arg2 { return nil; }
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dkeywords-1.m1 /* Test that 'in', 'out', 'inout', 'bycopy', 'byref', 'oneway'
10 int byref = inout * 2;
12 return byref + inout;
15 @class byref;
H A Dmethod-14.m1 /* Test if context-sensitive "in", "out", "byref", etc., qualifiers can be
8 + (oneway void)oneway:(int)i2 byref:(int)i3 out:(float)f4 bycopy:(float)f5;
13 + (oneway void)oneway:(int)i2 byref:(int)i3 out:(float)f4 bycopy:(float)f5 { }
17 /* { dg-final { scan-assembler "oneway:byref:out:bycopy:" } } */
H A Dproto-qual-1.m20 - (bycopy) address:(byref inout id)location with:(out short unsigned **)arg2;
29 - (bycopy) address:(byref inout id)location with:(out short unsigned **)arg2 { return nil; }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dlambda-generic-udt.C28 auto byref = [] (auto& r) { (void) r; }; local
35 auto byref = [] <typename T> (T& r) { (void) r; }; local
44 byref (s); assert (i == 4);
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-types.c2150 int byref;
2184 byref = 1;
2186 byref = 0;
2204 byref ? PACKED_FULL
2207 byref = 0;
2232 if (byref)
2141 int byref; local
H A Dtrans-decl.c1310 int byref; local
1322 byref = gfc_return_by_reference (sym->ns->proc_name);
1324 byref = 0;
1340 if (!byref && sym->attr.function
1352 fun_or_res = byref && (sym->attr.result
1357 if (sym->attr.result && byref
1380 if (sym->ts.deferred && byref)
H A Dtrans-expr.c4514 int byref; local
5638 byref = (comp && (comp->attr.dimension
5641 if (byref)
5857 if (!byref && sym->ts.type != BT_CHARACTER
5872 if (!se->want_pointer && !byref
5894 if (byref)
5939 if (byref)
/haiku-buildtools/gcc/gcc/config/sh/
H A Dsh.c9006 cum->byref = shcompact_byref (cum, mode, type, named);
9007 return cum->byref != 0;
9214 const_tree type2 = (ca->byref && type
9217 machine_mode mode2 = (ca->byref && type
9220 int dwords = ((ca->byref
9221 ? ca->byref
9240 else if (ca->byref)
9245 ca->byref = 0;
13010 pcum->byref = 0;
H A Dsh.h1331 int byref;
1324 int byref; member in struct:sh_args

Completed in 289 milliseconds