Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp1464 bool hasInallocaArg() const { return InallocaArgNo != InvalidIndex; } in hasInallocaArg() function in __anon5c86009b0511::ClangToLLVMArgMapping
1466 assert(hasInallocaArg()); in getInallocaArgNo()
1672 if (IRFunctionArgs.hasInallocaArg()) { in GetFunctionType()
2433 if (IRFunctionArgs.hasInallocaArg()) { in ConstructAttributeList()
2443 if (FI.isInstanceMethod() && !IRFunctionArgs.hasInallocaArg() && in ConstructAttributeList()
2751 if (IRFunctionArgs.hasInallocaArg()) { in EmitFunctionProlog()
5247 assert(IRFunctionArgs.hasInallocaArg()); in EmitCall()
5310 if (IRFunctionArgs.hasInallocaArg() && in EmitCall()