Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2627 bool hasUsedSRet = false; in ConstructAttributeList() local
2636 hasUsedSRet = true; in ConstructAttributeList()
2828 if (!hasUsedSRet && RetTy->isVoidType()) { in ConstructAttributeList()
2830 hasUsedSRet = true; in ConstructAttributeList()