Searched refs:loc_str (Results 1 – 3 of 3) sorted by relevance
217 boundary_set_from_string (boundary *bound, char *loc_str) in boundary_set_from_string() argument221 char *delim = mbsrchr (loc_str, '.'); in boundary_set_from_string()225 delim = mbsrchr (loc_str, ':'); in boundary_set_from_string()229 bound->file = uniqstr_new (loc_str); in boundary_set_from_string()
124 void boundary_set_from_string (boundary *bound, char *loc_str);
663 std::string loc_str; in GetLocString() local664 llvm::raw_string_ostream os(loc_str); in GetLocString()