Home
last modified time | relevance | path

Searched refs:SIB (Results 1 – 25 of 612) sorted by relevance

12345678910>>...25

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail344.d17 struct SIB(alias junk) in SIB() function
23 static assert(Alike!(SIB!(crayon))); in SIB()
28 SIB!(SIB!(crayon).E)(3.0); in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail344.d5 struct SIB(alias junk) in SIB() function
11 static assert(Alike!(SIB!(crayon))); in SIB()
16 SIB!(SIB!(crayon).E)(3.0); in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail344.d17 struct SIB(alias junk) in SIB() function
23 static assert(Alike!(SIB!(crayon))); in SIB()
28 SIB!(SIB!(crayon).E)(3.0); in main()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail344.d5 struct SIB(alias junk) in SIB() function
11 static assert(Alike!(SIB!(crayon))); in SIB()
16 SIB!(SIB!(crayon).E)(3.0); in main()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail344.d17 struct SIB(alias junk) in SIB() function
23 static assert(Alike!(SIB!(crayon))); in SIB()
28 SIB!(SIB!(crayon).E)(3.0); in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail344.d17 struct SIB(alias junk) in SIB() function
23 static assert(Alike!(SIB!(crayon))); in SIB()
28 SIB!(SIB!(crayon).E)(3.0); in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail344.d5 struct SIB(alias junk) in SIB() function
11 static assert(Alike!(SIB!(crayon))); in SIB()
16 SIB!(SIB!(crayon).E)(3.0); in main()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail344.d5 struct SIB(alias junk) in SIB() function
11 static assert(Alike!(SIB!(crayon))); in SIB()
16 SIB!(SIB!(crayon).E)(3.0); in main()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail344.d5 struct SIB(alias junk) in SIB() function
11 static assert(Alike!(SIB!(crayon))); in SIB()
16 SIB!(SIB!(crayon).E)(3.0); in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail344.d5 struct SIB(alias junk) in SIB() function
11 static assert(Alike!(SIB!(crayon))); in SIB()
16 SIB!(SIB!(crayon).E)(3.0); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-use-equals-default-copy.cpp314 struct SIB { struct
315 SIB(const SIB &Other) : Field(Other.Field) { foo(); } in SIB() function
316 SIB &operator=(const SIB &);
319 SIB &SIB::operator=(const SIB &Other) { in operator =() argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-use-equals-default-copy.cpp314 struct SIB { struct
315 SIB(const SIB &Other) : Field(Other.Field) { foo(); } in SIB() argument
316 SIB &operator=(const SIB &);
319 SIB &SIB::operator=(const SIB &Other) { in operator =() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-use-equals-default-copy.cpp314 struct SIB { struct
315 SIB(const SIB &Other) : Field(Other.Field) { foo(); } in SIB() argument
316 SIB &operator=(const SIB &);
319 SIB &SIB::operator=(const SIB &Other) { in operator =() argument
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dmodernize-use-equals-default-copy.cpp314 struct SIB { struct
315 SIB(const SIB &Other) : Field(Other.Field) { foo(); } in SIB() argument
316 SIB &operator=(const SIB &);
319 SIB &SIB::operator=(const SIB &Other) { in operator =() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-use-equals-default-copy.cpp314 struct SIB { struct
315 SIB(const SIB &Other) : Field(Other.Field) { foo(); } in SIB() function
316 SIB &operator=(const SIB &);
319 SIB &SIB::operator=(const SIB &Other) { in operator =() argument
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dmodernize-use-equals-default-copy.cpp314 struct SIB { struct
315 SIB(const SIB &Other) : Field(Other.Field) { foo(); } in SIB() argument
316 SIB &operator=(const SIB &);
319 SIB &SIB::operator=(const SIB &Other) { in operator =() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-use-equals-default-copy.cpp314 struct SIB { struct
315 SIB(const SIB &Other) : Field(Other.Field) { foo(); } in SIB() argument
316 SIB &operator=(const SIB &);
319 SIB &SIB::operator=(const SIB &Other) { in operator =() argument
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dmodernize-use-equals-default-copy.cpp314 struct SIB { struct
315 SIB(const SIB &Other) : Field(Other.Field) { foo(); } in SIB() function
316 SIB &operator=(const SIB &);
319 SIB &SIB::operator=(const SIB &Other) { in operator =() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-use-equals-default-copy.cpp314 struct SIB { struct
315 SIB(const SIB &Other) : Field(Other.Field) { foo(); } in SIB() argument
316 SIB &operator=(const SIB &);
319 SIB &SIB::operator=(const SIB &Other) { in operator =() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-use-equals-default-copy.cpp314 struct SIB { struct
315 SIB(const SIB &Other) : Field(Other.Field) { foo(); } in SIB() argument
316 SIB &operator=(const SIB &);
319 SIB &SIB::operator=(const SIB &Other) { in operator =() argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-use-equals-default-copy.cpp314 struct SIB { struct
315 SIB(const SIB &Other) : Field(Other.Field) { foo(); } in SIB() function
316 SIB &operator=(const SIB &);
319 SIB &SIB::operator=(const SIB &Other) { in operator =() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-use-equals-default-copy.cpp314 struct SIB { struct
315 SIB(const SIB &Other) : Field(Other.Field) { foo(); } in SIB() argument
316 SIB &operator=(const SIB &);
319 SIB &SIB::operator=(const SIB &Other) { in operator =() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-use-equals-default-copy.cpp314 struct SIB {
315 SIB(const SIB &Other) : Field(Other.Field) { foo(); }
316 SIB &operator=(const SIB &);
319 SIB &SIB::operator=(const SIB &Other) {
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dmodernize-use-equals-default-copy.cpp314 struct SIB { struct
315 SIB(const SIB &Other) : Field(Other.Field) { foo(); } in SIB() function
316 SIB &operator=(const SIB &);
319 SIB &SIB::operator=(const SIB &Other) { in operator =() argument
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dmodernize-use-equals-default-copy.cpp314 struct SIB { struct
315 SIB(const SIB &Other) : Field(Other.Field) { foo(); } in SIB() function
316 SIB &operator=(const SIB &);
319 SIB &SIB::operator=(const SIB &Other) { in operator =() argument

12345678910>>...25