Searched refs:init_code (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/lib/libpcap/ |
| H A D | gencode.c | 101 static struct slist *init_code = NULL; variable 426 if (init_code != NULL && root != NULL) { in finish_parse() 427 sappend(init_code, root->stmts); in finish_parse() 428 root->stmts = init_code; in finish_parse() 429 init_code = NULL; in finish_parse() 611 if (init_code == NULL) in nl2X_stmt() 612 init_code = s; in nl2X_stmt() 614 sappend(init_code, s); in nl2X_stmt() 650 init_code = NULL; in init_linktype() 1583 sappend(init_code, in iphl_to_x() [all...] |
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-sra.c | 1789 enum tree_code init_code; in generate_element_init_1() local 1798 init_code = TREE_CODE (init); in generate_element_init_1() 1810 switch (init_code) in generate_element_init_1() 1817 t = (init_code == COMPLEX_EXPR in generate_element_init_1() 1820 t = (init_code == COMPLEX_EXPR in generate_element_init_1()
|
| H A D | loop-unroll.c | 936 rtx old_niter, niter, init_code, branch_code, tmp; in unroll_loop_runtime_iterations() local 1008 init_code = get_insns (); in unroll_loop_runtime_iterations() 1012 loop_split_edge_with (loop_preheader_edge (loop), init_code); in unroll_loop_runtime_iterations()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | decl.c | 4768 tree init_code = NULL; in check_initializer() local 4892 init_code = store_init_value (decl, init); in check_initializer() 4922 init_code = build2 (INIT_EXPR, type, decl, init); in check_initializer() 4924 return init_code; in check_initializer()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | decl.c | 8484 tree init_code = NULL; in check_initializer() local 8596 init_code = store_init_value (decl, init); in check_initializer() 8621 init_code = build (INIT_EXPR, type, decl, init); in check_initializer() 8623 return init_code; in check_initializer()
|