Home
last modified time | relevance | path

Searched defs:large (Results 1 – 25 of 2974) sorted by relevance

12345678910>>...119

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue25507.go15 type large struct { struct
16 b [1500000000]byte
19 func (x large) f1() int { // GC_ERROR "stack frame too large"
23 func f2(x large) int { // GC_ERROR "stack frame too large"
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/fixedbugs/
H A Dissue25507.go15 type large struct { struct
16 b [1500000000]byte
19 func (x large) f1() int { // GC_ERROR "stack frame too large"
23 func f2(x large) int { // GC_ERROR "stack frame too large"
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue25507.go15 type large struct { struct
16 b [1500000000]byte
19 func (x large) f1() int { // GC_ERROR "stack frame too large"
23 func f2(x large) int { // GC_ERROR "stack frame too large"
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue25507.go15 type large struct { struct
16 b [1500000000]byte
19 func (x large) f1() int { // GC_ERROR "stack frame too large"
23 func f2(x large) int { // GC_ERROR "stack frame too large"
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue25507.go15 type large struct { struct
16 b [1500000000]byte
19 func (x large) f1() int { // GC_ERROR "stack frame too large"
23 func f2(x large) int { // GC_ERROR "stack frame too large"
/dports/lang/rust/rustc-1.58.1-src/library/std/benches/hash/
H A Dset_ops.rs7 let large: HashSet<_> = (0..100).collect(); in set_difference() localVariable
15 let large: HashSet<_> = (0..100).collect(); in set_is_subset() localVariable
23 let large: HashSet<_> = (0..100).collect(); in set_intersection() localVariable
31 let large: HashSet<_> = (0..100).collect(); in set_symmetric_difference() localVariable
39 let large: HashSet<_> = (0..100).collect(); in set_union() localVariable
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DToolboxBitmapAttribute.cs75 public Image GetImage(object component, bool large) in GetImage()
87 public Image GetImage(Type type, bool large) => GetImage(type, null, large); in GetImage()
89 public Image GetImage(Type type, string imgName, bool large) in GetImage()
146 private static Image GetIconFromStream(Stream stream, bool large, bool scaled) in GetIconFromStream()
176 private static Image GetImageFromFile(string imageFile, bool large, bool scaled = true) in GetImageFromFile()
213 … private static Image GetBitmapFromResource(Type t, string bitmapname, bool large, bool scaled) in GetBitmapFromResource()
243 private static Image GetIconFromResource(Type t, string bitmapname, bool large, bool scaled) in GetIconFromResource()
253 public static Image GetImageFromResource(Type t, string imageName, bool large) in GetImageFromResource()
258 … internal static Image GetImageFromResource(Type t, string imageName, bool large, bool scaled) in GetImageFromResource()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/RISCV/
H A Driscv64-lp64-lp64f-abi.c11 struct large { struct
27 // the presence of large return values that consume a register due to the need argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Driscv64-lp64-lp64f-abi.c11 struct large { struct
27 // the presence of large return values that consume a register due to the need argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Driscv64-lp64-lp64f-abi.c11 struct large { struct
27 // the presence of large return values that consume a register due to the need argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/
H A Driscv64-lp64-lp64f-abi.c11 struct large { struct
27 // the presence of large return values that consume a register due to the need argument
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Driscv64-lp64-lp64f-abi.c11 struct large { struct
27 // the presence of large return values that consume a register due to the need argument
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/RISCV/
H A Driscv64-lp64-lp64f-abi.c11 struct large { struct
27 // the presence of large return values that consume a register due to the need argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Driscv64-lp64-lp64f-abi.c11 struct large { struct
27 // the presence of large return values that consume a register due to the need argument
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Driscv64-lp64-lp64f-abi.c11 struct large { struct
27 // the presence of large return values that consume a register due to the need argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/
H A Driscv64-lp64-lp64f-abi.c11 struct large { struct
27 // the presence of large return values that consume a register due to the need argument
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Driscv64-lp64-abi.c9 struct large { struct
25 // the presence of large return values that consume a register due to the need argument
H A Driscv64-lp64-lp64f-abi.c11 struct large { struct
27 // the presence of large return values that consume a register due to the need argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/RISCV/
H A Driscv64-lp64-lp64f-abi.c11 struct large { struct
27 // the presence of large return values that consume a register due to the need argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/RISCV/
H A Driscv64-lp64-lp64f-abi.c11 struct large { struct
27 // the presence of large return values that consume a register due to the need argument
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/
H A Driscv64-lp64-lp64f-abi.c11 struct large { struct
27 // the presence of large return values that consume a register due to the need argument
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/RISCV/
H A Driscv64-lp64-lp64f-abi.c11 struct large { struct
27 // the presence of large return values that consume a register due to the need argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020320-1.c7 struct large { int x, y[9]; }; argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020320-1.c7 struct large { int x, y[9]; }; argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/execute/
H A D20020320-1.c7 struct large { int x, y[9]; }; argument

12345678910>>...119