Searched refs:basic (Results 1 - 25 of 164) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/init/
H A Dref9.C4 struct basic { struct
7 basic() : refcount(0) {} function in struct:basic
11 basic *bp;
13 ex(const basic &);
15 void construct_from_basic(const basic &);
18 ex basic::eval() const {
22 inline ex::ex(const basic &b) { construct_from_basic (b); }
24 void ex::construct_from_basic(const basic &b) {
30 ex pow() { return basic(); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/init/
H A Dref9.C4 struct basic { struct
7 basic() : refcount(0) {} function in struct:basic
11 basic *bp;
13 ex(const basic &);
15 void construct_from_basic(const basic &);
18 ex basic::eval() const {
22 inline ex::ex(const basic &b) { construct_from_basic (b); }
24 void ex::construct_from_basic(const basic &b) {
30 ex pow() { return basic(); }
/netbsd-6-1-5-RELEASE/tests/usr.bin/pr/
H A Dt_basic.sh31 atf_test_case basic
33 atf_set "descr" "A basic test of pr(1)"
47 atf_add_test_case basic
/netbsd-6-1-5-RELEASE/tests/usr.bin/unifdef/
H A Dt_basic.sh31 atf_test_case basic
33 atf_set "descr" "A basic test of unifdef(1)"
46 atf_add_test_case basic
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/
H A Dc_string_basic.cc29 std::tr1::regex re("(a|b)*abb", std::tr1::regex::basic);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libmudflap/testsuite/libmudflap.c/
H A Dfail15-frag.c7 int basic; member in struct:base
20 bp->basic = 10;
H A Dfail16-frag.c8 int basic; member in struct:base
20 bp->basic = 10;
H A Dpass15-frag.c7 int basic; member in struct:base
20 bp->basic = 10;
H A Dpass16-frag.c7 int basic; member in struct:base
19 bp->basic = 10;
/netbsd-6-1-5-RELEASE/tests/fs/tmpfs/
H A Dt_pipes.sh28 atf_test_case basic
51 atf_add_test_case basic
H A Dt_truncate.sh28 atf_test_case basic
55 atf_add_test_case basic
H A Dt_exec.sh28 atf_test_case basic
51 atf_add_test_case basic
H A Dt_sockets.sh28 atf_test_case basic
51 atf_add_test_case basic
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/
H A Dpstring.cc33 test_type re(cs, 3, std::tr1::regex_constants::basic);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/
H A Dpstring.cc33 test_type re(cs, 3, std::tr1::regex_constants::basic);
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/xkbdata/semantics/
H A DMakefile6 FILES= basic complete default xtest
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/xkeyboard-config/semantics/
H A DMakefile6 FILES= basic complete default xtest
/netbsd-6-1-5-RELEASE/tests/fs/ptyfs/
H A Dt_ptyfs.c38 ATF_TC(basic); variable
39 ATF_TC_HEAD(basic, tc)
44 ATF_TC_BODY(basic, tc)
59 ATF_TP_ADD_TC(tp, basic);
/netbsd-6-1-5-RELEASE/x11/bin/xkbcomp/semantics/
H A DMakefile6 FILES= basic complete default xtest
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/lns/
H A Dlns-duplicate.d8 Set basic block
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dbbconv.pl40 if (/^File .*, ([0-9]+) basic blocks/) {
/netbsd-6-1-5-RELEASE/tests/util/
H A Dt_dirname.sh28 atf_test_case basic
31 atf_set "descr" "Checks basic functionality"
48 atf_add_test_case basic
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/struct/
H A Dwo_prof_array_field.c5 typedef struct basic struct
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/
H A Dpstring.cc34 re.assign(cs, sizeof(cs)-1, std::tr1::regex_constants::basic);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/
H A Dpstring.cc34 re.assign(cs, sizeof(cs)-1, std::tr1::regex_constants::basic);

Completed in 144 milliseconds

1234567