Searched refs:func_02 (Results 1 – 13 of 13) sorted by relevance
16 template<typename T> void func_02();17 template<typename T> void func_02();18 template<> void func_02<int>();19 template<> void func_02<long>();20 template<typename T> void func_02();23 func_02<int*>(); in main_02()24 func_02<char>(); in main_02()
7 auto func_02(int x) -> int { return 2 + x; } in func_02() function
85 void func_02(bool param = true);89 friend void func_02(bool param);104 func_02(); in main()
13 void func_02() {} // expected-note{{previous definition is here}} in func_02() function15 …friend inline void func_02(); // expected-error{{inline declaration of 'func_02' follows non-inlin…
14 T func_02(T x) { in func_02() function21 return func_02(x); in func_03()
13 int func_02 (int x) { in func_02() function
12 float func_02(float x, float y) { in func_02() function
40 S2 *func_02() { in func_02() function
36 char func_02() { in func_02() function
37 char func_02() { in func_02() function
60 define void @func_02() {62 ; GP64-LABEL: func_02:
69 define void @func_02() {71 ; GP64-LABEL: func_02: