Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp1850 bool hasUsedSRet = false; in ConstructAttributeList() local
1856 hasUsedSRet = true; in ConstructAttributeList()
1967 if (!hasUsedSRet && RetTy->isVoidType()) { in ConstructAttributeList()
1969 hasUsedSRet = true; in ConstructAttributeList()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp2136 bool hasUsedSRet = false; in ConstructAttributeList() local
2143 hasUsedSRet = true; in ConstructAttributeList()
2306 if (!hasUsedSRet && RetTy->isVoidType()) { in ConstructAttributeList()
2308 hasUsedSRet = true; in ConstructAttributeList()