Searched refs:method (Results 1 - 25 of 223) sorted by relevance

123456789

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/visibility/
H A Dfvisibility.C9 void method();
12 void Foo::method() { } function in class:Foo
H A Dfvisibility-override1.C9 void method();
12 void Foo::method() { } function in class:Foo
H A Dfvisibility-override2.C9 __attribute__ ((visibility ("internal"))) void method();
12 void Foo::method() { } function in class:Foo
H A Dmemfuncts.C8 void method();
11 void Foo::method() { } function in class:Foo
H A Dstaticmemfuncts.C8 static void method();
11 void Foo::method() { } function in class:Foo
H A DnoPLT.C10 void method();
13 void Foo::method() { } function in class:Foo
18 f.method();
H A Dfvisibility-inlines-hidden.C10 void method() { } function in class:Foo
16 f.method();
H A Dpragma.C9 void method();
13 void Foo::method() { } function in class:Foo
H A Dvirtual.C14 virtual void method();
17 void Foo::method() { } function in class:Foo
H A Dpragma-override1.C10 void method();
14 void Foo::method() { } function in class:Foo
H A Dpragma-override2.C10 __attribute__ ((visibility ("internal"))) void method();
14 void Foo::method() { } function in class:Foo
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dtoo-many-args.mm4 + method:(int)foo;
8 [SomeClass method:3, 4]; /* { dg-error "too many arguments to method \\'method:\\'" } */
H A Dpr23709.mm4 +(void)method: (int)parameter {} /* { dg-error "expected" } */
8 +(void)method: (int)parameter
H A Dselector-warn-1.mm11 - (void) method; /* { dg-message "found" } */
15 - (int) method; /* { dg-message "also found" } */
16 @end /* { dg-warning "multiple selectors named .-method. found" } */
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dtoo-many-args.m4 + method:(int)foo;
8 [SomeClass method:3, 4]; /* { dg-error "too many arguments to method \\'method:\\'" } */
H A Dpr23709.m4 +(void)method: (int)parameter {} /* { dg-error "expected" } */
8 +(void)method: (int)parameter
H A Dselector-warn-1.m11 - (void) method; /* { dg-message "found" } */
15 - (int) method; /* { dg-message "also found" } */
16 @end /* { dg-warning "multiple selectors named .-method. found" } */
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dmethod.C7 void method();
11 ppFoo->method(); // { dg-error "" }
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doverload2.C13 virtual void method (char) function in struct:base
16 virtual void method (char *) function in struct:base
23 virtual void method (char) function in struct:derived
26 virtual void method (char *) function in struct:derived
38 derived_object.method (message);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/debug/dwarf2/
H A Dimported-decl-2.C7 int method (void);
12 AAAA::method (void) function in class:AAAA
20 using AAAA::method;
22 int method (int b);
26 BBBB::method (int b) function in class:BBBB
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/attributes/
H A Dmethod-deprecated-1.mm10 + (int) method;
11 - (int) method;
24 [c method];
25 [object method];
29 [object method];
30 [another_object method];
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/attributes/
H A Dmethod-deprecated-1.m10 + (int) method;
11 - (int) method;
24 [c method];
25 [object method];
29 [object method];
30 [another_object method];
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A D20081118_0.C15 virtual int method(void);
19 foo::method(void) function in class:foo
H A D20081118_1.C8 static bar *method(void);
14 static void method();
18 bar::method (void) function in class:bar
20 quxx::method();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/gcov/
H A Dgcov-4.C13 void method(void) { printf("method()\n"); }; function in class:foo
27 f.method();
28 f.method();
30 f.method();
34 f.method();

Completed in 165 milliseconds

123456789