Home
last modified time | relevance | path

Searched refs:func6 (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dcirc.c33 static void func6(void) in func6() function
79 func6 ();
H A Dcirc.exp96 if [set_a_tracepoint func6] then { return 1; }
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpure-1.c25 static int func6 (int a) { return func2(a) + a; } /* pure */ in func6() function
63 r = func6(0); in main()