Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dcirc.c29 static void func5(void) in func5() function
78 func5();
H A Dcirc.exp95 if [set_a_tracepoint func5] then { return 1; }
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpure-1.c24 static int func5 (int a) { return a + func1(a); } /* const */ in func5() function
58 r = func5(0); in main()