Searched refs:func4 (Results 1 – 8 of 8) sorted by relevance
15 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()
11 extern void func4 (int) __attribute__((nonnull(1))); /* { dg-error "references non-pointer" } */
25 static void func4(void) in func4() function77 func4 ();
94 if [set_a_tracepoint func4] then { return 1; }
73 short func4 () in func4() function104 if (typeid(func1) == typeid(func4)) error (83); in main()105 if (typeid(func3) == typeid(func4)) error (84); in main()
23 static int func4 (int a) { return func0(a) + a; } /* pure */ in func4() function53 r = func4(0); in main()
15 sub func4 { subroutine
268 eval { func4(); };269 ok( $@, q[not exported function - func4] );