Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2744 bool hasUsedSRet = false; in ConstructAttributeList() local
2753 hasUsedSRet = true; in ConstructAttributeList()
2950 if (!hasUsedSRet && RetTy->isVoidType()) { in ConstructAttributeList()
2952 hasUsedSRet = true; in ConstructAttributeList()