| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| H A D | nonnull-1.c | 8 extern void func1 (char *, char *, int) __attribute__((nonnull)); 21 func1(cp1, cp2, i1); in foo() 23 func1(NULL, cp2, i1); /* { dg-warning "null" "null with argless nonnull 1" } */ in foo() 24 func1(cp1, NULL, i1); /* { dg-warning "null" "null with argless nonnull 2" } */ in foo() 25 func1(cp1, cp2, 0); in foo() 33 func1(i1 ? cp1 : NULL, cp2, i3); /* { dg-warning "null" "null with cond expr rhs" } */ in foo() 34 func1(i1 ? NULL : cp1, cp2, i3); /* { dg-warning "null" "null with cond expr lhs" } */ in foo() 35 …func1(i1 ? (i2 ? cp1 : NULL) : cp2, cp3, i3); /* { dg-warning "null" "null with nested cond expr" … in foo()
|
| H A D | nonnull-2.c | 5 extern void func1 () __attribute__((nonnull)); /* { dg-error "without arguments" } */
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | pure-1.c | 17 extern int func1 (int) __attribute__ ((__const__)); 24 static int func5 (int a) { return a + func1(a); } /* const */ in func5() 38 r = func1(0); in main() 76 int func1 (int a) { return a - a; } /* const */ in func1() function
|
| H A D | 950426-1.c | 14 if ( func1( &p1->m1 ) == -1 ) in main() 30 func1(int *p) { return(*p); } in func1() function
|
| H A D | 990525-2.c | 7 int func1() in func1() function 35 func1(); in main()
|
| H A D | 20010122-1.c | 81 void *(*func1[6])(void) = { test1, test2, test3, test4, test5, test6 }; variable 85 save_ret1[i] = func1[i] (); in call_func1()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
| H A D | misc16.C | 14 Uint32 func1(Uint32, Uint32) in func1() function 19 Uint32 (*mf[])(Uint32, Uint32) = {func0, func1};
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | return.c | 4 void func1 () in func1() function 30 func1 (); in main()
|
| H A D | signals.c | 27 func1 () in func1() function 55 func1 (); in main()
|
| H A D | auxv.c | 70 func1 (int x) in func1() function 77 func1 (10); in main()
|
| H A D | coremaker2.c | 69 func1 (int x) in func1() function 76 func1 (10); in main()
|
| H A D | coremaker.c | 131 func1 () in func1() function 139 func1 (); in main()
|
| H A D | watchpoint.c | 99 func1 () in func1() function 124 func1 (); in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
| H A D | hmc1.C | 6 void func1(int n=1); 10 void Class<I>::func1(int n) {} in func1() function
|
| H A D | overload30.C | 15 T* func1 (T* t) { return t; } in func1() function 17 Temp<Foo*(*)(Foo*)> temp2(func1);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | s9959.C | 10 virtual void func1() { in func1() function 17 virtual void func1(void) { in func1() function
|
| H A D | pmf2.C | 15 void func1(int &item) { printf("func1(%d)\n",item);} in func1() function 45 B_table::B_ti_fn z = &B_table::func1; in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/ |
| H A D | mangle6.C | 10 int128 func1 (int128) const { return i; } in func1() function 14 int128 (S::*ptr1) (int128) const = &S::func1;
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/ |
| H A D | circ.c | 13 static void func1(void) in func1() function 74 func1 ();
|
| /openbsd-src/gnu/usr.bin/perl/dist/Safe/t/ |
| H A D | safesort.t | 22 my $func1 = $safe->reval(<<'EOS'); 36 my ($l_sorted, $p_sorted) = $func1->(3,1,2);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| H A D | rtti1.C | 64 int func1 () in func1() function 102 if (typeid(func1) != typeid(func2)) error (81); in main() 104 if (typeid(func1) == typeid(func4)) error (83); in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/ |
| H A D | 15309-2.C | 8 virtual int func1(int);
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/ |
| H A D | AutoLoad.pm | 11 sub func1 { subroutine
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | dll.c | 6 func1 (int a) in func1() function
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/ |
| H A D | TestModule.pm | 29 sub func1 { return "func1"; } subroutine
|