Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp1431 bool hasSRetArg() const { return SRetArgNo != InvalidIndex; } in hasSRetArg() function in __anon6af8234f0511::ClangToLLVMArgMapping
1433 assert(hasSRetArg()); in getSRetArgNo()
1624 if (IRFunctionArgs.hasSRetArg()) { in GetFunctionType()
2303 if (IRFunctionArgs.hasSRetArg()) { in ConstructAttributeList()
2625 if (IRFunctionArgs.hasSRetArg()) { in EmitFunctionProlog()
4687 if (IRFunctionArgs.hasSRetArg()) { in EmitCall()