| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | file.c | 300 if (to_file->double_colon && from_file->is_target && !from_file->double_colon) in rehash_file() 305 if (to_file->is_target) in rehash_file() 323 MERGE (is_target); in rehash_file() 675 f2->is_target = 1; in snap_deps() 712 if (f != 0 && f->is_target) in snap_deps() 716 if (f != 0 && f->is_target) in snap_deps() 727 if (f != 0 && f->is_target) in snap_deps() 738 if (f != 0 && f->is_target) in snap_deps() 880 if (!f->is_target) in print_file() 1018 if (!HASH_VACANT (*fp) && (*fp)->is_target) in build_target_list()
|
| H A D | implicit.c | 699 if (((f = lookup_file (name)) != 0 && f->is_target) in pattern_search() 851 f->is_target = 1; in pattern_search() 933 file->is_target = 1; in pattern_search() 972 new->file->is_target = 1; in pattern_search()
|
| H A D | remake.c | 459 if (file->cmds == 0 && !file->is_target in update_file_1() 710 else if (!noexist && file->is_target && !deps_changed && file->cmds == 0 in update_file_1() 867 else if (file->is_target && file->cmds == 0) in notice_finished_file() 967 if (file->cmds == 0 && !file->is_target in check_dep() 1104 else if (file->is_target) in remake_file()
|
| H A D | vpath.c | 389 not_target = f == 0 || !f->is_target; in selective_vpath_search() 481 exists = not_target || f->is_target; in selective_vpath_search()
|
| H A D | filedef.h | 83 unsigned int is_target:1; /* Nonzero if file is described as target. */ member
|
| H A D | read.c | 1985 else if (cmds != 0 && f->cmds != 0 && f->is_target) in record_files() 1995 f->is_target = 1; in record_files() 2072 if (f != 0 && f->is_target && !f->double_colon) in record_files() 2084 f->is_target = 1; in record_files()
|
| H A D | job.c | 734 delete_on_error = f != 0 && f->is_target; in reap_children()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | jump.cc | 1046 mark_jump_label_1 (rtx x, rtx_insn *insn, bool in_mem, bool is_target) in mark_jump_label_1() argument 1062 if (is_target) in mark_jump_label_1() 1088 mark_jump_label_1 (get_pool_constant (x), insn, in_mem, is_target); in mark_jump_label_1() 1094 if (!is_target) in mark_jump_label_1() 1123 if (is_target in mark_jump_label_1() 1132 = is_target ? REG_LABEL_TARGET : REG_LABEL_OPERAND; in mark_jump_label_1() 1155 is_target); in mark_jump_label_1() 1171 mark_jump_label_1 (XEXP (x, i), insn, in_mem, is_target); in mark_jump_label_1() 1178 is_target); in mark_jump_label_1()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | jump.c | 1085 mark_jump_label_1 (rtx x, rtx_insn *insn, bool in_mem, bool is_target) in mark_jump_label_1() argument 1102 if (is_target) in mark_jump_label_1() 1128 mark_jump_label_1 (get_pool_constant (x), insn, in_mem, is_target); in mark_jump_label_1() 1134 if (!is_target) in mark_jump_label_1() 1163 if (is_target in mark_jump_label_1() 1172 = is_target ? REG_LABEL_TARGET : REG_LABEL_OPERAND; in mark_jump_label_1() 1195 is_target); in mark_jump_label_1() 1211 mark_jump_label_1 (XEXP (x, i), insn, in_mem, is_target); in mark_jump_label_1() 1218 is_target); in mark_jump_label_1()
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
| H A D | xtensaelf.em | 1004 bool is_target; 1007 is_target = (section_is_target (deps, l) 1013 if (!is_target) 1018 if (is_target)
|
| /netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
| H A D | xtensaelf.em | 994 bool is_target; 997 is_target = (section_is_target (deps, l) 1003 if (!is_target) 1008 if (is_target)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-openmp.cc | 5750 bool is_target, bool is_parallel_do) in gfc_add_clause_implicitly() argument 5752 int clauselist_to_add = is_target ? OMP_LIST_MAP : OMP_LIST_SHARED; in gfc_add_clause_implicitly() 5781 if (is_target) in gfc_add_clause_implicitly() 5822 if (!is_target) in gfc_add_clause_implicitly() 5825 else if (is_target && n_lastp) in gfc_add_clause_implicitly() 5858 if (is_target) in gfc_add_clause_implicitly()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-omp.cc | 3013 c_omp_adjust_map_clauses (tree clauses, bool is_target) in c_omp_adjust_map_clauses() argument 3015 if (!is_target) in c_omp_adjust_map_clauses()
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/ |
| H A D | ChangeLog | 11096 and is_target to pragma_kind. Handle GOMP_MAP_VARS_ENTER_DATA,
|