Home
last modified time | relevance | path

Searched refs:func4 (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dnonnull-1.c15 extern void func4 (char *, char *) __attribute__((nonnull(1)))
37 func4(NULL, cp1); /* { dg-warning "null" "null with multiple attributes 1" } */ in foo()
38 func4(cp1, NULL); /* { dg-warning "null" "null with multiple attributes 2" } */ in foo()
H A Dnonnull-2.c11 extern void func4 (int) __attribute__((nonnull(1))); /* { dg-error "references non-pointer" } */
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dcirc.c25 static void func4(void) in func4() function
77 func4 ();
H A Dcirc.exp94 if [set_a_tracepoint func4] then { return 1; }
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Drtti1.C73 short func4 () in func4() function
104 if (typeid(func1) == typeid(func4)) error (83); in main()
105 if (typeid(func3) == typeid(func4)) error (84); in main()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpure-1.c23 static int func4 (int a) { return func0(a) + a; } /* pure */ in func4() function
53 r = func4(0); in main()
/openbsd-src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/
H A DNotAutoLoad.pm15 sub func4 { subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/
H A D01_Module_Load_Conditional.t268 eval { func4(); };
269 ok( $@, q[not exported function - func4] );