/netbsd-src/external/apache2/llvm/dist/llvm/utils/release/ |
H A D | merge-request.sh | 158 check_duplicates=`$BUGZILLA_CMD query --blocked=$release_metabug --field="cf_fixed_by_commits=$rev_… 160 if [ -n "$check_duplicates" ]; then 162 echo $check_duplicates
|
/netbsd-src/usr.bin/nbperf/ |
H A D | nbperf.c | 119 .check_duplicates = 0, in main() 260 nbperf.check_duplicates = 1; in main()
|
H A D | nbperf.h | 45 int check_duplicates, has_duplicates; member
|
H A D | graph2.c | 223 if (nbperf->check_duplicates) { in SIZED2() 224 nbperf->check_duplicates = 0; in SIZED2()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-act.cc | 200 static tree check_duplicates (tree, int, int); 440 check_duplicates (objc_map_iterator_current_value (class_method_map, i), 0, 1); in objc_write_global_declarations() 444 check_duplicates (objc_map_iterator_current_value (instance_method_map, i), 0, 0); in objc_write_global_declarations() 5235 check_duplicates (tree method, int methods, int is_class) in check_duplicates() function 5490 return check_duplicates (method_prototype, 1, is_class); in lookup_method_in_hash_lists()
|
H A D | ChangeLog | 1019 * objc-act.c (check_duplicates): Cast TREE_VEC_LENGTH result to 1056 (check_duplicates): Changed first argument to be a tree, 1503 * objc-act.c (finish_objc): When calling check_duplicates to check 3066 objc_get_class_ivars, error_with_ivar, check_duplicates,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 200 static tree check_duplicates (tree, int, int); 437 check_duplicates (objc_map_iterator_current_value (class_method_map, i), 0, 1); in objc_write_global_declarations() 441 check_duplicates (objc_map_iterator_current_value (instance_method_map, i), 0, 0); in objc_write_global_declarations() 5156 check_duplicates (tree method, int methods, int is_class) in check_duplicates() function 5411 return check_duplicates (method_prototype, 1, is_class); in lookup_method_in_hash_lists()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1998 | 171 check_duplicates. Need a section parameter. 173 check_duplicates. Need a section parameter. 174 (breakpoint_re_set_one): Fixed call to check_duplicates. Need a 217 (check_duplicates): Account for new breakpoint enable setting 239 (breakpoint_re_set_one): Moved call to check_duplicates. Add new
|
H A D | ChangeLog-1997 | 1341 (check_duplicates, clear_command): compare sections only if 2068 add section argument to check_duplicates(); check section as well
|
H A D | ChangeLog-2001 | 5364 (check_duplicates): Don't compare non-meaningful addresses. 6005 * breakpoint.c (check_duplicates): Use the breakpoint's type, not 6011 * breakpoint.c (check_duplicates): Take a breakpoint object as an
|
H A D | ChangeLog-2003 | 1405 (check_duplicates): Likewise. 1421 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint) 1460 (describe_other_breakpoints, check_duplicates)
|
H A D | ChangeLog-2007 | 3512 (check_duplicates): Renamed to... 3514 (check_duplicates): Use check_duplicates_for.
|
H A D | ChangeLog-2009 | 1433 (set_default_breakpoint): Drop the check_duplicates name from comment. 1438 (check_duplicates, check_duplicates_for): Remove, moving their code ...
|
H A D | ChangeLog-1991 | 3979 (check_duplicates): Don't bother with watchpoints.
|
H A D | ChangeLog-1999 | 3395 (check_duplicates): If one of the breakpoints at ADDRESS is a
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1998 | 171 check_duplicates. Need a section parameter. 173 check_duplicates. Need a section parameter. 174 (breakpoint_re_set_one): Fixed call to check_duplicates. Need a 217 (check_duplicates): Account for new breakpoint enable setting 239 (breakpoint_re_set_one): Moved call to check_duplicates. Add new
|
H A D | ChangeLog-1997 | 1341 (check_duplicates, clear_command): compare sections only if 2068 add section argument to check_duplicates(); check section as well
|
H A D | ChangeLog-2001 | 5364 (check_duplicates): Don't compare non-meaningful addresses. 6005 * breakpoint.c (check_duplicates): Use the breakpoint's type, not 6011 * breakpoint.c (check_duplicates): Take a breakpoint object as an
|
H A D | ChangeLog-2003 | 1405 (check_duplicates): Likewise. 1421 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint) 1460 (describe_other_breakpoints, check_duplicates)
|
H A D | ChangeLog-2007 | 3512 (check_duplicates): Renamed to... 3514 (check_duplicates): Use check_duplicates_for.
|
H A D | ChangeLog-2009 | 1433 (set_default_breakpoint): Drop the check_duplicates name from comment. 1438 (check_duplicates, check_duplicates_for): Remove, moving their code ...
|
H A D | ChangeLog-1991 | 3979 (check_duplicates): Don't bother with watchpoints.
|
H A D | ChangeLog-1999 | 3395 (check_duplicates): If one of the breakpoints at ADDRESS is a
|
H A D | ChangeLog-2008 | 8781 (create_ada_exception_breakpoint): : Don't call check_duplicates.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2003 | 6823 (check_duplicates): Likewise; do not assume all methods will 6833 check_duplicates(). 7811 (check_duplicates): Add a parameter indicating whether methods or 7865 use check_duplicates() when checking for selector duplicates.
|