HomeSort by relevance Sort by last modified time
    Searched refs:last_colon (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Target/
CPPLanguageRuntime.cpp 198 const char *last_colon = strrchr (name, ':'); local
200 if (last_colon == NULL)
207 if (last_colon == name)
209 else if (last_colon[-1] != ':')
214 base_name_start = last_colon + 1;
  /external/clang/tools/c-index-test/
c-index-test.c 1680 const char *last_colon = strrchr(input, ':'); local
    [all...]

Completed in 934 milliseconds