HomeSort by: relevance | last modified time | path
    Searched refs:GTEST_NO_INLINE_ (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 766 # define GTEST_NO_INLINE_ __attribute__((noinline))
768 # define GTEST_NO_INLINE_
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 641 std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_;
gtest-death-test.cc 1282 // GTEST_NO_INLINE_ is required to prevent GCC 4.6 from inlining
1286 bool* result) GTEST_NO_INLINE_;

Completed in 28 milliseconds