| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | typeck2.c | 612 bool complete_p = true; in split_nonconstant_init_1() local 678 complete_p = false; in split_nonconstant_init_1() 801 return complete_p && complete_ctor_at_level_p (TREE_TYPE (init), in split_nonconstant_init_1()
|
| H A D | name-lookup.c | 1316 bool complete_p = COMPLETE_TYPE_P (klass); in find_member_slot() local 1323 if (complete_p) in find_member_slot() 1360 if (complete_p && fn_name > name) in find_member_slot() 1365 if (complete_p) in find_member_slot()
|
| H A D | decl.c | 5483 bool complete_p; in start_decl_1() local 5494 complete_p = COMPLETE_TYPE_P (type); in start_decl_1() 5503 && !complete_p in start_decl_1() 5506 complete_p = true; in start_decl_1() 5525 if (complete_p) in start_decl_1() 5541 else if (aggregate_definition_p && !complete_p) in start_decl_1()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | typeck2.cc | 499 bool complete_p = true; in split_nonconstant_init_1() local 574 complete_p = false; in split_nonconstant_init_1() 720 return complete_p && complete_ctor_at_level_p (TREE_TYPE (init), in split_nonconstant_init_1()
|
| H A D | name-lookup.cc | 1939 bool complete_p = COMPLETE_TYPE_P (klass); in find_member_slot() local 1946 if (complete_p) in find_member_slot() 1980 if (complete_p && fn_name > name) in find_member_slot() 1985 if (complete_p) in find_member_slot()
|
| H A D | decl.cc | 5841 bool complete_p = COMPLETE_TYPE_P (type); in start_decl_1() local 5851 && !complete_p in start_decl_1() 5854 complete_p = true; in start_decl_1() 5866 if (complete_p) in start_decl_1() 5882 else if (aggregate_definition_p && !complete_p) in start_decl_1()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | genrecog.c | 2292 unsigned int complete_p : 1; variable 2334 complete_p (false), in merge_pattern_info() 3333 if (!pat->complete_p) in split_out_patterns() 3344 pat->complete_p = true; in split_out_patterns()
|
| H A D | expr.c | 6270 bool complete_p; in mostly_zeros_p() local 6273 &complete_p); in mostly_zeros_p() 6274 return !complete_p || nz_elts < init_elts / 4; in mostly_zeros_p() 6288 bool complete_p; in all_zeros_p() local 6291 &complete_p); in all_zeros_p()
|
| H A D | gimplify.c | 4901 bool cleared, complete_p, valid_const_initializer; in gimplify_init_constructor() local 4926 &num_ctor_elements, &complete_p); in gimplify_init_constructor() 4978 else if (!complete_p) in gimplify_init_constructor()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | genrecog.cc | 2290 unsigned int complete_p : 1; member in merge_pattern_info 2332 complete_p (false), in merge_pattern_info() 3331 if (!pat->complete_p) in split_out_patterns() 3342 pat->complete_p = true; in split_out_patterns()
|
| H A D | expr.cc | 6618 bool complete_p; in mostly_zeros_p() local 6621 &complete_p); in mostly_zeros_p() 6622 return !complete_p || nz_elts < init_elts / 4; in mostly_zeros_p() 6636 bool complete_p; in all_zeros_p() local 6639 &complete_p); in all_zeros_p()
|
| H A D | gimplify.cc | 5157 bool complete_p, valid_const_initializer; in gimplify_init_constructor() local 5182 &num_ctor_elements, &complete_p); in gimplify_init_constructor() 5240 else if (!complete_p) in gimplify_init_constructor() 5273 && complete_p in gimplify_init_constructor()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-mips.c | 171 unsigned int complete_p : 1; member 2331 insn->complete_p = 0; in create_insn() 6661 if (!insn->complete_p || !strstr (insn->insn_mo->args, "o(")) in fix_24k_record_store_info() 7597 ip->complete_p = 1; in append_insn() 7617 ip->complete_p = 1; in append_insn() 7629 ip->complete_p = 1; in append_insn() 7694 ip->complete_p = 1; in append_insn() 7959 if (!ip->complete_p && *reloc_type < BFD_RELOC_UNUSED) in append_insn() 8316 bool lax_match, bool complete_p) in match_insn() argument 8380 if (!complete_p) in match_insn()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-mips.c | 171 unsigned int complete_p : 1; member 2334 insn->complete_p = 0; in create_insn() 6664 if (!insn->complete_p || !strstr (insn->insn_mo->args, "o(")) in fix_24k_record_store_info() 7596 ip->complete_p = 1; in append_insn() 7616 ip->complete_p = 1; in append_insn() 7628 ip->complete_p = 1; in append_insn() 7693 ip->complete_p = 1; in append_insn() 7958 if (!ip->complete_p && *reloc_type < BFD_RELOC_UNUSED) in append_insn() 8315 bool lax_match, bool complete_p) in match_insn() argument 8379 if (!complete_p) in match_insn()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ChangeLog-2011 | 1433 * config/mips.c (mips_cl_insn): Add new field complete_p. 1434 (create_insn): Initialize complete_p to zero.
|
| H A D | ChangeLog-2013 | 430 initialize the mips_arg_info field. Add a complete_p parameter.
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ChangeLog-2011 | 1433 * config/mips.c (mips_cl_insn): Add new field complete_p. 1434 (create_insn): Initialize complete_p to zero.
|
| H A D | ChangeLog-2013 | 430 initialize the mips_arg_info field. Add a complete_p parameter.
|