Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp2470 int InternalStatus = demangle_success; in microsoftDemangle() local
2473 InternalStatus = demangle_invalid_mangled_name; in microsoftDemangle()
2482 *Status = InternalStatus; in microsoftDemangle()
2483 return InternalStatus == demangle_success ? Buf : nullptr; in microsoftDemangle()