Searched defs:bar_func (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Index/Inputs/
H A Dt2.c5 void bar_func(void) { function
/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dtest_load_library_depends.cpp32 FunctionPtr bar_func; local
34 library, "Bar", reinterpret_cast<void**>(&bar_func))) {
39 (*bar_func)();
H A Dtest_two_shared_relros.cpp71 FunctionPtr bar_func; local
73 bar.library, "Bar", reinterpret_cast<void**>(&bar_func)))
77 (*bar_func)();

Completed in 131 milliseconds