Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp4115 static bool hasInAllocaArgs(CodeGenModule &CGM, CallingConv ExplicitCC, in hasInAllocaArgs() argument
4121 if (ExplicitCC == CC_Swift || ExplicitCC == CC_SwiftAsync) in hasInAllocaArgs()
4162 CallingConv ExplicitCC = CC_C; in EmitCallArgs() local
4170 ExplicitCC = getCallingConventionForDecl( in EmitCallArgs()
4177 ExplicitCC = FPT->getExtInfo().getCC(); in EmitCallArgs()
4244 if (hasInAllocaArgs(CGM, ExplicitCC, ArgTypes)) { in EmitCallArgs()