Home
last modified time | relevance | path

Searched refs:func0 (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpure-1.c16 extern int func0 (int) __attribute__ ((__pure__));
23 static int func4 (int a) { return func0(a) + a; } /* pure */ in func4()
33 r = func0(0); in main()
75 int func0 (int a) { return a - i; } /* pure */ in func0() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dmisc16.C9 Uint32 func0(Uint32, Uint32) in func0() function
19 Uint32 (*mf[])(Uint32, Uint32) = {func0, func1};
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dcirc.c9 static void func0(void) in func0() function
73 func0 ();
H A Dcirc.exp90 if [set_a_tracepoint func0] then { return 1; }
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900520_04.C22 void func0 () in func0() function