Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DItaniumDemangle.cpp334 int InternalStatus = demangle_success; in itaniumDemangle() local
341 InternalStatus = demangle_invalid_mangled_name; in itaniumDemangle()
343 InternalStatus = demangle_memory_alloc_failure; in itaniumDemangle()
354 *Status = InternalStatus; in itaniumDemangle()
355 return InternalStatus == demangle_success ? Buf : nullptr; in itaniumDemangle()
H A DMicrosoftDemangle.cpp2363 int InternalStatus = demangle_success; in microsoftDemangle() local
2365 InternalStatus = demangle_invalid_mangled_name; in microsoftDemangle()
2367 InternalStatus = demangle_memory_alloc_failure; in microsoftDemangle()
2377 *Status = InternalStatus; in microsoftDemangle()
2378 return InternalStatus == demangle_success ? Buf : nullptr; in microsoftDemangle()