Home
last modified time | relevance | path

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

/external/llvm/unittests/Support/
DYAMLIOTest.cpp2183 struct FlowMap { struct
2185 FlowMap(llvm::StringRef str1, llvm::StringRef str2, llvm::StringRef str3) in FlowMap() function
2198 struct MappingTraits<FlowMap> {
2199 static void mapping(IO &io, FlowMap &fm) { in mapping()
2228 FlowMap Map("This is str1", "This is str2", "This is str3"); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DYAMLIOTest.cpp2275 struct FlowMap { struct
2277 FlowMap(llvm::StringRef str1, llvm::StringRef str2, llvm::StringRef str3) in FlowMap() function
2290 struct MappingTraits<FlowMap> {
2291 static void mapping(IO &io, FlowMap &fm) { in mapping()
2320 FlowMap Map("This is str1", "This is str2", "This is str3"); in TEST()