Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Demangle/
DMicrosoftDemangle.cpp497 MangledName, FunctionIdentifierCodeGroup::DoubleUnder); in demangleFunctionIdentifierCode()
616 static IFK DoubleUnder[36] = { in translateIntrinsicFunctionCode() local
662 case FunctionIdentifierCodeGroup::DoubleUnder: in translateIntrinsicFunctionCode()
663 return DoubleUnder[Index]; in translateIntrinsicFunctionCode()
690 case FunctionIdentifierCodeGroup::DoubleUnder: in demangleFunctionIdentifierCode()
/openbsd/src/gnu/llvm/llvm/include/llvm/Demangle/
DMicrosoftDemangle.h133 enum class FunctionIdentifierCodeGroup { Basic, Under, DoubleUnder }; enumerator