Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Support/
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()