| /llvm-project/third-party/unittest/googletest/src/ |
| H A D | gtest_main.cc | 42 void setup() { testing::InitGoogleTest(); } in setup() 55 testing::InitGoogleTest(); in main() 63 testing::InitGoogleTest(&argc, argv); in main()
|
| H A D | gtest.cc | 6794 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 D | driver.cpp | 12 testing::InitGoogleTest(&argc, argv); in main()
|
| /llvm-project/compiler-rt/lib/gwp_asan/tests/ |
| H A D | driver.cpp | 12 testing::InitGoogleTest(&argc, argv); in main()
|
| /llvm-project/compiler-rt/lib/xray/tests/unit/ |
| H A D | xray_unit_test_main.cpp | 15 testing::InitGoogleTest(&argc, argv); in main()
|
| /llvm-project/compiler-rt/lib/memprof/tests/ |
| H A D | driver.cpp | 12 testing::InitGoogleTest(&argc, argv); in main()
|
| /llvm-project/compiler-rt/lib/tsan/tests/unit/ |
| H A D | tsan_unit_test_main.cpp | 16 testing::InitGoogleTest(&argc, argv); in main()
|
| /llvm-project/compiler-rt/lib/orc/tests/unit/ |
| H A D | orc_unit_test_main.cpp | 16 testing::InitGoogleTest(&argc, argv); in main()
|
| /llvm-project/compiler-rt/lib/nsan/tests/ |
| H A D | nsan_unit_test_main.cpp | 16 testing::InitGoogleTest(&argc, argv); in main()
|
| /llvm-project/compiler-rt/lib/interception/tests/ |
| H A D | interception_test_main.cpp | 19 testing::InitGoogleTest(&argc, argv); in main()
|
| /llvm-project/compiler-rt/lib/msan/tests/ |
| H A D | msan_test_main.cpp | 18 testing::InitGoogleTest(&argc, argv); in main()
|
| /llvm-project/compiler-rt/lib/asan/tests/ |
| H A D | asan_test_main.cpp | 38 testing::InitGoogleTest(&argc, argv); in main()
|
| H A D | asan_benchmarks_test.cpp | 82 testing::InitGoogleTest(&argc, argv); in main()
|
| /llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_test_main.cpp | 20 testing::InitGoogleTest(&argc, argv); in main()
|
| /llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | scudo_unit_test_main.cpp | 51 testing::InitGoogleTest(&argc, argv); in main()
|
| /llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
| H A D | tsan_test.cpp | 39 testing::InitGoogleTest(&argc, argv); in run_tests()
|
| /llvm-project/llvm/unittests/Support/CommandLineInit/ |
| H A D | CommandLineInitTest.cpp | 32 testing::InitGoogleTest(&argc, argv); in main()
|
| /llvm-project/llvm/unittests/CodeGen/ |
| H A D | TargetOptionsTest.cpp | 74 ::testing::InitGoogleTest(&argc, argv); in main()
|
| /llvm-project/third-party/unittest/googlemock/src/ |
| H A D | gmock.cc | 148 InitGoogleTest(argc, argv); in InitGoogleMockImpl()
|
| /llvm-project/third-party/unittest/googletest/include/gtest/ |
| H A D | gtest.h | 1343 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 D | FuzzedDataProviderUnittest.cpp | 448 testing::InitGoogleTest(&argc, argv); in main()
|
| H A D | FuzzerUnittest.cpp | 1428 testing::InitGoogleTest(&argc, argv); in main()
|
| /llvm-project/llvm/unittests/MI/ |
| H A D | LiveIntervalTest.cpp | 934 ::testing::InitGoogleTest(&argc, argv);
|
| /llvm-project/llvm/unittests/tools/llvm-cfi-verify/ |
| H A D | FileAnalysis.cpp | 1097 ::testing::InitGoogleTest(&argc, argv); in main()
|
| /llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
| H A D | PatternMatchTest.cpp | 956 ::testing::InitGoogleTest(&argc, argv);
|