Searched refs:looks_like_rust (Results 1 – 1 of 1) sorted by relevance
51 static bool looks_like_rust(const char *sym, size_t len);94 return looks_like_rust(sym, len_without_hash); in rust_is_mangled()130 static bool looks_like_rust(const char *str, size_t len) in looks_like_rust() function