Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp494 MangledName, FunctionIdentifierCodeGroup::DoubleUnder); in demangleFunctionIdentifierCode()
613 static IFK DoubleUnder[36] = { in translateIntrinsicFunctionCode() local
659 case FunctionIdentifierCodeGroup::DoubleUnder: in translateIntrinsicFunctionCode()
660 return DoubleUnder[Index]; in translateIntrinsicFunctionCode()
687 case FunctionIdentifierCodeGroup::DoubleUnder: in demangleFunctionIdentifierCode()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h135 enum class FunctionIdentifierCodeGroup { Basic, Under, DoubleUnder }; enumerator