Searched defs:foo9 (Results 1 – 14 of 14) sorted by relevance
18 static void foo9(int *a) __attribute__((interrupt)) {} in foo9() function
15 __attribute__((interrupt())) void foo9() {} in foo9() function
16 __attribute__((interrupt("vector=hw4"))) void foo9() {} in foo9() function
65 void __attribute__((__overloadable__)) foo9(float4 f) {} in foo9() function
68 void foo9(void) { in foo9() function
107 template<class T1, typename T2> struct foo9 : struct
44 __attribute__((interrupt)) void foo9(T *a) {} in foo9() function
1782 void foo9() { in foo9() function
19 type foo9 string type
42 type foo9[A any] interface { foo9 /* ERROR "invalid recursive type" */ [A] } type
55 int foo9() { function
1587 void foo9(int[] array, boolean expectInterpreter) { in foo9() method in Main
62 func foo9(xx, yy *int) *int { // ERROR "leaking param: xx to result ~r0 level=0$" "leaking param: y… func