Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp2365 int InternalStatus = demangle_success; in microsoftDemangle() local
2367 InternalStatus = demangle_invalid_mangled_name; in microsoftDemangle()
2369 InternalStatus = demangle_memory_alloc_failure; in microsoftDemangle()
2379 *Status = InternalStatus; in microsoftDemangle()
2380 return InternalStatus == demangle_success ? Buf : nullptr; in microsoftDemangle()