HomeSort by relevance Sort by last modified time
    Searched refs:Two (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /sfw/usr/src/cmd/gcc/gcc-3.4.3/gcc/testsuite/g++.dg/compat/eh/
unexpected1_y.C 2 struct Two { };
13 throw Two ();
18 doit () throw (Two)
unexpected1_x.C 4 struct Two { };
7 extern void doit (void) throw (Two);
19 catch (Two &)
  /sfw/usr/src/cmd/gcc/gcc-3.4.3/gcc/testsuite/g++.dg/other/
java1.C 13 class Two {};
17 class Four : Two {};
19 class Five : Two, Four {}; // { dg-error "cannot have multiple bases" "" }
21 class Six : virtual Two {}; // { dg-error "cannot have virtual base" "" }
  /sfw/usr/src/cmd/gcc/gcc-3.4.3/gcc/testsuite/g++.dg/special/
initp1.C 5 class Two {
10 Two( int ii, int jj ) { i = ii; j = jj; k = count++; };
11 Two( void ) { i = 0; j = 0; k = count++; };
17 extern Two foo;
18 extern Two goo;
19 extern Two coo[];
20 extern Two koo[];
22 Two foo __attribute__((init_priority(1005))) ( 5, 6 );
24 Two goo __attribute__((init_priority(1007))) = Two( 7, 8 )
    [all...]
  /sfw/usr/src/cmd/gcc/gcc-3.4.3/gcc/testsuite/g++.dg/eh/
unexpected1.C 10 struct Two { };
21 throw Two ();
26 doit () throw (Two)
39 catch (Two &)
  /sfw/usr/src/cmd/gcc/gcc-3.4.3/gcc/testsuite/g++.old-deja/g++.law/
ctors3.C 14 template<class T> class Two : public One {
21 Two<Three> x[1];
  /sfw/usr/src/cmd/swig/swig-1.3.35/Examples/test-suite/
immutable.i 11 enum count {Zero, One, Two}; %}
director_namespace_clash.i 14 namespace Two {
extend_template_ns.i 5 enum Test {One, Two};
conversion_ns_template.i 11 enum Test {One, Two};
33 enum Test {One, Two};
arrays.i 13 typedef enum {One, Two, Three, Four, Five} finger;
arrays_global.i 12 typedef enum {One, Two, Three, Four, Five} finger;
arrays_global_twodim.i 2 Two dimension arrays
11 typedef enum {One, Two, Three, Four, Five} finger;
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/mmix/
round2-op.s 0 # Two-operand variants of "R" and "I".
two-op.s 0 # Two-operand insns; 16-bit operand.
  /sfw/usr/src/cmd/ircii/ircii-20060725/doc/
Copyright 44 Two modules of the source code, get{addr,name}info.c, are
47 Two modules of the source code, inet_{ntop,pton}.c are
  /sfw/usr/src/pkgdefs/SUNWircii/
copyright 46 Two modules of the source code, get{addr,name}info.c, are
49 Two modules of the source code, inet_{ntop,pton}.c are
  /sfw/usr/src/cmd/binutils/binutils-2.19/ld/testsuite/ld-mmix/
bpo-16m.d 9 # Two BPO:s against the same value get merged.
loc2.d 6 # Two text files.
loc3.d 6 # Two text files in opposite order.
bpo-16.d 9 # Two BPO:s against the same value get merged.
loc4.d 7 # Two text files and one data.
  /sfw/usr/src/lib/xstream/xstream-1.3/xstream/src/test/com/thoughtworks/acceptance/
AttributeTest.java 43 public Two two; field in class:AttributeTest.One
54 public static class Two {}
102 one.two = new Two();
111 " <two/>\n" +
118 one.two = new Two();
128 " <two/>\n" +
148 one.two = new Two()
    [all...]
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/cris/
ccr.s 36 ; Two from same group, and switch order.
45 ; Two from different groups, and switch order.
  /sfw/usr/src/cmd/binutils/binutils-2.19/ld/testsuite/ld-sh/sh64/
crange-2b.s 2 ! SHcompact, and yet another with SHmedia. Two .cranges sections
3 ! generated by the assembler; two more needed at link time, as they will be

Completed in 840 milliseconds

1 2 3 4 5