Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Demangle/
H A DItaniumDemangle.cpp335 int InternalStatus = demangle_success; in itaniumDemangle() local
342 InternalStatus = demangle_invalid_mangled_name; in itaniumDemangle()
344 InternalStatus = demangle_memory_alloc_failure; in itaniumDemangle()
355 *Status = InternalStatus; in itaniumDemangle()
356 return InternalStatus == demangle_success ? Buf : nullptr; in itaniumDemangle()
H A DMicrosoftDemangle.cpp2194 int InternalStatus = demangle_success; in microsoftDemangle() local
2205 InternalStatus = demangle_invalid_mangled_name; in microsoftDemangle()
2207 InternalStatus = demangle_memory_alloc_failure; in microsoftDemangle()
2217 *Status = InternalStatus; in microsoftDemangle()
2218 return InternalStatus == demangle_success ? Buf : nullptr; in microsoftDemangle()