Searched refs:foo_func (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/Index/Inputs/
H A Dfoo.h3 void foo_func(int param1);
H A Dt2.c7 foo_func(global_var);
H A Dt1.c3 void foo_func(int param1) { function
/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dtest_load_library.cpp31 FunctionPtr foo_func; local
33 library, "Foo", reinterpret_cast<void**>(&foo_func))) {
38 (*foo_func)();
H A Dtest_constructors_destructors.cpp44 FunctionPtr foo_func; local
46 library, "Foo", reinterpret_cast<void**>(&foo_func))) {
51 (*foo_func)();
H A Dtest_load_library_depends.cpp42 FunctionPtr foo_func; local
44 library, "Foo", reinterpret_cast<void**>(&foo_func))) {
H A Dtest_load_library_callbacks.cpp75 FunctionPtr foo_func; local
77 library, "Foo", reinterpret_cast<void**>(&foo_func))) {
82 (*foo_func)();
H A Dtest_relocated_shared_relro.cpp56 FunctionPtr foo_func; local
58 foo.library, "Foo", reinterpret_cast<void**>(&foo_func)))
62 (*foo_func)();
H A Dtest_shared_relro.cpp62 FunctionPtr foo_func; local
64 foo.library, "Foo", reinterpret_cast<void**>(&foo_func)))
68 (*foo_func)();
/external/chromium_org/v8/test/cctest/
H A Dtest-heap-profiler.cc2305 const v8::HeapGraphNode* foo_func = local
2307 CHECK_NE(NULL, foo_func);
2309 GetProperty(foo_func, v8::HeapGraphEdge::kInternal, "code");

Completed in 1093 milliseconds