Searched refs:func_p (Results 1 – 2 of 2) sorted by relevance
310 void (*func_p)() = nullptr; in main() local313 func_p = hello; in main()315 func_p = swap_chars; in main()318 printf("code address: %p\n", func_p); in main()320 void (*func_p)() = nullptr; in main() local323 func_p = hello; in main()325 func_p = swap_chars; in main()326 func_p(); in main()
292 define i32 @func_p(i32 %a, i32 %b) nounwind {293 ; CHECK-LABEL: func_p: