Home
last modified time | relevance | path

Searched defs:TestData (Results 1 – 9 of 9) sorted by relevance

/llvm-project/compiler-rt/lib/xray/tests/unit/
H A Dallocator_test.cpp20 struct TestData { struct
21 s64 First;
22 s64 Second;
H A Dsegmented_array_test.cpp14 struct TestData { struct
15 s64 First;
16 s64 Second;
19 TestData(s64 F, s64 S) : First(F), Second(S) {} in TestData() argument
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dmutex_test.cpp16 class TestData { class
18 explicit TestData(scudo::HybridMutex &M) : Mutex(M) { in TestData() function in TestData
/llvm-project/llvm/unittests/Support/
H A DCRCTest.cpp51 uint8_t *TestData = (uint8_t*)calloc(TestSize, 1); in TEST() local
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mutex_test.cpp24 class TestData { class
26 explicit TestData(MutexType *mtx) in TestData() function in __sanitizer::TestData
/llvm-project/llvm/unittests/Object/
H A DELFTypesTest.cpp48 NoteTestData<ELF64LE> TestData; in TEST() local
/llvm-project/lldb/unittests/Instruction/RISCV/
H A DTestRISCVEmulator.cpp383 struct TestData { struct
391 std::vector<TestData> tests = { in TEST_F() argument
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dinternal_symbolizer.cpp134 void TestData() { in TestData() function
/llvm-project/llvm/unittests/DebugInfo/MSF/
H A DMappedBlockStreamTest.cpp294 static uint8_t TestData[] = {'T', 'E', 'S', 'T', 'I', 'N', 'G', '.'}; in TEST() local