Searched refs:check_duplicates (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/usr.bin/nbperf/
H A Dnbperf.h45 int check_duplicates, has_duplicates; member in struct:nbperf
H A Dgraph2.c223 if (nbperf->check_duplicates) {
224 nbperf->check_duplicates = 0;
H A Dnbperf.c119 .check_duplicates = 0,
260 nbperf.check_duplicates = 1;
/netbsd-current/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_string"`
160 if [ -n "$check_duplicates" ]; then
162 echo $check_duplicates
/netbsd-current/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);
441 check_duplicates (objc_map_iterator_current_value (instance_method_map, i), 0, 0);
5156 check_duplicates (tree method, int methods, int is_class) function
5411 return check_duplicates (method_prototype, 1, is_class);
/netbsd-current/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);
444 check_duplicates (objc_map_iterator_current_value (instance_method_map, i), 0, 0);
5235 check_duplicates (tree method, int methods, int is_class) function
5490 return check_duplicates (method_prototype, 1, is_class);

Completed in 177 milliseconds