Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DUnicode.h79 struct MatchForCodepointName { struct
85 SmallVector<MatchForCodepointName> argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DUnicodeNameToCodepoint.cpp421 llvm::SmallVector<MatchForCodepointName>
428 llvm::SmallVector<MatchForCodepointName> Matches; in nearestMatchesForCodepointName()
449 [&](const MatchForCodepointName &a, std::size_t Distance) { in nearestMatchesForCodepointName()
457 MatchForCodepointName M{GetName(), Distance, Value}; in nearestMatchesForCodepointName()