Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DCPPLanguageRuntime.cpp174 llvm::StringRef first_template_parameter = in FindLibCppStdFunctionCallableInfo() local
189 auto get_name = [&first_template_parameter, &symbol]() { in FindLibCppStdFunctionCallableInfo()
195 if (first_template_parameter.contains("$_")) in FindLibCppStdFunctionCallableInfo()
196 return llvm::Regex::escape(first_template_parameter.str()) + in FindLibCppStdFunctionCallableInfo()
218 return first_template_parameter.str() + R"(::operator\(\)\(.*\))"; in FindLibCppStdFunctionCallableInfo()
244 if (first_template_parameter.contains("$_") || in FindLibCppStdFunctionCallableInfo()