Home
last modified time | relevance | path

Searched refs:check_duplicates (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/utils/release/
H A Dmerge-request.sh158 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 Dnbperf.c119 .check_duplicates = 0, in main()
260 nbperf.check_duplicates = 1; in main()
H A Dnbperf.h45 int check_duplicates, has_duplicates; member
H A Dgraph2.c223 if (nbperf->check_duplicates) { in SIZED2()
224 nbperf->check_duplicates = 0; in SIZED2()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc200 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 DChangeLog1019 * 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 Dobjc-act.c200 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 DChangeLog-1998171 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 DChangeLog-19971341 (check_duplicates, clear_command): compare sections only if
2068 add section argument to check_duplicates(); check section as well
H A DChangeLog-20015364 (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 DChangeLog-20031405 (check_duplicates): Likewise.
1421 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
1460 (describe_other_breakpoints, check_duplicates)
H A DChangeLog-20073512 (check_duplicates): Renamed to...
3514 (check_duplicates): Use check_duplicates_for.
H A DChangeLog-20091433 (set_default_breakpoint): Drop the check_duplicates name from comment.
1438 (check_duplicates, check_duplicates_for): Remove, moving their code ...
H A DChangeLog-19913979 (check_duplicates): Don't bother with watchpoints.
H A DChangeLog-19993395 (check_duplicates): If one of the breakpoints at ADDRESS is a
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-1998171 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 DChangeLog-19971341 (check_duplicates, clear_command): compare sections only if
2068 add section argument to check_duplicates(); check section as well
H A DChangeLog-20015364 (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 DChangeLog-20031405 (check_duplicates): Likewise.
1421 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
1460 (describe_other_breakpoints, check_duplicates)
H A DChangeLog-20073512 (check_duplicates): Renamed to...
3514 (check_duplicates): Use check_duplicates_for.
H A DChangeLog-20091433 (set_default_breakpoint): Drop the check_duplicates name from comment.
1438 (check_duplicates, check_duplicates_for): Remove, moving their code ...
H A DChangeLog-19913979 (check_duplicates): Don't bother with watchpoints.
H A DChangeLog-19993395 (check_duplicates): If one of the breakpoints at ADDRESS is a
H A DChangeLog-20088781 (create_ada_exception_breakpoint): : Don't call check_duplicates.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20036823 (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.

12