Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp2417 bool hasUsedSRet = false; in ConstructAttributeList() local
2424 hasUsedSRet = true; in ConstructAttributeList()
2613 if (!hasUsedSRet && RetTy->isVoidType()) { in ConstructAttributeList()
2615 hasUsedSRet = true; in ConstructAttributeList()