Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 2561) sorted by relevance

12345678910>>...103

/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dinfomap.c49 keymap[i].function = (InfoCommand *)NULL; in keymap_make_keymap()
57 keymap[Meta(i)].function = in keymap_make_keymap()
59 keymap[i].function = InfoCmd(info_do_lowercase_version); in keymap_make_keymap()
73 if (map[c].function == NULL) in find_function_keyseq()
75 for (k = map[c].function->keys; k; k = k->next) in find_function_keyseq()
82 m = (Keymap)m[*p].function; in find_function_keyseq()
93 add_function_keyseq (InfoCommand *function, in add_function_keyseq() argument
98 if (function == NULL || in add_function_keyseq()
99 function == InfoCmd(info_do_lowercase_version) || in add_function_keyseq()
100 function == InfoCmd(ea_insert)) in add_function_keyseq()
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cpp22 static const char *StripFunctionName(const char *function, const char *prefix) { in StripFunctionName() argument
23 if (!function) return nullptr; in StripFunctionName()
24 if (!prefix) return function; in StripFunctionName()
26 if (0 == internal_strncmp(function, prefix, prefix_len)) in StripFunctionName()
27 return function + prefix_len; in StripFunctionName()
28 return function; in StripFunctionName()
31 static const char *DemangleFunctionName(const char *function) { in DemangleFunctionName() argument
32 if (!function) return nullptr; in DemangleFunctionName()
38 if (!internal_strcmp(function, "__libc_mutex_init")) in DemangleFunctionName()
40 if (!internal_strcmp(function, "__libc_mutex_lock")) in DemangleFunctionName()
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A Dconfig.h.in56 // Define if you have the modff function.
59 // Define if you have the modfl function.
62 // Define if you have the expf function.
65 // Define if you have the expl function.
68 // Define if you have the hypotf function.
71 // Define if you have the hypotl function.
128 /* Define if you have the __signbit function. */
131 /* Define if you have the __signbitf function. */
134 /* Define if you have the __signbitl function. */
137 /* Define if you have the _acosf function. */
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/riscv/
H A Drestore.S26 .type __riscv_restore_12,@function
33 .type __riscv_restore_11,@function
35 .type __riscv_restore_10,@function
37 .type __riscv_restore_9,@function
39 .type __riscv_restore_8,@function
52 .type __riscv_restore_7,@function
54 .type __riscv_restore_6,@function
56 .type __riscv_restore_5,@function
58 .type __riscv_restore_4,@function
71 .type __riscv_restore_3,@function
[all …]
H A Dsave.S22 .type __riscv_save_12,@function
30 .type __riscv_save_11,@function
32 .type __riscv_save_10,@function
34 .type __riscv_save_9,@function
36 .type __riscv_save_8,@function
51 .type __riscv_save_7,@function
53 .type __riscv_save_6,@function
55 .type __riscv_save_5,@function
57 .type __riscv_save_4,@function
77 .type __riscv_save_3,@function
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Passes/
H A DPassBuilder.h389 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerPeepholeEPCallback()
403 const std::function<void(LoopPassManager &, OptimizationLevel)> &C) { in registerLateLoopOptimizationsEPCallback()
413 const std::function<void(LoopPassManager &, OptimizationLevel)> &C) { in registerLoopOptimizerEndEPCallback()
423 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerScalarOptimizerLateEPCallback()
434 const std::function<void(CGSCCPassManager &, OptimizationLevel)> &C) { in registerCGSCCOptimizerLateEPCallback()
445 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerVectorizerStartEPCallback()
455 const std::function<void(ModulePassManager &, OptimizationLevel)> &C) { in registerPipelineStartEPCallback()
464 const std::function<void(ModulePassManager &, OptimizationLevel)> &C) { in registerPipelineEarlySimplificationEPCallback()
473 const std::function<void(ModulePassManager &, OptimizationLevel)> &C) { in registerOptimizerEarlyEPCallback()
482 const std::function<void(ModulePassManager &, OptimizationLevel)> &C) { in registerOptimizerLastEPCallback()
[all …]
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/transforms/scalar_opts/
H A Dllvm_scalar_opts.mli14 (** See the [llvm::createAggressiveDCEPass] function. *)
19 (** See the [llvm::createDCEPass] function. *)
24 (** See the [llvm::createAlignmentFromAssumptionsPass] function. *)
29 (** See the [llvm::createCFGSimplificationPass] function. *)
34 (** See [llvm::createDeadStoreEliminationPass] function. *)
39 (** See [llvm::createScalarizerPass] function. *)
44 (** See [llvm::createMergedLoadStoreMotionPass] function. *)
49 (** See the [llvm::createGVNPass] function. *)
54 (** See the [llvm::createIndVarSimplifyPass] function. *)
59 (** See the [llvm::createInstructionCombiningPass] function. *)
[all …]
/openbsd-src/gnu/gcc/libmudflap/
H A Dconfig.h.in6 /* Define to 1 if you have the `addmntent' function. */
12 /* Define to 1 if you have the `backtrace' function. */
15 /* Define to 1 if you have the `backtrace_symbols' function. */
21 /* Define to 1 if you have the `cuserid' function. */
30 /* Define to 1 if you have the `dlvsym' function. */
36 /* Define to 1 if you have the `fopen64' function. */
39 /* Define to 1 if you have the `freopen64' function. */
42 /* Define to 1 if you have the `fseeko64' function. */
45 /* Define to 1 if you have the `ftello64' function. */
48 /* Define to 1 if you have the `gai_strerror' function. */
[all …]
/openbsd-src/gnu/usr.bin/perl/t/lib/warnings/
H A Dbuiltin29 Built-in function 'builtin::is_bool' is experimental at - line 6.
30 Built-in function 'builtin::is_bool' is experimental at - line 9.
31 Built-in function 'builtin::is_bool' is experimental at - line 12.
/openbsd-src/gnu/lib/libiberty/src/
H A Dconfig.in4 This function is required for alloca.c support on those systems. */
10 /* Define to 1 if you have the `asprintf' function. */
13 /* Define to 1 if you have the `atexit' function. */
16 /* Define to 1 if you have the `basename' function. */
19 /* Define to 1 if you have the `bcmp' function. */
22 /* Define to 1 if you have the `bcopy' function. */
25 /* Define to 1 if you have the `bsearch' function. */
28 /* Define to 1 if you have the `bzero' function. */
31 /* Define to 1 if you have the `calloc' function. */
34 /* Define to 1 if you have the `canonicalize_file_name' function. */
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/
H A Dpretty2.C21 char const *function = __FUNCTION__; in X() local
25 printf ("__FUNCTION__ %s\n", function); in X()
28 if (strcmp (function, "X")) in X()
35 char const *function = __FUNCTION__; in ~X() local
39 printf ("__FUNCTION__ %s\n", function); in ~X()
42 if (strcmp (function, "X")) in ~X()
49 char const *function = __FUNCTION__; in fn() local
53 printf ("__FUNCTION__ %s\n", function); in fn()
56 if (strcmp (function, "fn")) in fn()
63 char const *function = __FUNCTION__; variable
[all …]
/openbsd-src/gnu/usr.bin/cvs/
H A Dconfig.h.in10 /* Define if the closedir function returns void instead of int. */
19 /* Define if your system has a working fnmatch function. */
93 /* Define if you have the connect function. */
113 /* Define if you have the crypt function. */
116 /* Define if you have the getspnam function. */
125 /* Define if you have the dup2 function. */
128 /* Define if you have the fchdir function. */
131 /* Define if you have the fchmod function. */
134 /* Define if you have the fsync function. */
137 /* Define if you have the ftime function. */
[all …]
/openbsd-src/gnu/lib/libreadline/
H A Dkeymaps.c64 keymap[i].function = (rl_command_func_t *)NULL; in rl_make_bare_keymap()
70 keymap[i].function = rl_do_lowercase_version; in rl_make_bare_keymap()
87 temp[i].function = map[i].function;
105 newmap[i].function = rl_insert; in rl_make_keymap()
107 newmap[TAB].function = rl_insert; in rl_make_keymap()
108 newmap[RUBOUT].function = rl_rubout; /* RUBOUT == 127 */ in rl_make_keymap()
109 newmap[CTRL('H')].function = rl_rubout; in rl_make_keymap()
114 newmap[i].function = rl_insert; in rl_make_keymap()
118 newmap[i].function = rl_insert; in rl_make_keymap()
142 rl_discard_keymap ((Keymap)map[i].function);
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A Dfsf_callg_bl.m3 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 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 Dbsd_callg_bl.m8 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 Dflat_bl.m3 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
/openbsd-src/gnu/usr.bin/binutils/gprof/
H A Dfsf_callg_bl.m3 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 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 Dbsd_callg_bl.m8 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 Dflat_bl.m3 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
/openbsd-src/gnu/gcc/gcc/
H A Dexcept.h24 struct function;
82 extern rtx get_exception_pointer (struct function *);
83 extern rtx get_exception_filter (struct function *);
85 extern int duplicate_eh_regions (struct function *, duplicate_eh_regions_map,
108 extern void verify_eh_tree (struct function *);
109 extern void dump_eh_tree (FILE *, struct function *);
110 extern bool eh_region_outer_p (struct function *, int, int);
111 extern int eh_region_outermost (struct function *, int, int);
114 extern void add_stmt_to_eh_region_fn (struct function *, tree, int);
115 extern bool remove_stmt_from_eh_region_fn (struct function *, tree);
[all …]
/openbsd-src/lib/libc/softfloat/
H A Dtimesoftfloat.c102 static void time_a_int32_z_float32( float32 function( int32 ) ) in time_a_int32_z_float32()
113 function( inputs_int32[ inputNum ] ); in time_a_int32_z_float32()
121 function( inputs_int32[ inputNum ] ); in time_a_int32_z_float32()
129 static void time_a_int32_z_float64( float64 function( int32 ) ) in time_a_int32_z_float64()
140 function( inputs_int32[ inputNum ] ); in time_a_int32_z_float64()
148 function( inputs_int32[ inputNum ] ); in time_a_int32_z_float64()
158 static void time_a_int32_z_floatx80( floatx80 function( int32 ) ) in time_a_int32_z_floatx80()
169 function( inputs_int32[ inputNum ] ); in time_a_int32_z_floatx80()
177 function( inputs_int32[ inputNum ] ); in time_a_int32_z_floatx80()
189 static void time_a_int32_z_float128( float128 function( int32 ) ) in time_a_int32_z_float128()
[all …]
/openbsd-src/usr.bin/gprof/
H A Dgprof.callg5 function entries:
7 index the index of the function in the call graph listing, as an aid to
10 function and its descendents.
11 self the number of seconds spent in this function itself.
13 the number of seconds spent in the descendents of this function on
14 behalf of this function.
15 called the number of times this function is called (other than recursive
17 self the number of times this function calls itself recursively.
18 name the name of the function, with an indication of its membership in
24 self* the number of seconds of this function'
[all...]
/openbsd-src/gnu/llvm/libcxx/include/__functional/
H A Dfunction.h78 template<class _Fp> class _LIBCPP_TEMPLATE_VIS function; // undefined variable
119 bool __not_null(function<_Fp> const& __f) { return !!__f; }
966 class _LIBCPP_TEMPLATE_VIS function<_Rp(_ArgTypes...)>
979 _IsNotSame<__remove_cvref_t<_Fp>, function>,
1003 function() _NOEXCEPT { }
1005 function(nullptr_t) _NOEXCEPT {}
1006 function(const function&);
1007 function(function&&) _NOEXCEPT;
1009 function(_Fp);
1014 function(allocator_arg_t, const _Alloc&) _NOEXCEPT {}
[all …]
/openbsd-src/gnu/llvm/lld/docs/
H A Dmissingkeyfunction.rst7 the vtable symbol may be undefined because the class is missing its key function
10 it's likely that your class C has a key function (defined by the ABI as the first
11 non-pure, non-inline, virtual function), but you haven't actually defined it.
13 When a class has a key function, the compiler emits the vtable (and some other
14 things as well) only in the translation unit that defines that key function. Thus,
15 if you're missing the key function, you'll also be missing the vtable. If no other
16 function calls your missing function, you won't see any undefined reference errors
20 function, and the compiler is forced to emit the vtable in every translation unit
24 ensure there is at least one eligible function that can serve as the key function.
40 Here, ``~B`` is the first non-pure, non-inline, virtual function, so it is the key
[all …]
/openbsd-src/gnu/gcc/libgomp/
H A Domp_lib.f90.in123 function omp_get_dynamic ()
126 end function omp_get_dynamic
130 function omp_get_nested ()
133 end function omp_get_nested
137 function omp_in_parallel ()
140 end function omp_in_parallel
144 function omp_test_lock (lock)
148 end function omp_test_lock
152 function omp_get_max_threads ()
155 end function omp_get_max_threads
[all …]

12345678910>>...103