Home
last modified time | relevance | path

Searched refs:func3 (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dnonnull-1.c12 extern void func3 (char *, int, char *, int)
30 func3(NULL, i2, cp3, i3); /* { dg-warning "null" "null with explicit nonnull 1" } */ in foo()
31 func3(cp3, i2, NULL, i3); /* { dg-warning "null" "null with explicit nonnull 3" } */ in foo()
H A Dnonnull-2.c9 extern void func3 (char *) __attribute__((nonnull(foo))); /* { dg-error "invalid operand number" } …
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpure-1.c22 static int func3 (int a) { return a * 3; } /* const */ in func3() function
26 static int func7 (int a) { return a + func3(a); } /* const */ in func7()
48 r = func3(0); in main()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dreturn.c16 func3 () in func3() function
33 tmp3 = func3 (); in main()
H A Dadvance.c27 int func3 () in func3() function
46 func3 (); /* break here */ in main()
H A Dwatchpoint.c87 func3 () in func3() function
186 func3 (); in main()
H A Dwatchpoint.exp633 if [runto func3] then {
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dcirc.c21 static void func3(void) in func3() function
76 func3 ();
H A Dcirc.exp93 if [set_a_tracepoint func3] then { return 1; }
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Drtti1.C70 int func3 (int i) in func3() function
103 if (typeid(func2) == typeid(func3)) error (82); in main()
105 if (typeid(func3) == typeid(func4)) error (84); in main()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Drtti1.cc84 void func3 () in func3() function
104 n2::n3::func3(); in main()
/openbsd-src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/
H A DNotAutoLoad.pm11 sub func3 { subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/
H A D01_Module_Load_Conditional.t265 eval { func3(); };
266 ok( $@, q[not exported function - func3] );
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlmod.pod468 our @EXPORT_OK = qw($Var1 %Hashit func3);
495 # as Some::Module::func3()
496 sub func3 { ... }
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/
H A DChangeLog1215 (n2::n3::func3): New.
1216 (main): Call n2::n3::func3.
3015 * gdb.base/watchpoint.c (func3): New function.
3016 (main): Call func3.