HomeSort by relevance Sort by last modified time
    Searched defs:bar_func (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Index/Inputs/
t2.c 5 void bar_func(void) { function
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
test_load_library_depends.cpp 32 FunctionPtr bar_func; local
34 library, "Bar", reinterpret_cast<void**>(&bar_func))) {
39 (*bar_func)();
test_two_shared_relros.cpp 71 FunctionPtr bar_func; local
73 bar.library, "Bar", reinterpret_cast<void**>(&bar_func)))
77 (*bar_func)();
  /ndk/sources/android/crazy_linker/tests/
test_load_library_depends.cpp 32 FunctionPtr bar_func; local
34 library, "Bar", reinterpret_cast<void**>(&bar_func))) {
39 (*bar_func)();
test_two_shared_relros.cpp 71 FunctionPtr bar_func; local
73 bar.library, "Bar", reinterpret_cast<void**>(&bar_func)))
77 (*bar_func)();

Completed in 237 milliseconds