reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

utils/unittest/googletest/include/gtest/gtest.h
 1363 GTEST_API_ void InitGoogleTest(int* argc, char** argv);

References

unittests/CodeGen/GlobalISel/PatternMatchTest.cpp
  330   ::testing::InitGoogleTest(&argc, argv);
unittests/CodeGen/TargetOptionsTest.cpp
   73   ::testing::InitGoogleTest(&argc, argv);
unittests/MI/LiveIntervalTest.cpp
  465   ::testing::InitGoogleTest(&argc, argv);
unittests/tools/llvm-cfi-verify/FileAnalysis.cpp
 1091   ::testing::InitGoogleTest(&argc, argv);
utils/unittest/googlemock/src/gmock.cc
  131   InitGoogleTest(argc, argv);