Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h218 FC_NoParameterList = 1 << 8, enumerator
/openbsd/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1260 FSN->Signature->FunctionClass = FC_NoParameterList; in demangleVcallThunkNode()
1593 return FuncClass(FC_ExternC | FC_NoParameterList); in demangleFunctionClass()
1876 if (FC & FC_NoParameterList) { in demangleFunctionEncoding()
H A DMicrosoftDemangleNodes.cpp419 if (!(FunctionClass & FC_NoParameterList)) { in outputPost()