Searched refs:set (Results 1 - 25 of 2068) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/gcov/
H A Dgcov-1.x0 set gcov_verify_branches 1
2 set gcov_verify_calls 1
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/
H A Dgcov-6.x0 set gcov_verify_branches 1
2 set gcov_verify_calls 1
H A Dgcov-7.x0 set gcov_verify_branches 1
2 set gcov_verify_calls 1
H A Dgcov-4b.x0 set gcov_verify_branches 1
H A Dgcov-5b.x0 set gcov_verify_branches 1
H A Dgcov-8.x0 set gcov_verify_branches 1
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/gcov/
H A Dgcov-1.x0 set gcov_verify_branches 1
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920521-1.x0 set options "-S"
H A D981022-1.x0 set torture_compile_xfail "*-*-*"
H A Dmipscop-1.x6 set torture_compile_xfail "$target_triplet"
H A Dmipscop-2.x6 set torture_compile_xfail "$target_triplet"
H A Dmipscop-3.x6 set torture_compile_xfail "$target_triplet"
H A Dmipscop-4.x6 set torture_compile_xfail "$target_triplet"
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20021127-1.x0 set additional_flags "-std=c99"
H A Dbitfld-1.x0 set torture_execute_xfail "*-*-*"
H A Deeprof-1.x0 set additional_flags "-finstrument-functions"
H A Dbuiltin-constant.x0 set torture_eval_before_execute {
3 set compiler_conditional_xfail_data {
H A D20010129-1.x2 set additional_flags "-mcpu=i686"
/openbsd-current/gnu/gcc/libstdc++-v3/include/backward/
H A Dset.h61 #include <set>
63 using std::set;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/backward/
H A Dset.h61 #include <set>
63 using std::set;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Denum7.C7 void set(int a);
8 void set(long a);
13 set(AA); // gets bogus error - why is this ambiguous
14 set(BA); // when this is not amibguous
/openbsd-current/gnu/gcc/gcc/config/bfin/
H A Dcrtlibid.s32 .set _current_shared_library_p5_offset_, 0
/openbsd-current/regress/sys/kern/signal/sigpending/
H A Dsigpending.c14 sigset_t set; local
16 assert(sigemptyset(&set) == 0);
17 assert(sigaddset(&set, SIGUSR1) == 0);
18 assert(sigprocmask(SIG_BLOCK, &set, NULL) == 0);
20 assert(sigemptyset(&set) == 0);
21 assert(sigpending(&set) == 0);
22 assert(sigismember(&set, SIGUSR1) == 1);
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DTracker.pm44 sub dump2($set)
46 if (defined $set->{merged}) {
47 return "merged from ".dump2($set->{merged});
50 join(",", $set->newer_names),
51 join(",", $set->older_names),
52 join(",", $set->kept_names),
53 join(",", $set->hint_names));
78 sub handle_set($self, $set)
80 $self->{total}{$set} = 1;
81 if ($set
[all...]
/openbsd-current/gnu/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableSet.cpp30 CFMutableSetRef set = get(); local
31 if (set)
32 return ::CFSetGetCount(set);
37 CFMutableSetRef set = get(); local
38 if (set)
39 return ::CFSetGetCountOfValue(set, value);
44 CFMutableSetRef set = get(); local
45 if (set)
46 return ::CFSetGetValue(set, value);
51 CFMutableSetRef set local
66 CFMutableSetRef set = get(); local
72 CFMutableSetRef set = get(); local
[all...]

Completed in 143 milliseconds

1234567891011>>