Searched refs:functions (Results 126 - 150 of 819) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DForceFunctionAttrs.cpp122 for (Function &F : M.functions())
141 for (Function &F : M.functions())
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dpr21458.d3 #name: ADR(L) for Thumb functions
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Dgc-plt-relocs.d10 # and local functions gced. After gc-section removal we are
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-cris/
H A Dlibdso-12c.d9 # Like libdso-12b.d, but dsofn is defined and the two called functions
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Test/
H A DUtils.pm22 OpenSSL::Test::Utils - test utility functions
40 This module provides utility functions for the testing framework.
121 # Exported functions #################################################
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dcompletion-support.exp453 proc foreach_location_functions { sources functions body_linespec body_explicit } {
469 # Test known and unknown functions.
470 foreach function $functions {
503 proc foreach_location_labels { sources functions labels body_linespec body_explicit } {
515 $functions \
/netbsd-current/external/gpl3/gdb.old/dist/sim/igen/
H A Dgen-support.c163 /* output a declaration for all functions */
164 function_entry_traverse (file, table->functions, support_h_function, NULL);
211 /* output a definition (c-code) for all functions */
212 function_entry_traverse (file, table->functions, support_c_function, NULL);
H A Dld-insn.h226 function_entry * functions, function_entry_handler * handler, void *data);
390 function_entry *functions; member in struct:_model_table
666 function_entry *functions; member in struct:_insn_table
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/
H A DUtils.pm22 OpenSSL::Test::Utils - test utility functions
40 This module provides utility functions for the testing framework.
123 # Exported functions #################################################
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcov.cc65 /* The functions in this file for creating and solution program flow graphs
66 are very similar to functions in the gcc source file profile.cc. In
268 /* True when multiple functions start at a line in a source file. */
296 /* Vector of line information (used only for group functions). */
329 /* Function info comparer that will sort functions according to starting
394 vector<function_info *> functions; member in class:source_info
396 /* Line number to functions map. */
401 lines (), coverage (), maximum_count (0), functions ()
409 functions.push_back (fn);
437 for (vector<function_info *>::iterator it = functions
493 static vector<function_info *> functions; variable
1215 json::array *functions = new json::array (); local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dcompletion-support.exp451 proc foreach_location_functions { sources functions body_linespec body_explicit } {
467 # Test known and unknown functions.
468 foreach function $functions {
501 proc foreach_location_labels { sources functions labels body_linespec body_explicit } {
513 $functions \
/netbsd-current/external/gpl3/gdb/dist/sim/igen/
H A Dgen-support.c163 /* output a declaration for all functions */
164 function_entry_traverse (file, table->functions, support_h_function, NULL);
211 /* output a definition (c-code) for all functions */
212 function_entry_traverse (file, table->functions, support_c_function, NULL);
H A Dld-insn.h226 const function_entry *functions,
391 function_entry *functions; member in struct:_model_table
667 function_entry *functions; member in struct:_insn_table
/netbsd-current/external/bsd/libfido2/dist/fuzz/
H A DMakefile63 functions.txt: profdata
65 -ignore-filename-regex=pcsclite.h -show-functions \
89 .PHONY: report.tgz summary.txt functions.txt
/netbsd-current/external/gpl2/lvm2/dist/daemons/clvmd/
H A DMakefile39 lvm-functions.c \
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h25 for (const auto &F : SMP.functions())
/netbsd-current/external/bsd/bc/dist/
H A Dglobal.h65 /* Load the standard math functions. -l flag. */
87 /* Function storage. main is (0) and functions (1-f_count) */
89 EXTERN bc_function *functions; variable
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCheckDebugify.cpp51 for (Function &F : M.functions()) {
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dsafe_sequence.h34 #include <debug/functions.h>
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic54x/
H A Dsubsym.s13 * Substitution symbol functions
/netbsd-current/crypto/external/bsd/openssl/dist/providers/
H A Dencoders.inc74 * i2d_{TYPE}Params(), use OSSL_ENCODER functions with an OSSL_ENCODER_CTX
82 * and PEM_write_bio_{TYPE}Params(), use OSSL_ENCODER functions with an
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dsafe_sequence.h34 #include <debug/functions.h>
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcov.c65 /* The functions in this file for creating and solution program flow graphs
66 are very similar to functions in the gcc source file profile.c. In
268 /* True when multiple functions start at a line in a source file. */
329 /* Function info comparer that will sort functions according to starting
391 vector<function_info *> functions; variable
393 /* Line number to functions map. */
398 lines (), coverage (), maximum_count (0), functions ()
406 functions.push_back (fn);
464 /* Vector of all functions. */
465 static vector<function_info *> functions; variable
1129 json::array *functions = new json::array (); local
[all...]
/netbsd-current/external/lgpl3/gmp/dist/demos/perl/
H A DGMP.pm152 No functions are exported from these packages by default, but can be
155 use GMP::Mpz qw(gcd, lcm); # just these functions
182 C</> and C<%> round towards zero (as per the C<tdiv> functions in GMP).
184 The following functions are available, behaving the same as the
185 corresponding GMP mpz functions,
218 functions. The string input for C<mpz_import> is interpreted as byte data
278 The following functions are available,
321 The following functions are available, behaving the same as the
322 corresponding GMP mpf functions,
355 The following functions ar
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dparallelism.d206 /*--------------------- Generic helper functions, etc.------------------------*/
207 private template MapType(R, functions...)
209 static assert(functions.length);
213 typeof(adjoin!(staticMap!(unaryFun, functions))(e));
260 // thread, so this is a non-issue. It's also a non-issue for pure functions
297 template reduceAdjoin(functions...)
299 static if (functions.length == 1)
301 alias reduceAdjoin = binaryFun!(functions[0]);
307 alias funs = staticMap!(binaryFun, functions);
319 private template reduceFinish(functions
[all...]

Completed in 513 milliseconds

1234567891011>>