Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Basic/
H A DSarifTest.cpp283 constexpr unsigned int NUM_CASES = 3; in TEST_F() local
284 llvm::SmallVector<ThreadFlow, NUM_CASES> Threadflows; in TEST_F()
285 const char *HeaderTexts[NUM_CASES]{("#pragma once\n" in TEST_F()
293 const char *HeaderNames[NUM_CASES]{"/test-header-1.h", "/test-header-2.h", in TEST_F()
295 ThreadFlowImportance Importances[NUM_CASES]{ in TEST_F()
298 for (size_t Idx = 0; Idx != NUM_CASES; ++Idx) { in TEST_F()