Searched defs:Func3 (Results 1 – 5 of 5) sorted by relevance
30 INTF <MyProto1> * Func3(INTF <MyProto2> *p2) function
19 void Func3(int*& a, int& b, const int&c, int&& d) { in Func3() function
41 int Func3(int x) { in Func3() function
31 void Func3(void) __attribute__((requires_capability)) {} // expected-error {{'requires_capability'… in Func3() function
51 template <void Func(void *)> void Func3() {} in Func3() function