Searched refs:func3 (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| H A D | nonnull-1.c | 12 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 D | nonnull-2.c | 9 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 D | pure-1.c | 22 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 D | return.c | 16 func3 () in func3() function 33 tmp3 = func3 (); in main()
|
| H A D | advance.c | 27 int func3 () in func3() function 46 func3 (); /* break here */ in main()
|
| H A D | watchpoint.c | 87 func3 () in func3() function 186 func3 (); in main()
|
| H A D | watchpoint.exp | 633 if [runto func3] then {
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/ |
| H A D | circ.c | 21 static void func3(void) in func3() function 76 func3 ();
|
| H A D | circ.exp | 93 if [set_a_tracepoint func3] then { return 1; }
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| H A D | rtti1.C | 70 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 D | rtti1.cc | 84 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 D | NotAutoLoad.pm | 11 sub func3 { subroutine
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/ |
| H A D | 01_Module_Load_Conditional.t | 265 eval { func3(); }; 266 ok( $@, q[not exported function - func3] );
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlmod.pod | 468 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 D | ChangeLog | 1215 (n2::n3::func3): New. 1216 (main): Call n2::n3::func3. 3015 * gdb.base/watchpoint.c (func3): New function. 3016 (main): Call func3.
|