Searched defs:isInAlloca (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h85 bool isInAlloca() const { return Flags & InAlloca; } function in struct:llvm::ISD::ArgFlagsTy
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h88 unsigned AllocaFieldIndex; // isInAlloca()
92 bool InAllocaSRet : 1; // isInAlloca()
236 bool isInAlloca() const { return TheKind == InAlloca; } function
346 assert(isInAlloca() && "Invalid kind!");
350 assert(isInAlloca() && "Invalid kind!");
357 assert(isInAlloca() && "Invalid kind!");
362 assert(isInAlloca() && "Invalid kind!");

Completed in 418 milliseconds