Searched refs:Func (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/lto/
H A D20081203_1.C3 static void Func() { Foo::Bar(); } function
4 void g () { Func (); }
H A D20081203_0.C4 static void Func() { Foo::Bar(); } function
5 int main() { g (); Func(); return 0; }
H A D20081204-1_0.C12 struct Baz: public Foo { virtual void Func(); };
13 void Baz::Func() { } function in class:__cxxabiv1::Baz
H A D20081204-1_1.C3 void Func() { new Bar(); } function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dstatic7.C4 typedef void (*Func) (); typedef
5 void f (Func) {}
H A Doperator11.C9 struct Func { void operator()(); }; struct
10 Func operator->* (A, int);
16 Func C::*cfunc;
H A Dmemclass3.C10 typename Type::reference (Type::*Func)(void) const>
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dstatic7.C4 typedef void (*Func) (); typedef
5 void f (Func) {}
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dthunk3-1.C5 struct Baz: public virtual Bar { virtual void Func (Foo); };
6 void unused() { Baz().Func(Foo()); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Dcall-super-2.m9 @protocol Func
46 int i = [(id <Func>)self class_func0]; /* { dg-warning ".\\-class_func0. not found in protocol" } */
47 i += [(id <Func>)super class_func0]; /* { dg-warning ".\\-class_func0. not found in protocol" } */
48 i += [(Class <Func>)self class_func0];
49 return i + [(Class <Func>)super class_func0];
53 return [(Object <Func> *)super class_func0];
57 return [(Derived <Func> *)super class_func0];
79 return [(id <Func>)super instance_func0];
83 return [(Object <Func> *)super instance_func0];
87 return [(Derived <Func> *)supe
[all...]
H A Dfunc-ptr-2.m11 @interface Func: Object
15 @implementation Func
34 result = [Func processNumber:8 and:6 usingFunction:my_computation];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dtypename17.C13 typename B<U>::A_Type Func();
18 typename B<U>::A_Type B<U>::Func() function in class:B
H A Dtypename3.C14 A_Type Func(); // { dg-error "does not name a type" "err" } implicit typename
20 B<U>::A_Type B<U>::Func() { // { dg-error "typename" } implicit typename function in class:B
H A Dtypename4.C20 A_Type Func(); // { dg-error "does not name a type" } implicit typename
25 C<U>::A_Type C<U>::Func() { // { dg-error "typename" } implicit typename function in class:C
H A Dtypename5.C20 void Func(A_Type); // { dg-error "has not been declared" } implicit typename
25 void C<U>::Func(A_Type) { // { dg-error "declared void" "void" } implicit typename function in class:C
H A Dtypename6.C13 A_Type Func(); // { dg-error "does not name a type" "err" }
18 A<U>::A_Type B<U>::Func() // { dg-error "typename" } function function in class:B
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dtypename17.C13 typename B<U>::A_Type Func();
18 typename B<U>::A_Type B<U>::Func() function in class:B
H A Dtypename3.C14 A_Type Func(); // { dg-warning "" } implicit typename
19 B<U>::A_Type B<U>::Func() { // { dg-warning "" } implicit typename function in class:B
H A Dtypename4.C20 A_Type Func(); // { dg-warning "" } implicit typename
25 C<U>::A_Type C<U>::Func() { // { dg-warning "" } implicit typename function in class:C
H A Dtypename5.C20 void Func(A_Type); // { dg-warning "" } implicit typename
25 void C<U>::Func(A_Type) { // { dg-warning "" } implicit typename function in class:C
H A Dtypename6.C13 A_Type Func(); // { dg-error "" } declaration
17 A<U>::A_Type B<U>::Func() // { dg-error "" } function function in class:B
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcopy8.C55 void Func( X x ) { // Function with call-by-value argument function
64 Func(x);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/call_once/
H A D39909.cc35 struct Func struct
47 Func f;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcopy8.C55 void Func( X x ) { // Function with call-by-value argument function
64 Func(x);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/
H A Dpr42450.C100 template < typename Func > void forward_jacobian (Func f) {
101 typename Func::InputType x = Func::InputType::Random (f.inputs ());
102 typename Func::ValueType y;
103 typename Func::JacobianType jref = jref.Constant ();
104 AutoDiffJacobian < Func > autoj (f);

Completed in 281 milliseconds

12