Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DItaniumManglingCanonicalizerTest.cpp319 CanonKey ThisKey = CanonicalizeFirst in testTestcases() local
322 EXPECT_NE(ThisKey, CanonKey()) << "couldn't canonicalize " << Str; in testTestcases()
324 EXPECT_EQ(ThisKey, ClassKey) in testTestcases()
327 ClassKey = ThisKey; in testTestcases()