Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp1396 bool hasInallocaArg() const { return InallocaArgNo != InvalidIndex; } in hasInallocaArg() function in __anon8199d0d30511::ClangToLLVMArgMapping
1398 assert(hasInallocaArg()); in getInallocaArgNo()
1602 if (IRFunctionArgs.hasInallocaArg()) { in GetFunctionType()
2022 if (IRFunctionArgs.hasInallocaArg()) { in ConstructAttributeList()
2266 if (IRFunctionArgs.hasInallocaArg()) { in EmitFunctionProlog()
4210 assert(IRFunctionArgs.hasInallocaArg()); in EmitCall()
4268 if (IRFunctionArgs.hasInallocaArg() && in EmitCall()