Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp199 std::pair<ManglingItr, bool> emplace_result = in getManglingNumber() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp964 auto emplace_result = m_global_vars.try_emplace(toOpaqueUid(var_id), nullptr); in GetOrCreateGlobalVariable() local
981 auto emplace_result = m_functions.try_emplace(toOpaqueUid(func_id), nullptr); in GetOrCreateFunction() local
991 auto emplace_result = in GetOrCreateCompileUnit() local