Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp2364 bool hasUsedSRet = false; in ConstructAttributeList() local
2371 hasUsedSRet = true; in ConstructAttributeList()
2563 if (!hasUsedSRet && RetTy->isVoidType()) { in ConstructAttributeList()
2565 hasUsedSRet = true; in ConstructAttributeList()