Home
last modified time | relevance | path

Searched refs:Foo32 (Results 1 – 25 of 92) sorted by relevance

1234

/dports/lang/spidermonkey60/firefox-60.9.0/mfbt/tests/
H A DTestResult.cpp31 enum Foo32 : uint32_t {}; enum
36 static_assert(sizeof(Foo32) >= sizeof(uintptr_t) ||
37 sizeof(Result<Ok, Foo32>) <= sizeof(uintptr_t),
44 static_assert(sizeof(Foo32) >= sizeof(uintptr_t) ||
45 sizeof(Result<Foo32, Foo16>) <= sizeof(uintptr_t),
47 static_assert(sizeof(Foo32) >= sizeof(uintptr_t) ||
48 sizeof(Result<Foo16, Foo32>) <= sizeof(uintptr_t),
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/tests/
H A DTestResult.cpp34 enum Foo32 : uint32_t {}; enum
39 static_assert(sizeof(Foo32) >= sizeof(uintptr_t) ||
40 sizeof(Result<Ok, Foo32>) <= sizeof(uintptr_t),
47 static_assert(sizeof(Foo32) >= sizeof(uintptr_t) ||
48 sizeof(Result<Foo32, Foo16>) <= sizeof(uintptr_t),
50 static_assert(sizeof(Foo32) >= sizeof(uintptr_t) ||
51 sizeof(Result<Foo16, Foo32>) <= sizeof(uintptr_t),
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable/
H A Dtesttypeid.d291 class Foo32 { int x = 3; }
316 else if (_arguments[i] == typeid(Foo32)) in printargs()
318 Foo32 f = va_arg!Foo32(_argptr); in printargs()
335 Foo32 f = new Foo32(); in test32()
/dports/www/firefox-esr/firefox-91.8.0/mfbt/tests/
H A DTestResult.cpp81 enum Foo32 : uint32_t {}; enum
86 static_assert(sizeof(Foo32) >= sizeof(uintptr_t) ||
87 sizeof(Result<Ok, Foo32>) <= sizeof(uintptr_t),
94 static_assert(sizeof(Foo32) >= sizeof(uintptr_t) ||
95 sizeof(Result<Foo32, Foo16>) <= sizeof(uintptr_t),
97 static_assert(sizeof(Foo32) >= sizeof(uintptr_t) ||
98 sizeof(Result<Foo16, Foo32>) <= sizeof(uintptr_t),
/dports/www/firefox/firefox-99.0/mfbt/tests/
H A DTestResult.cpp81 enum Foo32 : uint32_t {}; enum
86 static_assert(sizeof(Foo32) >= sizeof(uintptr_t) ||
87 sizeof(Result<Ok, Foo32>) <= sizeof(uintptr_t),
94 static_assert(sizeof(Foo32) >= sizeof(uintptr_t) ||
95 sizeof(Result<Foo32, Foo16>) <= sizeof(uintptr_t),
97 static_assert(sizeof(Foo32) >= sizeof(uintptr_t) ||
98 sizeof(Result<Foo16, Foo32>) <= sizeof(uintptr_t),
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/tests/
H A DTestResult.cpp81 enum Foo32 : uint32_t {}; enum
86 static_assert(sizeof(Foo32) >= sizeof(uintptr_t) ||
87 sizeof(Result<Ok, Foo32>) <= sizeof(uintptr_t),
94 static_assert(sizeof(Foo32) >= sizeof(uintptr_t) ||
95 sizeof(Result<Foo32, Foo16>) <= sizeof(uintptr_t),
97 static_assert(sizeof(Foo32) >= sizeof(uintptr_t) ||
98 sizeof(Result<Foo16, Foo32>) <= sizeof(uintptr_t),
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable/
H A Dtesttypeid.d365 class Foo32 { int x = 3; }
390 else if (_arguments[i] == typeid(Foo32)) in printargs()
392 Foo32 f = va_arg!Foo32(_argptr); in printargs()
409 Foo32 f = new Foo32(); in test32()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtesttypeid.d365 class Foo32 { int x = 3; }
390 else if (_arguments[i] == typeid(Foo32)) in printargs()
392 Foo32 f = va_arg!Foo32(_argptr); in printargs()
409 Foo32 f = new Foo32(); in test32()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/runnable/
H A Dtesttypeid.d365 class Foo32 { int x = 3; }
390 else if (_arguments[i] == typeid(Foo32)) in printargs()
392 Foo32 f = va_arg!Foo32(_argptr); in printargs()
409 Foo32 f = new Foo32(); in test32()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/runnable/
H A Dtesttypeid.d365 class Foo32 { int x = 3; }
390 else if (_arguments[i] == typeid(Foo32)) in printargs()
392 Foo32 f = va_arg!Foo32(_argptr); in printargs()
409 Foo32 f = new Foo32(); in test32()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/runnable/
H A Dtesttypeid.d365 class Foo32 { int x = 3; }
390 else if (_arguments[i] == typeid(Foo32)) in printargs()
392 Foo32 f = va_arg!Foo32(_argptr); in printargs()
409 Foo32 f = new Foo32(); in test32()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtesttypeid.d365 class Foo32 { int x = 3; }
390 else if (_arguments[i] == typeid(Foo32)) in printargs()
392 Foo32 f = va_arg!Foo32(_argptr); in printargs()
409 Foo32 f = new Foo32(); in test32()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtesttypeid.d365 class Foo32 { int x = 3; }
390 else if (_arguments[i] == typeid(Foo32)) in printargs()
392 Foo32 f = va_arg!Foo32(_argptr); in printargs()
409 Foo32 f = new Foo32(); in test32()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/runnable/
H A Dtesttypeid.d365 class Foo32 { int x = 3; }
390 else if (_arguments[i] == typeid(Foo32)) in printargs()
392 Foo32 f = va_arg!Foo32(_argptr); in printargs()
409 Foo32 f = new Foo32(); in test32()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/runnable/
H A Dtesttypeid.d365 class Foo32 { int x = 3; }
390 else if (_arguments[i] == typeid(Foo32)) in printargs()
392 Foo32 f = va_arg!Foo32(_argptr); in printargs()
409 Foo32 f = new Foo32(); in test32()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/golang/mock/mockgen/internal/tests/performance/big_interface/
H A Dbig_interface.go37 Foo32(bool, bool, bool, bool, bool, bool, bool, bool) Bar methodSpec
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/golang/mock/mockgen/internal/tests/performance/big_interface/
H A Dbig_interface.go37 Foo32(bool, bool, bool, bool, bool, bool, bool, bool) Bar methodSpec
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/golang/mock/mockgen/internal/tests/performance/big_interface/
H A Dbig_interface.go37 Foo32(bool, bool, bool, bool, bool, bool, bool, bool) Bar methodSpec
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/golang/mock/mockgen/internal/tests/performance/big_interface/
H A Dbig_interface.go37 Foo32(bool, bool, bool, bool, bool, bool, bool, bool) Bar methodSpec
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/golang/mock/mockgen/internal/tests/performance/big_interface/
H A Dbig_interface.go37 Foo32(bool, bool, bool, bool, bool, bool, bool, bool) Bar methodSpec
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/golang/mock/mockgen/internal/tests/performance/big_interface/
H A Dbig_interface.go37 Foo32(bool, bool, bool, bool, bool, bool, bool, bool) Bar methodSpec
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/golang/mock/mockgen/internal/tests/performance/big_interface/
H A Dbig_interface.go37 Foo32(bool, bool, bool, bool, bool, bool, bool, bool) Bar methodSpec
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/golang/mock/mockgen/internal/tests/performance/big_interface/
H A Dbig_interface.go37 Foo32(bool, bool, bool, bool, bool, bool, bool, bool) Bar methodSpec
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/golang/mock/mockgen/internal/tests/performance/big_interface/
H A Dbig_interface.go37 Foo32(bool, bool, bool, bool, bool, bool, bool, bool) Bar methodSpec
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/golang/mock/mockgen/internal/tests/performance/big_interface/
H A Dbig_interface.go37 Foo32(bool, bool, bool, bool, bool, bool, bool, bool) Bar methodSpec

1234