Searched refs:func_02 (Results 1 – 14 of 14) 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()
29 define void @func_02(i32 %rm) {30 ; RV32IF-LABEL: func_02:40 ; RV64IF-LABEL: func_02:
3 define void @func_02(i32 %rm) {8 ; CHECK-LABEL: func_02:
40 S2 *func_02() { in func_02() function
43 define void @func_02() nounwind {44 ; X86-NOSSE-LABEL: func_02:53 ; X86-SSE-LABEL: func_02:65 ; X64-LABEL: func_02:
14 int func_02 (int x) { in func_02() function
37 char func_02() { in func_02() function
27 float func_02(float x, float y) { in func_02() function
69 define void @func_02() {71 ; GP64-LABEL: func_02: