Searched refs:function (Results 1 - 25 of 2065) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/ld/testsuite/ld-undefined/
H A Dundefined.c7 function () function
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-undefined/
H A Dundefined.c7 function () function
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/function/requirements/
H A Dexplicit_instantiation.cc25 template class function<void* ()>;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-nsdmi4.C4 struct function struct
7 function(Functor);
12 function l1 = []() { };
13 function l2 = [=]() { l1; };
H A Dlambda-defarg3.C6 struct function struct
8 template <class U> function(U u) { } function in struct:function
13 static T test(function f = [](int i){return i;}) { }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/array/cons/
H A D53361.cc23 void function(std::array<unsigned int, 3>);
27 function({0,0,0});
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dlambda-init12.C5 struct function struct
8 function(Functor) { } function in struct:function
14 function<void ()> { [foo = bar] { } };
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900211_03.C10 void function () function
H A D900221_01.C8 // "Names of formal arguments for a function are treated as if they
9 // were declared in the outermost block of that function"
17 void function (int arg1) function
H A D900321_04.C12 void function () function
H A D900519_05.C4 // g++ fails to allow the use of function-reference types.
8 // keywords: function types, reference types
13 void function (int arg1, int arg2) function
17 func_type& global_func_ref1 = function;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWarray-bounds-3.C4 extern void function(void * x);
13 function((char *)a - 4); /* { dg-bogus "below array bounds" } */
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dsyntax-error-2.mm5 - (void) function
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dambig7.C8 template <int I> void function();
13 Helper testOk(A, function<A>);
14 Helper testOk2(int(A), function<B>);
15 Helper testOk3((int(A)), function<A>);
16 Helper testFail(int(A), function<A>);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dauto15.C3 template< typename Fn > struct function;
6 struct function< auto (ArgTypes...)->Result > {
11 function< auto(double)->int > y;
H A Dpr61924.C4 struct function struct
6 template < typename _Functor > function (_Functor); // { dg-error "never defined" }
11 template < typename StubType> RetryingRpc (StubType, function =[]{});
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/function/assign/
H A Dmove.cc30 typedef std::function<int()> function; typedef
32 function fo(f1);
33 function fo1;
38 fo = function(f2);
39 function fo2;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/function/cons/
H A Dmove.cc30 typedef std::function<int()> function; typedef
32 function fo(f1);
33 function fo1(std::move(fo));
37 fo = function(f2);
38 function fo2(std::move(fo));
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tm/
H A Dmemopt-13.c6 extern struct large function (void) __attribute__((transaction_safe));
11 large_global = function();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/function/
H A D58569.cc25 std::function<foo (int)> x;
26 std::function<foo ()> y;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/function/cmp/
H A Dcmp_neg.cc27 std::function<void()> f1;
28 std::function<void()> f2;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dpr52819.C5 void function(int *a) {} function
12 get<(cfi)function>(); // { dg-error "" }
/haiku-buildtools/gcc/gcc/
H A Dgimple-streamer.h32 #include "function.h"
37 struct function *, int);
40 void output_bb (struct output_block *, basic_block, struct function *);
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dinfomap.c28 the function info_do_lowercase_version (). */
40 keymap[i].function = (VFunction *)NULL;
46 keymap[i].function = info_do_lowercase_version;
65 keymap[i].function = map[i].function;
88 keymap_discard_keymap ((Keymap)map[i].function);
113 if (!(m[c].function == NULL ||
114 (m != map && m[c].function == info_do_lowercase_version)))
120 m[c].function = (VFunction *)keymap_make_keymap ();
131 m = (Keymap)m[c].function;
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dflags1.s3 .type start, %function

Completed in 217 milliseconds

1234567891011>>