| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| RDFDeadCode.cpp | 26 // This drastically improves execution time in "collect" over using 113 // Traverse the DFG and collect the set dead RefNodes and the set of 116 bool DeadCodeElimination::collect() { function in class:DeadCodeElimination
|
| HexagonCommonGEP.cpp | 126 void collect(); 353 // Collect the list of users of this GEP instruction. Will add it to the 400 void HexagonCommonGEP::collect() { function in class:HexagonCommonGEP 1000 // Collect all used nodes together with the uses from loads and stores, 1047 // Compute the inverse of the Node.Parent links. Also, collect the set 1285 collect();
|
| HexagonConstExtenders.cpp | 398 void collect(MachineFunction &MF); 1244 void HCE::collect(MachineFunction &MF) { function in class:HCE 1979 collect(MF);
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| collect.c | 1 /* $NetBSD: collect.c,v 1.4 2025/09/05 21:16:32 christos Exp $ */ 3 /* collect.c - Demonstration of overlay code */ 25 __RCSID("$NetBSD: collect.c,v 1.4 2025/09/05 21:16:32 christos Exp $"); 342 /* check for collect attributes - disallow modify if present */ 421 static slap_overinst collect; variable 426 collect.on_bi.bi_type = "collect"; 427 collect.on_bi.bi_flags = SLAPO_BFLAG_SINGLE; 428 collect.on_bi.bi_db_destroy = collect_destroy; 429 collect.on_bi.bi_op_modify = collect_modify [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| gp-collect-app.cc | 44 #include "collect.h" 54 static collect *collect_obj = NULL; 68 dbe_write (2, GTXT ("collect has alarm(%d) pending\n"), r); 69 collect_obj = new collect (argc, argv, environ); 87 dbe_write (2, GTXT ("collect: unexpected alarm clock signal received\n")); 102 collect::collect (int argc, char *argv[], char **envp) function in class:collect 125 collect::~collect () 134 collect::start (int argc, char *argv[] [all...] |
| collect.h | 57 // collect object 58 class collect : Application class in inherits:Application 61 collect (int argc, char *argv[], char **envp); 62 virtual ~collect (); 135 void copy_collect_args (char ***); /* copy collect args for an MPI target */
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| gp-collect-app.cc | 44 #include "collect.h" 54 static collect *collect_obj = NULL; 68 dbe_write (2, GTXT ("collect has alarm(%d) pending\n"), r); 69 collect_obj = new collect (argc, argv, environ); 87 dbe_write (2, GTXT ("collect: unexpected alarm clock signal received\n")); 102 collect::collect (int argc, char *argv[], char **envp) function in class:collect 125 collect::~collect () 134 collect::start (int argc, char *argv[] [all...] |
| collect.h | 57 // collect object 58 class collect : Application class in inherits:Application 61 collect (int argc, char *argv[], char **envp); 62 virtual ~collect (); 135 void copy_collect_args (char ***); /* copy collect args for an MPI target */
|
| /src/usr.bin/mail/ |
| collect.c | 1 /* $NetBSD: collect.c,v 1.49 2017/11/09 20:27:50 christos Exp $ */ 35 static char sccsid[] = "@(#)collect.c 8.2 (Berkeley) 4/19/94"; 37 __RCSID("$NetBSD: collect.c,v 1.49 2017/11/09 20:27:50 christos Exp $"); 44 * Collect input from standard input, handling 362 collect(struct header *hp, int printheaders) function 734 * Collect output as new message.
|
| /src/usr.sbin/sysinst/ |
| run.c | 175 collect(int kind, char **buffer, const char *name, ...) function 623 * Steps are taken to collect console messages, they will be interleaved
|
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| CalledOnceCheck.cpp | 435 static NameCollection collect(const Expr *From) { function in class:NamesCollector 475 NamesCollector::NameCollection MentionedNames = NamesCollector::collect(E);
|
| /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
| Marshallers.h | 691 /// Helper class used to collect all the possible overloads of an 700 collect(FromTypes()); 708 static void collect(ast_matchers::internal::EmptyTypeList) {} function in class:clang::ast_matchers::dynamic::internal::AdaptativeOverloadCollector 713 inline void collect(FromTypeList); 1140 ToTypes>::collect(FromTypeList) { function in class:clang::ast_matchers::dynamic::AdaptativeOverloadCollector 1143 collect(typename FromTypeList::tail());
|
| /src/external/mpl/bind/dist/tests/bench/ |
| qpmulti.c | 187 collect(void *); 230 isc_async_run(isc_loop_main(args->loopmgr), collect, args); 741 collect(void *varg) { function 753 TRACE("collect");
|
| /src/external/bsd/tmux/dist/ |
| screen-write.c | 1811 fatalx("collect list not in order: %u <= %u", 1910 int collect; local 1918 collect = 1; 1920 collect = 0; 1922 collect = 0; 1924 collect = 0; 1926 collect = 0; 1928 collect = 0; 1930 collect = 0; 1931 if (!collect) { [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-switch-conversion.cc | 77 switch_conversion::collect (gswitch *swtch) 89 Collect the bits we can deduce from the CFG. */ 1028 collect (swtch); 1625 /* Go through all case labels, and collect the case labels, profile 76 switch_conversion::collect (gswitch *swtch) function in class:switch_conversion
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-switch-conversion.cc | 76 switch_conversion::collect (gswitch *swtch) 88 Collect the bits we can deduce from the CFG. */ 983 collect (swtch); 1524 /* Go through all case labels, and collect the case labels, profile 75 switch_conversion::collect (gswitch *swtch) function in class:switch_conversion
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| tracepoint.cc | 481 /* An 'M' (collect memory) action. */ 491 /* An 'R' (collect registers) action. */ 507 /* An 'L' (collect static trace data) action. */ 959 one is validly going to collect 4 gigabytes of data at a single 1320 call. We use this to be able to collect "static trace data" 1827 without updating jump pad, D is not reachable during collect, which 1948 trace_debug ("Want to collect %s bytes at 0x%s (basereg %d)", 1961 trace_debug ("Want to collect registers"); 1976 trace_debug ("Want to collect static trace data"); 3064 CORE_ADDR collect; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| tracepoint.cc | 481 /* An 'M' (collect memory) action. */ 491 /* An 'R' (collect registers) action. */ 507 /* An 'L' (collect static trace data) action. */ 959 one is validly going to collect 4 gigabytes of data at a single 1320 call. We use this to be able to collect "static trace data" 1827 without updating jump pad, D is not reachable during collect, which 1948 trace_debug ("Want to collect %s bytes at 0x%s (basereg %d)", 1961 trace_debug ("Want to collect registers"); 1976 trace_debug ("Want to collect static trace data"); 3064 CORE_ADDR collect; local [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elf-bfd.h | 1754 /* This is TRUE if the linker should act like collect and gather 1758 unsigned collect : 1; 1756 unsigned collect : 1; member in struct:elf_backend_data
|
| elflink.c | 211 sec, 0, NULL, false, bed->collect, 1969 bool collect; 2012 collect = bed->collect; 2082 0, name, false, collect, &bh))) 2232 bfd_ind_section_ptr, 0, name, false, collect, &bh))) 4563 false, bed->collect, NULL))) 5382 NULL, false, bed->collect, 6892 NULL, false, get_elf_backend_data (output_bfd)->collect, &bh))) 7209 get_elf_backend_data (dynobj)->collect, &bh)) 1966 bool collect; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf-bfd.h | 1710 /* This is TRUE if the linker should act like collect and gather 1714 unsigned collect : 1; 1712 unsigned collect : 1; member in struct:elf_backend_data
|
| elflink.c | 208 sec, 0, NULL, false, bed->collect, 1956 bool collect; 1999 collect = bed->collect; 2069 0, name, false, collect, &bh))) 2219 bfd_ind_section_ptr, 0, name, false, collect, &bh))) 4527 false, bed->collect, NULL))) 5340 NULL, false, bed->collect, 6849 NULL, false, get_elf_backend_data (output_bfd)->collect, &bh))) 7166 get_elf_backend_data (dynobj)->collect, &bh)) 1953 bool collect; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf-bfd.h | 1698 /* This is TRUE if the linker should act like collect and gather 1702 unsigned collect : 1; 1700 unsigned collect : 1; member in struct:elf_backend_data
|
| elflink.c | 167 sec, 0, NULL, false, bed->collect, 1917 bool collect; 1960 collect = bed->collect; 2030 0, name, false, collect, &bh))) 2180 bfd_ind_section_ptr, 0, name, false, collect, &bh))) 4500 false, bed->collect, NULL))) 5311 NULL, false, bed->collect, 6794 NULL, false, get_elf_backend_data (output_bfd)->collect, &bh))) 7110 get_elf_backend_data (dynobj)->collect, &bh)) 1914 bool collect; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf-bfd.h | 1695 /* This is TRUE if the linker should act like collect and gather 1699 unsigned collect : 1; 1697 unsigned collect : 1; member in struct:elf_backend_data
|