| /src/external/gpl2/gmake/dist/ |
| file.c | 301 if (to_file->double_colon && from_file->is_target && !from_file->double_colon) 306 if (to_file->is_target) 324 MERGE (is_target); 678 f2->is_target = 1; 715 if (f != 0 && f->is_target) 719 if (f != 0 && f->is_target) 730 if (f != 0 && f->is_target) 741 if (f != 0 && f->is_target) 887 if (!f->is_target) 1025 if (!HASH_VACANT (*fp) && (*fp)->is_target) [all...] |
| filedef.h | 83 unsigned int is_target:1; /* Nonzero if file is described as target. */ member in struct:file
|
| implicit.c | 701 if (((f = lookup_file (name)) != 0 && f->is_target) 853 f->is_target = 1; 935 file->is_target = 1; 971 /* Set the is_target flag so that this file is not treated 974 new->file->is_target = 1;
|
| vpath.c | 393 not_target = f == 0 || !f->is_target; 485 exists = not_target || f->is_target;
|
| remake.c | 462 if (file->cmds == 0 && !file->is_target 713 else if (!noexist && file->is_target && !deps_changed && file->cmds == 0 871 else if (file->is_target && file->cmds == 0) 972 if (file->cmds == 0 && !file->is_target 1111 else if (file->is_target)
|
| job.c | 738 delete_on_error = f != 0 && f->is_target;
|
| /src/external/mpl/bind/dist/bin/tests/system/nsec3/ans7/ |
| ans.py | 285 def is_target(dns_name, target_prefix): function 308 if rrset.rdtype == dns.rdatatype.NSEC3 and is_target(rrset.name, modify_name): 322 if covers_nsec3 and is_target(rrset.name, modify_name): 327 and is_target(rs.name, modify_name) 387 if is_target(rrset.name, inject_name):
|
| /src/external/gpl3/gcc/dist/gcc/ |
| jump.cc | 1051 within a (MEM ...). IS_TARGET is TRUE when X is to be treated as a 1057 mark_jump_label_1 (rtx x, rtx_insn *insn, bool in_mem, bool is_target) 1073 if (is_target) 1099 mark_jump_label_1 (get_pool_constant (x), insn, in_mem, is_target); 1105 if (!is_target) 1134 if (is_target 1143 = is_target ? REG_LABEL_TARGET : REG_LABEL_OPERAND; 1166 is_target); 1182 mark_jump_label_1 (XEXP (x, i), insn, in_mem, is_target); 1189 is_target); 1158 is_target); local 1174 mark_jump_label_1 (XEXP (x, i), insn, in_mem, is_target); local 1181 is_target); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| jump.cc | 1048 within a (MEM ...). IS_TARGET is TRUE when X is to be treated as a 1054 mark_jump_label_1 (rtx x, rtx_insn *insn, bool in_mem, bool is_target) 1070 if (is_target) 1096 mark_jump_label_1 (get_pool_constant (x), insn, in_mem, is_target); 1102 if (!is_target) 1131 if (is_target 1140 = is_target ? REG_LABEL_TARGET : REG_LABEL_OPERAND; 1163 is_target); 1179 mark_jump_label_1 (XEXP (x, i), insn, in_mem, is_target); 1186 is_target); 1155 is_target); local 1171 mark_jump_label_1 (XEXP (x, i), insn, in_mem, is_target); local 1178 is_target); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-openmp.cc | 6464 data mapping/sharing clause, add it to 'map(tofrom:' if is_target 6469 bool is_target, bool is_parallel_do) 6471 int clauselist_to_add = is_target ? OMP_LIST_MAP : OMP_LIST_SHARED; 6500 if (is_target) 6541 if (!is_target) 6544 else if (is_target && n_lastp) 6577 if (is_target)
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-openmp.cc | 5745 data mapping/sharing clause, add it to 'map(tofrom:' if is_target 5750 bool is_target, bool is_parallel_do) 5752 int clauselist_to_add = is_target ? OMP_LIST_MAP : OMP_LIST_SHARED; 5781 if (is_target) 5822 if (!is_target) 5825 else if (is_target && n_lastp) 5858 if (is_target)
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-omp.cc | 3217 c_omp_adjust_map_clauses (tree clauses, bool is_target) 3219 if (!is_target)
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-omp.cc | 3013 c_omp_adjust_map_clauses (tree clauses, bool is_target) 3015 if (!is_target)
|