Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/
H A Dxray_unit_test_main.cpp15 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project-15.0.7/compiler-rt/lib/memprof/tests/
H A Ddriver.cpp12 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/
H A Ddriver.cpp12 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project-15.0.7/compiler-rt/lib/orc/unittests/
H A Dorc_unit_test_main.cpp16 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project-15.0.7/compiler-rt/lib/interception/tests/
H A Dinterception_test_main.cpp19 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_unit_test_main.cpp16 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test_main.cpp18 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project-15.0.7/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-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_test_main.cpp20 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dscudo_unit_test_main.cpp53 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test.cpp39 testing::InitGoogleTest(&argc, argv); in run_tests()
/llvm-project-15.0.7/llvm/unittests/Support/CommandLineInit/
H A DCommandLineInitTest.cpp32 testing::InitGoogleTest(&argc, argv); in main()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DTargetOptionsTest.cpp74 ::testing::InitGoogleTest(&argc, argv); in main()
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock.cc147 InitGoogleTest(argc, argv); in InitGoogleMockImpl()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1487 GTEST_API_ void InitGoogleTest(int* argc, char** argv);
1491 GTEST_API_ void InitGoogleTest(int* argc, wchar_t** argv);
1495 GTEST_API_ void InitGoogleTest();
/llvm-project-15.0.7/llvm/unittests/MI/
H A DLiveIntervalTest.cpp687 ::testing::InitGoogleTest(&argc, argv); in main()
/llvm-project-15.0.7/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-15.0.7/llvm/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp1093 ::testing::InitGoogleTest(&argc, argv); in main()
/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp775 ::testing::InitGoogleTest(&argc, argv); in main()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc6102 void InitGoogleTest(int* argc, char** argv) { in InitGoogleTest() function
6112 void InitGoogleTest(int* argc, wchar_t** argv) { in InitGoogleTest() function
6122 void InitGoogleTest() { in InitGoogleTest() function