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