Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DTypeMap.h38 bool InsertUnique(const lldb::TypeSP &type);
/llvm-project-15.0.7/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp70 auto InsertUnique = [&](char32_t CP, std::string Name) { in loadDataFiles() local
79 InsertUnique(CodePoint, std::move(Name)); in loadDataFiles()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DTypeMap.cpp34 bool TypeMap::InsertUnique(const TypeSP &type_sp) { in InsertUnique() function in TypeMap
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2456 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()
2520 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp6983 auto InsertUnique = [&](const SCEV *S) { in collectUniqueOps() local
6989 InsertUnique(Op); in collectUniqueOps()
6992 InsertUnique(Op); in collectUniqueOps()
6995 InsertUnique(Op); in collectUniqueOps()