Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/XRay/
H A DProfileTest.cpp30 auto Path0 = P.internPath({3, 2, 1}); in TEST() local
33 EXPECT_THAT(Path0, Eq(Path1)); in TEST()
34 EXPECT_THAT(Path0, Not(Eq(Path2))); in TEST()