Home
last modified time | relevance | path

Searched refs:func_p (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A Dmain.cpp310 void (*func_p)() = nullptr; in main() local
313 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() local
323 func_p = hello; in main()
325 func_p = swap_chars; in main()
326 func_p(); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Djump_sign.ll292 define i32 @func_p(i32 %a, i32 %b) nounwind {
293 ; CHECK-LABEL: func_p: