Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp1425 bool hasInallocaArg() const { return InallocaArgNo != InvalidIndex; } in hasInallocaArg() function in __anon6af8234f0511::ClangToLLVMArgMapping
1427 assert(hasInallocaArg()); in getInallocaArgNo()
1633 if (IRFunctionArgs.hasInallocaArg()) { in GetFunctionType()
2315 if (IRFunctionArgs.hasInallocaArg()) { in ConstructAttributeList()
2325 if (FI.isInstanceMethod() && !IRFunctionArgs.hasInallocaArg() && in ConstructAttributeList()
2617 if (IRFunctionArgs.hasInallocaArg()) { in EmitFunctionProlog()
5073 assert(IRFunctionArgs.hasInallocaArg()); in EmitCall()
5136 if (IRFunctionArgs.hasInallocaArg() && in EmitCall()