HomeSort by relevance Sort by last modified time
    Searched refs:test_function (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/memory/
scoped_native_library_unittest.cc 23 FARPROC test_function; local
27 test_function = reinterpret_cast<FARPROC>(
29 EXPECT_EQ(0, IsBadCodePtr(test_function));
31 EXPECT_NE(0, IsBadCodePtr(test_function));
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-function.cpp 77 void test_function() { function

Completed in 80 milliseconds