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.cpp2525 int InternalStatus = demangle_success; in microsoftDemangle() local
2528 InternalStatus = demangle_invalid_mangled_name; in microsoftDemangle()
2537 *Status = InternalStatus; in microsoftDemangle()
2538 return InternalStatus == demangle_success ? Buf : nullptr; in microsoftDemangle()