Searched refs:equivalents (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Target/
H A DCPPLanguageRuntime.cpp44 std::vector<ConstString>& equivalents)
53 equivalents.push_back(match->value);
60 // partial matches can occur when a name with equivalents is a template argument.
67 std::vector<ConstString>& equivalents)
83 equivalents);
109 std::vector<ConstString>& equivalents)
132 equivalents.push_back(target_const);
220 CPPLanguageRuntime::FindEquivalentNames(ConstString type_name, std::vector<ConstString>& equivalents) argument
222 uint32_t count = GetEquivalentsMap().FindExactMatches(type_name, equivalents);
230 count = GetEquivalentsMap().FindPartialMatches(type_name, equivalents);
43 FindExactMatches(ConstString& type_name, std::vector<ConstString>& equivalents) argument
66 FindPartialMatches(ConstString& type_name, std::vector<ConstString>& equivalents) argument
107 AppendReplacements(const char* original, const char *matching_key, std::vector<ConstString>& equivalents) argument
[all...]
/external/lldb/include/lldb/Target/
H A DCPPLanguageRuntime.h141 // can be used as a search key in FindTypes(). the equivalents map here is meant to return possible alternative names
145 FindEquivalentNames(ConstString type_name, std::vector<ConstString>& equivalents);
/external/lldb/utils/vim-lldb/plugin/
H A Dlldb.vim55 " equivalents.
/external/bison/build-aux/
H A Dtexinfo.tex1348 % much work for too little return. Just use the ASCII equivalents
4189 % So \let them to their normal equivalents.
/external/llvm/test/MC/AArch64/
H A Darm64-simd-ldst.s1298 ; ARM verbose syntax equivalents to the above.

Completed in 756 milliseconds