Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Demangle/
H A DDemangle.cpp45 static bool isRustEncoding(std::string_view S) { return starts_with(S, "_R"); } in isRustEncoding() function
62 else if (isRustEncoding(MangledName)) in nonMicrosoftDemangle()