Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp244 size_t first_comma = vtable_name.find(','); in FindLibCppStdFunctionCallableInfo() local
247 vtable_name.slice(first_open_angle_bracket, first_comma); in FindLibCppStdFunctionCallableInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp160 const char *first_comma = strchr(packet_data, ','); in SendRawPacketNoLock() local
161 if (first_comma) { in SendRawPacketNoLock()
162 const char *second_comma = strchr(first_comma + 1, ','); in SendRawPacketNoLock()