Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DYAMLIOTest.cpp2462 struct FlowMap { struct
2464 FlowMap(llvm::StringRef str1, llvm::StringRef str2, llvm::StringRef str3) in FlowMap() argument
2477 struct MappingTraits<FlowMap> {
2478 static void mapping(IO &io, FlowMap &fm) { in mapping()
2507 FlowMap Map("This is str1", "This is str2", "This is str3"); in TEST()