Home
last modified time | relevance | path

Searched refs:func_from_c (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/test/API/symbol_ondemand/breakpoint_language/
H A Dmain.cpp2 extern "C" int func_from_c();
6 func_from_c(); in main()
H A Dc_lang.c1 int func_from_c() { return 5; } in func_from_c() function
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_language/
H A Dmain.cpp2 extern "C" int func_from_c();
8 func_from_c(); in main()
H A Da.c2 func_from_c () in func_from_c() function