Home
last modified time | relevance | path

Searched defs:arg (Results 401 – 425 of 66391) sorted by relevance

1...<<11121314151617181920>>...2656

/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dselect_rank_2.f907 subroutine foo1 (arg) argument
9 integer, dimension(3) :: arg local
16 subroutine foo2 (arg) argument
18 integer, dimension(..) :: arg local
25 subroutine foo3 (arg) argument
28 integer, dimension(..) :: arg local
39 subroutine foo4 (arg) argument
50 subroutine foo5 (arg) argument
61 subroutine foo6 (arg) argument
63 integer, dimension(..) :: arg local
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dselect_rank_2.f907 subroutine foo1 (arg) argument
9 integer, dimension(3) :: arg local
16 subroutine foo2 (arg) argument
18 integer, dimension(..) :: arg local
25 subroutine foo3 (arg) argument
28 integer, dimension(..) :: arg local
39 subroutine foo4 (arg) argument
50 subroutine foo5 (arg) argument
61 subroutine foo6 (arg) argument
63 integer, dimension(..) :: arg local
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dselect_rank_2.f907 subroutine foo1 (arg) argument
9 integer, dimension(3) :: arg local
16 subroutine foo2 (arg) argument
18 integer, dimension(..) :: arg local
25 subroutine foo3 (arg) argument
28 integer, dimension(..) :: arg local
39 subroutine foo4 (arg) argument
50 subroutine foo5 (arg) argument
61 subroutine foo6 (arg) argument
63 integer, dimension(..) :: arg local
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dselect_rank_2.f907 subroutine foo1 (arg) argument
9 integer, dimension(3) :: arg local
16 subroutine foo2 (arg) argument
18 integer, dimension(..) :: arg local
25 subroutine foo3 (arg) argument
28 integer, dimension(..) :: arg local
39 subroutine foo4 (arg) argument
50 subroutine foo5 (arg) argument
61 subroutine foo6 (arg) argument
63 integer, dimension(..) :: arg local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/generics/wildcards/
H A DSubtypeCaptureLeak.java40 <T> void m1(Parent<? extends T> arg) {} in m1()
42 void testApplicable(Child<?> arg) { in testApplicable()
48 <T> void m2(Box<? extends Parent<? extends T>> arg) {} in m2()
50 void testApplicable(Box<Child<?>> arg) { in testApplicable()
56 <T> void m3(Parent<? extends T> arg) {} in m3()
57 void m3(Child<?> arg) {} in m3()
59 void testMostSpecific(Child<?> arg) { in testMostSpecific()
65 <T> void m4(Box<? extends Parent<? extends T>> arg) {} in m4()
66 void m4(SubBox<Child<?>> arg) {} in m4()
68 void testMostSpecificNested(SubBox<Child<?>> arg) { in testMostSpecificNested()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/generics/wildcards/
H A DSubtypeCaptureLeak.java40 <T> void m1(Parent<? extends T> arg) {} in m1()
42 void testApplicable(Child<?> arg) { in testApplicable()
48 <T> void m2(Box<? extends Parent<? extends T>> arg) {} in m2()
50 void testApplicable(Box<Child<?>> arg) { in testApplicable()
56 <T> void m3(Parent<? extends T> arg) {} in m3()
57 void m3(Child<?> arg) {} in m3()
59 void testMostSpecific(Child<?> arg) { in testMostSpecific()
65 <T> void m4(Box<? extends Parent<? extends T>> arg) {} in m4()
66 void m4(SubBox<Child<?>> arg) {} in m4()
68 void testMostSpecificNested(SubBox<Child<?>> arg) { in testMostSpecificNested()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/generics/wildcards/
H A DSubtypeCaptureLeak.java40 <T> void m1(Parent<? extends T> arg) {} in m1()
42 void testApplicable(Child<?> arg) { in testApplicable()
48 <T> void m2(Box<? extends Parent<? extends T>> arg) {} in m2()
50 void testApplicable(Box<Child<?>> arg) { in testApplicable()
56 <T> void m3(Parent<? extends T> arg) {} in m3()
57 void m3(Child<?> arg) {} in m3()
59 void testMostSpecific(Child<?> arg) { in testMostSpecific()
65 <T> void m4(Box<? extends Parent<? extends T>> arg) {} in m4()
66 void m4(SubBox<Child<?>> arg) {} in m4()
68 void testMostSpecificNested(SubBox<Child<?>> arg) { in testMostSpecificNested()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/generics/wildcards/
H A DSubtypeCaptureLeak.java40 <T> void m1(Parent<? extends T> arg) {} in m1()
42 void testApplicable(Child<?> arg) { in testApplicable()
48 <T> void m2(Box<? extends Parent<? extends T>> arg) {} in m2()
50 void testApplicable(Box<Child<?>> arg) { in testApplicable()
56 <T> void m3(Parent<? extends T> arg) {} in m3()
57 void m3(Child<?> arg) {} in m3()
59 void testMostSpecific(Child<?> arg) { in testMostSpecific()
65 <T> void m4(Box<? extends Parent<? extends T>> arg) {} in m4()
66 void m4(SubBox<Child<?>> arg) {} in m4()
68 void testMostSpecificNested(SubBox<Child<?>> arg) { in testMostSpecificNested()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/generics/wildcards/
H A DSubtypeCaptureLeak.java40 <T> void m1(Parent<? extends T> arg) {} in m1()
42 void testApplicable(Child<?> arg) { in testApplicable()
48 <T> void m2(Box<? extends Parent<? extends T>> arg) {} in m2()
50 void testApplicable(Box<Child<?>> arg) { in testApplicable()
56 <T> void m3(Parent<? extends T> arg) {} in m3()
57 void m3(Child<?> arg) {} in m3()
59 void testMostSpecific(Child<?> arg) { in testMostSpecific()
65 <T> void m4(Box<? extends Parent<? extends T>> arg) {} in m4()
66 void m4(SubBox<Child<?>> arg) {} in m4()
68 void testMostSpecificNested(SubBox<Child<?>> arg) { in testMostSpecificNested()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/generics/wildcards/
H A DSubtypeCaptureLeak.java40 <T> void m1(Parent<? extends T> arg) {} in m1()
42 void testApplicable(Child<?> arg) { in testApplicable()
48 <T> void m2(Box<? extends Parent<? extends T>> arg) {} in m2()
50 void testApplicable(Box<Child<?>> arg) { in testApplicable()
56 <T> void m3(Parent<? extends T> arg) {} in m3()
57 void m3(Child<?> arg) {} in m3()
59 void testMostSpecific(Child<?> arg) { in testMostSpecific()
65 <T> void m4(Box<? extends Parent<? extends T>> arg) {} in m4()
66 void m4(SubBox<Child<?>> arg) {} in m4()
68 void testMostSpecificNested(SubBox<Child<?>> arg) { in testMostSpecificNested()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/generics/wildcards/
H A DSubtypeCaptureLeak.java40 <T> void m1(Parent<? extends T> arg) {} in m1()
42 void testApplicable(Child<?> arg) { in testApplicable()
48 <T> void m2(Box<? extends Parent<? extends T>> arg) {} in m2()
50 void testApplicable(Box<Child<?>> arg) { in testApplicable()
56 <T> void m3(Parent<? extends T> arg) {} in m3()
57 void m3(Child<?> arg) {} in m3()
59 void testMostSpecific(Child<?> arg) { in testMostSpecific()
65 <T> void m4(Box<? extends Parent<? extends T>> arg) {} in m4()
66 void m4(SubBox<Child<?>> arg) {} in m4()
68 void testMostSpecificNested(SubBox<Child<?>> arg) { in testMostSpecificNested()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/generics/wildcards/
H A DSubtypeCaptureLeak.java40 <T> void m1(Parent<? extends T> arg) {} in m1()
42 void testApplicable(Child<?> arg) { in testApplicable()
48 <T> void m2(Box<? extends Parent<? extends T>> arg) {} in m2()
50 void testApplicable(Box<Child<?>> arg) { in testApplicable()
56 <T> void m3(Parent<? extends T> arg) {} in m3()
57 void m3(Child<?> arg) {} in m3()
59 void testMostSpecific(Child<?> arg) { in testMostSpecific()
65 <T> void m4(Box<? extends Parent<? extends T>> arg) {} in m4()
66 void m4(SubBox<Child<?>> arg) {} in m4()
68 void testMostSpecificNested(SubBox<Child<?>> arg) { in testMostSpecificNested()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/pm/pmiserv/
H A Dpmip_utils.c58 static HYD_status proxy_id_fn(char *arg, char ***argv) in proxy_id_fn()
69 static HYD_status pgid_fn(char *arg, char ***argv) in pgid_fn()
80 static HYD_status debug_fn(char *arg, char ***argv) in debug_fn()
85 static HYD_status usize_fn(char *arg, char ***argv) in usize_fn()
96 static HYD_status pmi_port_fn(char *arg, char ***argv) in pmi_port_fn()
118 static HYD_status rmk_fn(char *arg, char ***argv) in rmk_fn()
129 static HYD_status launcher_fn(char *arg, char ***argv) in launcher_fn()
151 static HYD_status demux_fn(char *arg, char ***argv) in demux_fn()
162 static HYD_status iface_fn(char *arg, char ***argv) in iface_fn()
184 static HYD_status retries_fn(char *arg, char ***argv) in retries_fn()
[all …]
/dports/sysutils/fusefs-sandboxfs/sandboxfs-sandboxfs-0.2.0/cargo-crates/fuse-0.3.1/src/
H A Drequest.rs87 let arg: &fuse_init_in = data.fetch(); in dispatch() localVariable
150 let arg: &fuse_forget_in = data.fetch(); in dispatch() localVariable
223 let arg: &fuse_mknod_in = data.fetch(); in dispatch() localVariable
229 let arg: &fuse_mkdir_in = data.fetch(); in dispatch() localVariable
258 let arg: &fuse_link_in = data.fetch(); in dispatch() localVariable
264 let arg: &fuse_open_in = data.fetch(); in dispatch() localVariable
269 let arg: &fuse_read_in = data.fetch(); in dispatch() localVariable
304 let arg: &fuse_open_in = data.fetch(); in dispatch() localVariable
309 let arg: &fuse_read_in = data.fetch(); in dispatch() localVariable
368 let arg: &fuse_lk_in = data.fetch(); in dispatch() localVariable
[all …]
/dports/sysutils/fusefs-xfuse/xfuse-9c8824/cargo-crates/fuse-0.3.1/src/
H A Drequest.rs87 let arg: &fuse_init_in = data.fetch(); in dispatch() localVariable
150 let arg: &fuse_forget_in = data.fetch(); in dispatch() localVariable
223 let arg: &fuse_mknod_in = data.fetch(); in dispatch() localVariable
229 let arg: &fuse_mkdir_in = data.fetch(); in dispatch() localVariable
258 let arg: &fuse_link_in = data.fetch(); in dispatch() localVariable
264 let arg: &fuse_open_in = data.fetch(); in dispatch() localVariable
269 let arg: &fuse_read_in = data.fetch(); in dispatch() localVariable
304 let arg: &fuse_open_in = data.fetch(); in dispatch() localVariable
309 let arg: &fuse_read_in = data.fetch(); in dispatch() localVariable
368 let arg: &fuse_lk_in = data.fetch(); in dispatch() localVariable
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/aarch64/sve/pcs/
H A Dgnu_vectors_2.c38 float16_caller (float16x16_t arg) in float16_caller()
44 float32_caller (float32x8_t arg) in float32_caller()
50 float64_caller (float64x4_t arg) in float64_caller()
56 int8_caller (int8x32_t arg) in int8_caller()
62 int16_caller (int16x16_t arg) in int16_caller()
68 int32_caller (int32x8_t arg) in int32_caller()
74 int64_caller (int64x4_t arg) in int64_caller()
80 uint8_caller (uint8x32_t arg) in uint8_caller()
86 uint16_caller (uint16x16_t arg) in uint16_caller()
92 uint32_caller (uint32x8_t arg) in uint32_caller()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/aarch64/sve/pcs/
H A Dgnu_vectors_2.c38 float16_caller (float16x16_t arg) in float16_caller()
44 float32_caller (float32x8_t arg) in float32_caller()
50 float64_caller (float64x4_t arg) in float64_caller()
56 int8_caller (int8x32_t arg) in int8_caller()
62 int16_caller (int16x16_t arg) in int16_caller()
68 int32_caller (int32x8_t arg) in int32_caller()
74 int64_caller (int64x4_t arg) in int64_caller()
80 uint8_caller (uint8x32_t arg) in uint8_caller()
86 uint16_caller (uint16x16_t arg) in uint16_caller()
92 uint32_caller (uint32x8_t arg) in uint32_caller()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/aarch64/sve/pcs/
H A Dgnu_vectors_2.c38 float16_caller (float16x16_t arg) in float16_caller()
44 float32_caller (float32x8_t arg) in float32_caller()
50 float64_caller (float64x4_t arg) in float64_caller()
56 int8_caller (int8x32_t arg) in int8_caller()
62 int16_caller (int16x16_t arg) in int16_caller()
68 int32_caller (int32x8_t arg) in int32_caller()
74 int64_caller (int64x4_t arg) in int64_caller()
80 uint8_caller (uint8x32_t arg) in uint8_caller()
86 uint16_caller (uint16x16_t arg) in uint16_caller()
92 uint32_caller (uint32x8_t arg) in uint32_caller()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/sve/pcs/
H A Dgnu_vectors_2.c38 float16_caller (float16x16_t arg) in float16_caller()
44 float32_caller (float32x8_t arg) in float32_caller()
50 float64_caller (float64x4_t arg) in float64_caller()
56 int8_caller (int8x32_t arg) in int8_caller()
62 int16_caller (int16x16_t arg) in int16_caller()
68 int32_caller (int32x8_t arg) in int32_caller()
74 int64_caller (int64x4_t arg) in int64_caller()
80 uint8_caller (uint8x32_t arg) in uint8_caller()
86 uint16_caller (uint16x16_t arg) in uint16_caller()
92 uint32_caller (uint32x8_t arg) in uint32_caller()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/sve/pcs/
H A Dgnu_vectors_2.c38 float16_caller (float16x16_t arg) in float16_caller()
44 float32_caller (float32x8_t arg) in float32_caller()
50 float64_caller (float64x4_t arg) in float64_caller()
56 int8_caller (int8x32_t arg) in int8_caller()
62 int16_caller (int16x16_t arg) in int16_caller()
68 int32_caller (int32x8_t arg) in int32_caller()
74 int64_caller (int64x4_t arg) in int64_caller()
80 uint8_caller (uint8x32_t arg) in uint8_caller()
86 uint16_caller (uint16x16_t arg) in uint16_caller()
92 uint32_caller (uint32x8_t arg) in uint32_caller()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/aarch64/sve/pcs/
H A Dgnu_vectors_2.c38 float16_caller (float16x16_t arg) in float16_caller()
44 float32_caller (float32x8_t arg) in float32_caller()
50 float64_caller (float64x4_t arg) in float64_caller()
56 int8_caller (int8x32_t arg) in int8_caller()
62 int16_caller (int16x16_t arg) in int16_caller()
68 int32_caller (int32x8_t arg) in int32_caller()
74 int64_caller (int64x4_t arg) in int64_caller()
80 uint8_caller (uint8x32_t arg) in uint8_caller()
86 uint16_caller (uint16x16_t arg) in uint16_caller()
92 uint32_caller (uint32x8_t arg) in uint32_caller()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/aarch64/sve/pcs/
H A Dgnu_vectors_2.c38 float16_caller (float16x16_t arg) in float16_caller()
44 float32_caller (float32x8_t arg) in float32_caller()
50 float64_caller (float64x4_t arg) in float64_caller()
56 int8_caller (int8x32_t arg) in int8_caller()
62 int16_caller (int16x16_t arg) in int16_caller()
68 int32_caller (int32x8_t arg) in int32_caller()
74 int64_caller (int64x4_t arg) in int64_caller()
80 uint8_caller (uint8x32_t arg) in uint8_caller()
86 uint16_caller (uint16x16_t arg) in uint16_caller()
92 uint32_caller (uint32x8_t arg) in uint32_caller()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/testtools/source/bridgetest/cli/
H A Dcli_cs_multi.cs33 public int fn11(int arg) in fn11()
38 public string fn12(string arg) in fn12()
43 public int fn21(int arg) in fn21()
48 public string fn22(string arg) in fn22()
59 public int fn31(int arg) in fn31()
64 public string fn32(string arg) in fn32()
74 public int fn41(int arg) in fn41()
79 public int fn61(int arg) in fn61()
84 public string fn62(string arg) in fn62()
89 public int fn71(int arg) in fn71()
[all …]
/dports/math/abs/abs-src-0.908/ABV/
H A Dmathfct.c249 vb_ABS (int narg, obj * arg) in vb_ABS()
257 vb_ACOS (int narg, obj * arg) in vb_ACOS()
273 vb_ASIN (int narg, obj * arg) in vb_ASIN()
380 vb_COS (int narg, obj * arg) in vb_COS()
466 vb_EXP (int narg, obj * arg) in vb_EXP()
502 vb_GCD (int narg, obj * arg) in vb_GCD()
524 vb_INT (int narg, obj * arg) in vb_INT()
533 vb_LCM (int narg, obj * arg) in vb_LCM()
542 vb_LN (int narg, obj * arg) in vb_LN()
550 vb_LOG (int narg, obj * arg) in vb_LOG()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/
H A Dx64Emitter.cpp461 OpArg arg = arg2; in JMPptr() local
478 void XEmitter::CALLptr(OpArg arg) in CALLptr()
1947 void XEmitter::MOVQ_xmm(X64Reg dest, OpArg arg) in MOVQ_xmm()
1959 void XEmitter::MOVQ_xmm(OpArg arg, X64Reg src) in MOVQ_xmm()
1983 void XEmitter::WriteMXCSR(OpArg arg, int ext) in WriteMXCSR()
2134 void XEmitter::ORPS(X64Reg regOp, const OpArg& arg) in ORPS()
2138 void XEmitter::ORPD(X64Reg regOp, const OpArg& arg) in ORPD()
2544 void XEmitter::PSRLQ(X64Reg reg, const OpArg& arg) in PSRLQ()
2702 void XEmitter::PAND(X64Reg dest, const OpArg& arg) in PAND()
2710 void XEmitter::PXOR(X64Reg dest, const OpArg& arg) in PXOR()
[all …]

1...<<11121314151617181920>>...2656