Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DItaniumManglingCanonicalizerTest.cpp306 using CanonKey = llvm::ItaniumManglingCanonicalizer::Key; in testTestcases() typedef
308 std::map<const EquivalenceClass*, CanonKey> Keys; in testTestcases()
313 std::map<CanonKey, llvm::StringRef> Found; in testTestcases()
315 CanonKey ClassKey = Keys[&Class]; in testTestcases()
319 CanonKey ThisKey = CanonicalizeFirst in testTestcases()
322 EXPECT_NE(ThisKey, CanonKey()) << "couldn't canonicalize " << Str; in testTestcases()