/dflybsd-src/contrib/gcc-4.7/libgomp/ |
H A D | omp_lib.f90.in | 125 function omp_get_dynamic () 128 end function omp_get_dynamic 132 function omp_get_nested () 135 end function omp_get_nested 139 function omp_in_parallel () 142 end function omp_in_parallel 146 function omp_test_lock (lock) 150 end function omp_test_lock 154 function omp_get_max_threads () 157 end function omp_get_max_threads [all …]
|
/dflybsd-src/crypto/openssh/ |
H A D | config.h.in | 10 /* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */ 53 /* NetBSD read function is sometimes redirected, breaking atomicio comparisons 168 /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */ 171 /* Define if your system glob() function has gl_matchc options in glob_t */ 174 /* Define if your system glob() function has gl_statv options in glob_t */ 198 /* Define to 1 if you have the `arc4random' function. */ 201 /* Define to 1 if you have the `arc4random_buf' function. */ 204 /* Define to 1 if you have the `arc4random_stir' function. */ 207 /* Define to 1 if you have the `arc4random_uniform' function. */ 210 /* Define to 1 if you have the `asprintf' function. */ [all …]
|
/dflybsd-src/contrib/gcc-4.7/libiberty/ |
H A D | config.in | 7 This function is required for alloca.c support on those systems. */ 13 /* Define to 1 if you have the `asprintf' function. */ 16 /* Define to 1 if you have the `atexit' function. */ 19 /* Define to 1 if you have the `basename' function. */ 22 /* Define to 1 if you have the `bcmp' function. */ 25 /* Define to 1 if you have the `bcopy' function. */ 28 /* Define to 1 if you have the `bsearch' function. */ 31 /* Define to 1 if you have the `bzero' function. */ 34 /* Define to 1 if you have the `calloc' function. */ 37 /* Define to 1 if you have the `canonicalize_file_name' function. */ [all …]
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/ |
H A D | config.h.in | 3 /* Define to 1 if you have the `acosf' function. */ 6 /* Define to 1 if you have the `acosl' function. */ 9 /* Define to 1 if you have the `asinf' function. */ 12 /* Define to 1 if you have the `asinl' function. */ 18 /* Define to 1 if you have the `atan2f' function. */ 21 /* Define to 1 if you have the `atan2l' function. */ 24 /* Define to 1 if you have the `atanf' function. */ 27 /* Define to 1 if you have the `atanl' function. */ 33 /* Define to 1 if you have the `ceilf' function. */ 36 /* Define to 1 if you have the `ceill' function. */ [all …]
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | std_function.h | 128 class function; in _GLIBCXX_VISIBILITY() 224 _M_not_empty_function(const function<_Signature>& __f) in _GLIBCXX_VISIBILITY() 370 class function<_Res(_ArgTypes...)> in _GLIBCXX_VISIBILITY() 381 struct _Callable<function, _Tp> : false_type { }; in _GLIBCXX_VISIBILITY() 395 function() noexcept in _GLIBCXX_VISIBILITY() 402 function(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 413 function(const function& __x); in _GLIBCXX_VISIBILITY() 422 function(function&& __x) noexcept : _Function_base() in _GLIBCXX_VISIBILITY() 444 typename = _Requires<__not_<is_same<_Functor, function>>, void>, in _GLIBCXX_VISIBILITY() 446 function(_Functor); in _GLIBCXX_VISIBILITY() [all …]
|
/dflybsd-src/gnu/usr.bin/grep/libgreputils/ |
H A D | warn-on-use.h | 86 # define _GL_WARN_ON_USE(function, message) \ argument 87 extern __typeof__ (function) function __attribute__ ((__warning__ (message))) 92 # define _GL_WARN_ON_USE(function, message) \ argument 93 extern __typeof__ (function) function 96 # define _GL_WARN_ON_USE(function, message) \ argument 110 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument 111 extern rettype function parameters_and_attributes \ 115 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument 116 extern rettype function parameters_and_attributes 118 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | value-prof.h | 58 struct function *fun; 78 histogram_value gimple_alloc_histogram_value (struct function *, enum hist_type, 80 histogram_value gimple_histogram_value (struct function *, gimple *); 81 histogram_value gimple_histogram_value_of_type (struct function *, gimple *, 83 void gimple_add_histogram_value (struct function *, gimple *, histogram_value); 84 void dump_histograms_for_stmt (struct function *, FILE *, gimple *); 85 void gimple_remove_histogram_value (struct function *, gimple *, histogram_value); 86 void gimple_remove_stmt_histograms (struct function *, gimple *); 87 void gimple_duplicate_stmt_histograms (struct function *, gimple *, 88 struct function *, gimple *); [all …]
|
H A D | tree-ssa-loop.c | 70 virtual bool gate (function *) { return flag_tree_loop_optimize; } in gate() argument 72 virtual unsigned int execute (function *fn); 76 pass_fix_loops::execute (function *) in execute() argument 99 gate_loop (function *fn) in gate_loop() 137 virtual bool gate (function *fn) { return gate_loop (fn); } in gate() 152 gate_oacc_kernels (function *fn) in gate_oacc_kernels() 193 virtual bool gate (function *fn) { return gate_oacc_kernels (fn); } in gate() 230 virtual bool gate (function *) in gate() argument 307 virtual bool gate (function *fn) { return !gate_loop (fn); } in gate() 345 virtual unsigned int execute (function *); [all …]
|
/dflybsd-src/contrib/binutils-2.27/gprof/ |
H A D | fsf_callg_bl.m | 3 the total amount of time spent in each function and its children. 6 index number at the left hand margin lists the current function. 7 The lines above it list the functions that called this function, 12 The index number is printed next to every function name so 13 it is easier to look up where the function is in the table. 16 in this function and its children. Note that due to 20 self This is the total amount of time spent in this function. 23 function by its children. 25 called This is the number of times the function was called. 26 If the function called itself recursively, the number [all …]
|
H A D | bsd_callg_bl.m | 8 function entries: 10 index the index of the function in the call graph 14 accounted for by this function and its 17 self the number of seconds spent in this function 22 this function on behalf of this function. 24 called the number of times this function is called (other 27 self the number of times this function calls itself 30 name the name of the function, with an indication of 33 index the index of the function in the call graph 40 self* the number of seconds of this function's self time [all …]
|
H A D | flat_bl.m | 3 time program used by this function. 6 seconds for by this function and those listed above it. 9 seconds function alone. This is the major sort for this 12 calls the number of times this function was invoked, if 13 this function is profiled, else blank. 16 ms/call function per call, if this function is profiled, 20 ms/call function and its descendents per call, if this 21 function is profiled, else blank. 23 name the name of the function. This is the minor sort 25 the function in the gprof listing. If the index is
|
/dflybsd-src/contrib/binutils-2.34/gprof/ |
H A D | fsf_callg_bl.m | 3 the total amount of time spent in each function and its children. 6 index number at the left hand margin lists the current function. 7 The lines above it list the functions that called this function, 12 The index number is printed next to every function name so 13 it is easier to look up where the function is in the table. 16 in this function and its children. Note that due to 20 self This is the total amount of time spent in this function. 23 function by its children. 25 called This is the number of times the function was called. 26 If the function called itself recursively, the number [all …]
|
H A D | bsd_callg_bl.m | 8 function entries: 10 index the index of the function in the call graph 14 accounted for by this function and its 17 self the number of seconds spent in this function 22 this function on behalf of this function. 24 called the number of times this function is called (other 27 self the number of times this function calls itself 30 name the name of the function, with an indication of 33 index the index of the function in the call graph 40 self* the number of seconds of this function's self time [all …]
|
H A D | flat_bl.m | 3 time program used by this function. 6 seconds for by this function and those listed above it. 9 seconds function alone. This is the major sort for this 12 calls the number of times this function was invoked, if 13 this function is profiled, else blank. 16 ms/call function per call, if this function is profiled, 20 ms/call function and its descendents per call, if this 21 function is profiled, else blank. 23 name the name of the function. This is the minor sort 25 the function in the gprof listing. If the index is
|
/dflybsd-src/contrib/gdb-7/readline/ |
H A D | keymaps.c | 66 keymap[i].function = (rl_command_func_t *)NULL; in rl_make_bare_keymap() 73 keymap[i].function = rl_do_lowercase_version; in rl_make_bare_keymap() 93 temp[i].function = map[i].function; 111 newmap[i].function = rl_insert; in rl_make_keymap() 113 newmap[TAB].function = rl_insert; in rl_make_keymap() 114 newmap[RUBOUT].function = rl_rubout; /* RUBOUT == 127 */ in rl_make_keymap() 115 newmap[CTRL('H')].function = rl_rubout; in rl_make_keymap() 120 newmap[i].function = rl_insert; in rl_make_keymap() 144 rl_discard_keymap ((Keymap)map[i].function); 145 xfree ((char *)map[i].function); [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | gimple.texi | 12 operands (with some exceptions like function calls). GIMPLE was 36 The GENERIC representation of a function is stored in the 45 much of the same code for expanding front end trees to RTL@. This function 395 GIMPLE, since it is implemented by calling a function. At some 541 validation is controlled by the function 608 @deftypefn {GIMPLE function} unsigned gimple_num_ops (gimple g) 612 @deftypefn {GIMPLE function} tree gimple_op (gimple g, unsigned i) 616 @deftypefn {GIMPLE function} {tree *} gimple_ops (gimple g) 641 @deftypefn {GIMPLE function} bool is_gimple_val (tree t) 648 @deftypefn {GIMPLE function} bool is_gimple_addressable (tree t) [all …]
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | cleanups.c | 41 void (*function) (void *); member 79 make_my_cleanup2 (struct cleanup **pmy_chain, make_cleanup_ftype *function, in make_my_cleanup2() argument 87 new->function = function; in make_my_cleanup2() 105 make_my_cleanup (struct cleanup **pmy_chain, make_cleanup_ftype *function, in make_my_cleanup() argument 108 return make_my_cleanup2 (pmy_chain, function, arg, NULL); in make_my_cleanup() 117 make_cleanup (make_cleanup_ftype *function, void *arg) in make_cleanup() argument 119 return make_my_cleanup (&cleanup_chain, function, arg); in make_cleanup() 126 make_cleanup_dtor (make_cleanup_ftype *function, void *arg, in make_cleanup_dtor() argument 130 function, arg, dtor); in make_cleanup_dtor() 136 make_final_cleanup (make_cleanup_ftype *function, void *arg) in make_final_cleanup() argument [all …]
|
/dflybsd-src/contrib/gdb-7/gdb/python/ |
H A D | py-prettyprint.c | 54 PyObject *function, *printer = NULL; in search_pp_list() local 59 function = PyList_GetItem (list, list_index); in search_pp_list() 60 if (! function) in search_pp_list() 64 if (PyObject_HasAttr (function, gdbpy_enabled_cst)) in search_pp_list() 66 PyObject *attr = PyObject_GetAttr (function, gdbpy_enabled_cst); in search_pp_list() 79 printer = PyObject_CallFunctionObjArgs (function, value, NULL); in search_pp_list() 101 PyObject *function; in find_pretty_printer_from_objfiles() local 115 function = search_pp_list (pp_list, value); in find_pretty_printer_from_objfiles() 119 if (! function) in find_pretty_printer_from_objfiles() 122 if (function != Py_None) in find_pretty_printer_from_objfiles() [all …]
|
/dflybsd-src/contrib/bmake/ |
H A D | config.h.in | 26 /* Define to 1 if you have the `dirname' function. */ 32 /* Define to 1 if you have the `err' function. */ 35 /* Define to 1 if you have the `errx' function. */ 44 /* Define to 1 if you have the `fork' function. */ 47 /* Define to 1 if you have the `getcwd' function. */ 50 /* Define to 1 if you have the `getenv' function. */ 53 /* Define to 1 if you have the `getopt' function. */ 56 /* Define to 1 if you have the `getwd' function. */ 62 /* Define to 1 if you have the `killpg' function. */ 77 /* Define to 1 if you have the `mmap' function. */ [all …]
|
/dflybsd-src/gnu/usr.bin/cvs/lib/ |
H A D | config.h.proto | 19 /* Define to 1 if the `closedir' function returns void instead of `int'. */ 23 systems. This function is required for `alloca.c' support on those systems. 107 /* Define to 1 if you have the `alarm' function. */ 118 /* Define to 1 if you have the `atexit' function. */ 124 /* Define to 1 if you have the `btowc' function. */ 127 /* Define to 1 if you have the `canonicalize_file_name' function. */ 130 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 134 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in 138 /* Define to 1 if you have the `chsize' function. */ 141 /* Define to 1 if you have the `clock_gettime' function. */ [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | value-prof.h | 78 histogram_value gimple_histogram_value (struct function *, gimple); 79 histogram_value gimple_histogram_value_of_type (struct function *, gimple, 81 void gimple_add_histogram_value (struct function *, gimple, histogram_value); 82 void dump_histograms_for_stmt (struct function *, FILE *, gimple); 83 void gimple_remove_histogram_value (struct function *, gimple, histogram_value); 84 void gimple_remove_stmt_histograms (struct function *, gimple); 85 void gimple_duplicate_stmt_histograms (struct function *, gimple, 86 struct function *, gimple); 87 void gimple_move_stmt_histograms (struct function *, gimple, gimple);
|
/dflybsd-src/usr.sbin/mpsutil/ |
H A D | mpsutil.h | 65 #define MPS_COMMAND(set, name, function, args, desc) \ argument 66 static struct mpsutil_command function ## _mpsutil_command = \ 67 { #name, function }; \ 68 DATA_SET(MPS_DATASET(set), function ## _mpsutil_command); \ 70 function ## _usage(const char **a3, const char **a4) \ 76 static struct mpsutil_usage function ## _mpsutil_usage = \ 77 { #set, #name, function ## _usage }; \ 78 DATA_SET(MPS_DATASET(usage), function ## _mpsutil_usage); 80 #define _MPS_COMMAND(set, name, function) \ argument 81 static struct mpsutil_command function ## _mpsutil_command = \ [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | method.c | 83 make_thunk (tree function, bool this_adjusting, in make_thunk() argument 89 gcc_assert (TREE_CODE (function) == FUNCTION_DECL); in make_thunk() 91 gcc_assert (!DECL_THIS_THUNK_P (function)); in make_thunk() 92 gcc_assert (!DECL_RESULT_THUNK_P (function) || this_adjusting); in make_thunk() 107 for (thunk = DECL_THUNKS (function); thunk; thunk = DECL_CHAIN (thunk)) in make_thunk() 121 gcc_assert (!TREE_ASM_WRITTEN (function)); in make_thunk() 124 gcc_assert (TYPE_SIZE (DECL_CONTEXT (function)) in make_thunk() 125 && TYPE_BEING_DEFINED (DECL_CONTEXT (function))); in make_thunk() 127 thunk = build_decl (DECL_SOURCE_LOCATION (function), in make_thunk() 128 FUNCTION_DECL, NULL_TREE, TREE_TYPE (function)); in make_thunk() [all …]
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/ |
H A D | functional | 113 * Base class for any function object that has a weak result type, as 122 /// Retrieve the result type for a function type. 129 /// Retrieve the result type for a function reference. 136 /// Retrieve the result type for a function pointer. 143 /// Retrieve result type for a member function pointer. 150 /// Retrieve result type for a const member function pointer. 157 /// Retrieve result type for a volatile member function pointer. 164 /// Retrieve result type for a const volatile member function pointer. 172 * Strip top-level cv-qualifiers from the function object and let 187 * the function object's member template result to extract the [all …]
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/ |
H A D | functional | 109 * Base class for any function object that has a weak result type, as 118 /// Retrieve the result type for a function type. 125 /// Retrieve the result type for a function reference. 132 /// Retrieve the result type for a function pointer. 139 /// Retrieve result type for a member function pointer. 146 /// Retrieve result type for a const member function pointer. 153 /// Retrieve result type for a volatile member function pointer. 160 /// Retrieve result type for a const volatile member function pointer. 168 * Strip top-level cv-qualifiers from the function object and let 183 * the function object's member template result to extract the [all …]
|