Searched refs:pass (Results 1 - 25 of 2127) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr33146.c9 jpc_enc_pass_t *pass; local
11 for (pass = p; pass != termpass; ++pass)
12 if (!pass->term)
14 termpass = pass;
15 while (termpass - pass < numpasses && !termpass->term)
17 pass->end = termpass->end;
/haiku-buildtools/binutils/ld/testsuite/ld-plugin/
H A Dpr12982.d4 #pass
/haiku-buildtools/legacy/gcc/texinfo/testsuite/makeinfo.0/
H A Dmissnode.exp11 pass "missing Next detection"
20 pass "missing menu entry detection"
H A Dmini.exp14 pass "minimal source file"
H A Dnonsense.exp9 pass "unknown command detection"
H A Dnot.exp12 pass "@setfilename required"
H A Dsmstruct.exp9 pass "structured source file"
H A Datnode.exp15 pass "at sign in node name"
H A Dconditions.exp17 pass "texinfo conditions"
/haiku-buildtools/binutils/ld/testsuite/ld-libs/
H A Dlib-2.d4 #pass
/haiku-buildtools/binutils/gas/testsuite/gas/elf/
H A Dsection3.d6 #pass
H A Dsection8.d6 #pass
/haiku-buildtools/binutils/ld/testsuite/ld-i386/
H A Dnogot2.d7 #pass
/haiku-buildtools/binutils/ld/testsuite/ld-x86-64/
H A Dnogot2.d7 #pass
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/elf/
H A Dsection3.d6 #pass
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mips/
H A Dmacro-warn-2-n32.d4 #pass
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-scripts/
H A Doverlay-size.exp30 pass $testname
/haiku-buildtools/binutils/ld/testsuite/ld-powerpc/
H A Dsdadyn.d8 #pass
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dmips16-stabs.d6 #pass
/haiku-buildtools/binutils/ld/testsuite/ld-ia64/
H A Derror3.d5 #pass
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators16.C11 int pass = 0; variable
15 A& operator = (const A& a) { pass = 1; return *this; }
26 if (pass)
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Ddl5.cc5 int pass = 0; variable
11 pass++;
20 pass++;
28 pass++;
51 if (pass == 4)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr33673.c13 int i, pass; local
18 for (i = 64, pass = 0; pass <= 1 && i >= 64; pass++)
20 if (pass == 1)
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A Ddlltool.exp56 pass "dlltool (fastcall export)"
71 pass "dlltool (version.dll)"
88 pass "dlltool -p (execution)"
98 pass "dlltool -p (symbol names)"
107 pass "dlltool -p (import name)"
122 pass "dlltool -p (execution) alias-2.def"
132 pass "dlltool -p (symbol names) alias-2.def"
141 pass "dlltool -p (import name) alias-2.def"
156 pass "dlltool (fastcall export no leading underscore)"
169 pass "dlltoo
[all...]
/haiku-buildtools/gcc/gcc/
H A Dpasses.c95 #include "tree-pass.h"
113 /* This is used for debugging. It allows the current pass to printed
130 internal_error ("pass %s does not support cloning", name);
171 /* Call from anywhere to find out what pass this is. Useful for
178 fprintf (file, "current pass = %s (%d)\n",
181 fprintf (file, "no current pass.\n");
185 /* Call from the debugger to get the current pass name. */
356 /* Once this pass (and its sub-passes) are complete, all functions
709 /* Set the static pass number of pass PAS
713 set_pass_for_id(int id, opt_pass *pass) argument
741 register_one_dump_file(opt_pass *pass) argument
747 register_one_dump_file(opt_pass *pass) argument
807 register_dump_files(opt_pass *pass) argument
852 register_pass_name(opt_pass *pass, const char *name) argument
873 passes_pass_traverse(const char *const &name, opt_pass *const &pass, void *) argument
902 dump_one_pass(opt_pass *pass, int pass_indent) argument
926 dump_pass_list(opt_pass *pass, int indent) argument
1020 opt_pass *pass; local
1203 is_pass_explicitly_enabled_or_disabled(opt_pass *pass, tree func, vec<uid_range_p> tab) argument
1302 next_pass_1(opt_pass **list, opt_pass *pass, opt_pass *initial_pass) argument
1322 opt_pass *pass; member in struct:pass_list_node
1338 opt_pass *pass = *pass_list, *prev_pass = NULL; local
1438 register_pass(opt_pass* pass, pass_positioning_ops pos, const char* ref_pass_name, int ref_pass_inst_number) argument
1614 delete_pass_tree(opt_pass *pass) argument
1624 delete pass; local
1742 opt_pass *pass = (opt_pass *)data; local
2078 pass_init_dump_file(opt_pass *pass) argument
2109 pass_fini_dump_file(opt_pass *pass) argument
2130 opt_pass *pass = (opt_pass *) data; local
2142 opt_pass *pass = ipa_pass; local
2174 opt_pass *pass = ipa_pass; local
2247 override_gate_status(opt_pass *pass, tree func, bool gate_status) argument
2268 execute_one_pass(opt_pass *pass) argument
2377 execute_pass_list_1(opt_pass *pass) argument
2391 execute_pass_list(function *fn, opt_pass *pass) argument
2420 ipa_write_summaries_2(opt_pass *pass, struct lto_out_decl_state *state) argument
2542 ipa_write_optimization_summaries_1(opt_pass *pass, struct lto_out_decl_state *state) argument
2623 ipa_read_summaries_1(opt_pass *pass) argument
2674 ipa_read_optimization_summaries_1(opt_pass *pass) argument
2723 execute_ipa_pass_list(opt_pass *pass) argument
2756 execute_ipa_stmt_fixups(opt_pass *pass, struct cgraph_node *node, gimple *stmts) argument
[all...]

Completed in 183 milliseconds

1234567891011>>