Searched refs:Get (Results 1 - 25 of 80) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dptrmem8.C14 template <int (D::*fun)() const> int Get(); // { dg-message "note" }
18 Get<&B::I>(); // { dg-error "not a valid template argument" "not valid" }
21 Get<&D::I>(); // { dg-error "not a valid template argument" "not valid" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic94.C11 struct Get struct
20 typename S<sizeof( Get<F>::get() (Get<Args>::get() ...) )>::type
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Dlocall1.s1 % Get rid of labels that look compiler-generated, matching: "L.*:[0-9]+".
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Dlocall1.s1 % Get rid of labels that look compiler-generated, matching: "L.*:[0-9]+".
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/interface/
H A Dstruct.go22 type I1 interface { Get() int; Put(int) }
25 func (p S1) Get() int { return p.i } func
32 check(i.Get() == 1, "f1 i")
40 check(i.Get() == 1, "f2 i")
48 check(i.Get() == 1, "f3 i")
53 func (p *S2) Get() int { return p.i } func
61 // check(i.Get() == 2, "f4 i")
69 check(i.Get() == 2, "f5 i")
77 check(i.Get() == 2, "f6 i")
81 type I2 interface { Get() int6
84 func (p S3) Get() int64 { return p.l } func
112 func (p *S4) Get() int64 { return p.l } func
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb81.C16 x Get(int index)const;
36 if(result ? bar(seq.Get(1),v2) : bar(seq.Get(2),v2))
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_suppressions.cc48 SuppressionContext::Get()->Parse(__tsan_default_suppressions());
49 SuppressionContext::Get()->Parse(std_suppressions);
86 if (!SuppressionContext::Get()->SuppressionCount() || stack == 0 ||
95 if (SuppressionContext::Get()->Match(info.function, stype, &s) ||
96 SuppressionContext::Get()->Match(info.file, stype, &s) ||
97 SuppressionContext::Get()->Match(info.module, stype, &s)) {
108 if (!SuppressionContext::Get()->SuppressionCount() || loc == 0 ||
116 if (SuppressionContext::Get()->Match(global.name, stype, &s) ||
117 SuppressionContext::Get()->Match(global.module, stype, &s)) {
128 SuppressionContext::Get()
[all...]
H A Dtsan_mutexset.h37 Desc Get(uptr i) const;
63 MutexSet::Desc MutexSet::Get(uptr i) const { return Desc(); } function in class:__tsan::MutexSet
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i386/
H A Dprefix.s5 # Get a good alignment.
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr57662.c10 void Get(void);
25 Get ();
H A Dpr48235.c30 void Get ();
37 Get ();
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash5.C20 virtual int Get(int, T&) = 0;
51 Get(p, tp);
74 int Get(int p, T& t) function in class:SimpleSet
79 int Get(int p, T *& t) function in class:SimpleSet
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug141.go12 func (p *S) Get() int { return p.i } func
18 Get() int;
/haiku-buildtools/gcc/libgcc/config/nds32/isr-library/
H A Dsave_partial.inc41 mfsr $r1, $IPC /* Get IPC. */
42 mfsr $r2, $IPSW /* Get IPSW. */
45 mfsr $r0, $ITYPE /* Get VID to $r0. */
65 mfsr $r1, $IPC /* Get IPC. */
66 mfsr $r2, $IPSW /* Get IPSW. */
H A Dsave_all.inc40 mfsr $r1, $IPC /* Get IPC. */
41 mfsr $r2, $IPSW /* Get IPSW. */
44 mfsr $r0, $ITYPE /* Get VID to $r0. */
63 mfsr $r1, $IPC /* Get IPC. */
64 mfsr $r2, $IPSW /* Get IPSW. */
/haiku-buildtools/gcc/zlib/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs61 public int Get(byte[] destination, int offset, int count) method in class:DotZLib.CircularBuffer
72 public int Get() method in class:DotZLib.CircularBuffer
H A DUnitTests.cs52 Assert.AreEqual( -1, buf.Get() );
56 Assert.AreEqual( 1, buf.Get() );
58 Assert.AreEqual( -1, buf.Get() );
69 Assert.AreEqual( 1, buf.Get() );
73 Assert.AreEqual( 9, buf.Get(arr2,1,9) );
/haiku-buildtools/binutils/zlib/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs61 public int Get(byte[] destination, int offset, int count) method in class:DotZLib.CircularBuffer
72 public int Get() method in class:DotZLib.CircularBuffer
H A DUnitTests.cs52 Assert.AreEqual( -1, buf.Get() );
56 Assert.AreEqual( 1, buf.Get() );
58 Assert.AreEqual( -1, buf.Get() );
69 Assert.AreEqual( 1, buf.Get() );
73 Assert.AreEqual( 9, buf.Get(arr2,1,9) );
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/issue4964.dir/
H A Da.go25 func Get() *int { func
H A Db.go28 p := a.Get()
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_suppressions.h52 static SuppressionContext *Get();
H A Dsanitizer_stackdepot.h50 StackTrace Get(u32 id);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/go1/
H A Dhttp_test.go33 res, err := cl.Get(ts.URL)
35 b.Fatal("Get:", err)
/haiku-buildtools/binutils/ld/testsuite/ld-m68hc11/
H A Dfar-hc11.s24 ldd #_far_foo ; Get address of trampoline handler
86 ldaa 2,x ; (4) Get saved page number

Completed in 219 milliseconds

1234