Home
last modified time | relevance | path

Searched refs:InitGoogleTest (Results 1 – 25 of 25) sorted by relevance

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest_main.cc42 void setup() { testing::InitGoogleTest(); } in setup()
55 testing::InitGoogleTest(); in main()
63 testing::InitGoogleTest(&argc, argv); in main()
H A Dgtest.cc6794 void InitGoogleTest(int* argc, char** argv) { in InitGoogleTest() function
6804 void InitGoogleTest(int* argc, wchar_t** argv) { in InitGoogleTest() function
6814 void InitGoogleTest() { in InitGoogleTest() function
/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A Ddriver.cpp12 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project/compiler-rt/lib/gwp_asan/tests/
H A Ddriver.cpp12 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project/compiler-rt/lib/xray/tests/unit/
H A Dxray_unit_test_main.cpp15 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project/compiler-rt/lib/memprof/tests/
H A Ddriver.cpp12 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_unit_test_main.cpp16 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dorc_unit_test_main.cpp16 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project/compiler-rt/lib/nsan/tests/
H A Dnsan_unit_test_main.cpp16 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project/compiler-rt/lib/interception/tests/
H A Dinterception_test_main.cpp19 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test_main.cpp18 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_test_main.cpp38 testing::InitGoogleTest(&argc, argv); in main()
H A Dasan_benchmarks_test.cpp82 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_test_main.cpp20 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dscudo_unit_test_main.cpp51 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test.cpp39 testing::InitGoogleTest(&argc, argv); in run_tests()
/llvm-project/llvm/unittests/Support/CommandLineInit/
H A DCommandLineInitTest.cpp32 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project/llvm/unittests/CodeGen/
H A DTargetOptionsTest.cpp74 ::testing::InitGoogleTest(&argc, argv); in main()
/llvm-project/third-party/unittest/googlemock/src/
H A Dgmock.cc148 InitGoogleTest(argc, argv); in InitGoogleMockImpl()
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h1343 GTEST_API_ void InitGoogleTest(int* argc, char** argv);
1347 GTEST_API_ void InitGoogleTest(int* argc, wchar_t** argv);
1351 GTEST_API_ void InitGoogleTest();
/llvm-project/compiler-rt/lib/fuzzer/tests/
H A DFuzzedDataProviderUnittest.cpp448 testing::InitGoogleTest(&argc, argv); in main()
H A DFuzzerUnittest.cpp1428 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project/llvm/unittests/MI/
H A DLiveIntervalTest.cpp934 ::testing::InitGoogleTest(&argc, argv);
/llvm-project/llvm/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp1097 ::testing::InitGoogleTest(&argc, argv); in main()
/llvm-project/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp956 ::testing::InitGoogleTest(&argc, argv);