Home
last modified time | relevance | path

Searched refs:FC_NoParameterList (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h217 FC_NoParameterList = 1 << 8, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1259 FSN->Signature->FunctionClass = FC_NoParameterList; in demangleVcallThunkNode()
1604 return FuncClass(FC_ExternC | FC_NoParameterList); in demangleFunctionClass()
1885 if (FC & FC_NoParameterList) { in demangleFunctionEncoding()
H A DMicrosoftDemangleNodes.cpp418 if (!(FunctionClass & FC_NoParameterList)) { in outputPost()