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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-undefined/
H A Dundefined.c7 function () function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/function/requirements/
H A Dexplicit_instantiation.cc25 template class function<void* ()>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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;
H A D900210_05.C33 void function () function
H A D900210_07.C15 void function () function
H A D900210_08.C14 void function () function
H A D900406_02.C18 int function () function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dso-indr-cl.c10 solib_wrapper (int (*function)(int)) argument
15 solib_wrapper (function)
16 int (*function)(int);
19 return (*function)(100);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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" } */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gnulib/extra/
H A Dwarn-on-use.h1 /* A C macro for emitting warnings if a function is used.
17 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
19 the text of "literal string" anywhere that function is called, if
23 This macro is useful for marking a function as a potential
25 instructions on the replacement function that should be used
26 instead. However, one of the reasons that a function is a
32 function. But this implies that _GL_WARN_ON_USE is only safe to
53 possible to write a wrapper accessor function, and poison that
68 # define _GL_WARN_ON_USE(function, message) \
69 extern __typeof__ (function) functio
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/function/cmp/
H A Dcmp_neg.cc25 std::function<void()> f1;
26 std::function<void()> f2;
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dfatal-signal.h36 /* Register a cleanup function to be executed when a catchable fatal signal
39 Restrictions for the cleanup function:
40 - The cleanup function can do all kinds of system calls.
49 - Also, the cleanup function must not block the catchable fatal signals
52 The cleanup function is executed asynchronously. It is unspecified
55 extern void at_fatal_signal (void (*function) (void));
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-elf/
H A Dflags1.s3 .type start, %function
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-sh/
H A Dfdpic-stack.s3 .type _start,@function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/debug/
H A Denum-1.C12 void function (void) function

Completed in 234 milliseconds

1234567891011>>