Searched refs:base (Results 1 - 25 of 2807) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/lto/
H A D20081125_1.C3 base *
4 base::factory(void)
H A D20081125.h1 class base class
4 base() {} function in class:base
5 virtual ~base() {}
6 static base *factory (void);
9 class object : public base
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/
H A Davoid-indexed-addresses.c10 do_one (char *base, unsigned long offset) argument
12 return base[offset];
H A Dindexed-addr.c6 /* Ensure that indexed address are output with base address in rA position
10 do_one (char *base, unsigned long offset) argument
12 return base[offset];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dref1.C4 struct base { struct
5 base () { ++count; } function in struct:base
6 ~base () { --count; }
7 base(const base&o) { ++count; } argument
10 base base_returning_function ();
12 const base& base_ref = base_returning_function ();
19 base base_returning_function () {
20 base local_base_object;
H A Dp9732b.C11 struct base { struct
12 base () { ++count; } function in struct:base
13 ~base () { --count; }
14 base(const base&o) { ++count; } argument
35 base base_object;
37 base base_returning_function ();
39 const base& base_ref = base_returning_function ();
44 base base_returning_function () {
45 base local_base_objec
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dref1.C4 struct base { struct
5 base () { ++count; } function in struct:base
6 ~base () { --count; }
7 base(const base&o) { ++count; } argument
10 base base_returning_function ();
12 const base& base_ref = base_returning_function ();
19 base base_returning_function () {
20 base local_base_object;
H A Dp9732b.C11 struct base { struct
12 base () { ++count; } function in struct:base
13 ~base () { --count; }
14 base(const base&o) { ++count; } argument
35 base base_object;
37 base base_returning_function ();
39 const base& base_ref = base_returning_function ();
44 base base_returning_function () {
45 base local_base_objec
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dgdb2384-base.cc19 #include "gdb2384-base.h"
21 base::base (int _x) function in class:base
29 base::meth ()
35 : base (_x)
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dfilenamecat.h21 char *file_name_concat (char const *dir, char const *base,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dreference1.C15 struct base { struct
18 base () {} function in struct:base
22 base base_object;
24 base base_returning_function ();
30 const base& base_ref = base_returning_function ();
44 base base_returning_function ()
46 base local_base_object;
52 void base::function_member () const
H A Ddelete2.C8 struct base { struct
12 base* bp;
21 bp = (base *) 0;
H A Doperators5.C7 struct base { struct
11 base base_variable;
13 base operator+ (const base& left, const base& right)
15 base ret_val;
21 base operator- (const base& left, int right)
23 base ret_val;
29 // Define the unary ! operator for class base t
[all...]
H A Dvisibility10.C3 struct base struct
9 struct derived : public base
12 void derived_func(base *ptr) { ptr->base_func(); }// { dg-error "" } within this context
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dreference1.C15 struct base { struct
18 base () {} function in struct:base
22 base base_object;
24 base base_returning_function ();
30 const base& base_ref = base_returning_function ();
44 base base_returning_function ()
46 base local_base_object;
52 void base::function_member () const
H A Ddelete2.C8 struct base { struct
12 base* bp;
21 bp = (base *) 0;
H A Doperators5.C7 struct base { struct
11 base base_variable;
13 base operator+ (const base& left, const base& right)
15 base ret_val;
21 base operator- (const base& left, int right)
23 base ret_val;
29 // Define the unary ! operator for class base t
[all...]
H A Dvisibility10.C3 struct base struct
9 struct derived : public base
12 void derived_func(base *ptr) { ptr->base_func(); }// { dg-error "" } within this context
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/init/
H A Dvalue5.C3 class base { class
5 base();
6 virtual ~base();
9 int& int_ref; // initialized by base ctor, not visible here
12 class derived : public base {
15 base *make_derived() {
/netbsd-6-1-5-RELEASE/distrib/syspkg/sets/base/
H A DMakefile3 SUBDIR+=base-adosfs-root
4 SUBDIR+=base-amd-bin
5 SUBDIR+=base-amd-examples
6 SUBDIR+=base-amd-shlib
7 SUBDIR+=base-audio-bin
8 SUBDIR+=base-bind-bin
9 SUBDIR+=base-bind-examples
10 SUBDIR+=base-bind-root
11 SUBDIR+=base-bootserver-bin
12 SUBDIR+=base
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dprogname.c44 const char *base; local
47 base = (slash != NULL ? slash + 1 : argv0);
48 if (base - argv0 >= 7 && memcmp (base - 7, "/.libs/", 7) == 0)
49 argv0 = base;
50 if (strncmp (base, "lt-", 3) == 0)
51 argv0 = base + 3;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsh-linux-tdep.c31 #define REGSx16(base) \
32 {(base), 0}, \
33 {(base) + 1, 4}, \
34 {(base) + 2, 8}, \
35 {(base) + 3, 12}, \
36 {(base) + 4, 16}, \
37 {(base) + 5, 20}, \
38 {(base) + 6, 24}, \
39 {(base) + 7, 28}, \
40 {(base)
[all...]
/netbsd-6-1-5-RELEASE/distrib/syspkg/sets/base/base-locale-bg/
H A DMakefile3 PKGBASE=base-locale-bg
/netbsd-6-1-5-RELEASE/distrib/syspkg/sets/base/base-locale-fi/
H A DMakefile3 PKGBASE=base-locale-fi
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Ddllimport12.C7 struct base struct
10 __attribute__((dllimport)) virtual ~base();
13 void base::key_method() {}
17 struct derived : public base

Completed in 276 milliseconds

1234567891011>>