Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccessTest.cpp63 uint32_t Test_UInt32 = 0; in TEST() local
81 MemAccess->writeUInt32s({{ExecutorAddr::fromPtr(&Test_UInt32), 1}}); in TEST()
83 EXPECT_EQ(Test_UInt32, 1U); in TEST()