Home
last modified time | relevance | path

Searched defs:InsertUnique (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DTypeMap.cpp34 bool TypeMap::InsertUnique(const TypeSP &type_sp) { in InsertUnique() function in TypeMap
/openbsd-src/gnu/llvm/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp70 auto InsertUnique = [&](char32_t CP, std::string Name) { in loadDataFiles() local