Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4031 static bool hasInAllocaArgs(CodeGenModule &CGM, CallingConv ExplicitCC, in hasInAllocaArgs() argument
4037 if (ExplicitCC == CC_Swift || ExplicitCC == CC_SwiftAsync) in hasInAllocaArgs()
4078 CallingConv ExplicitCC = CC_C; in EmitCallArgs() local
4086 ExplicitCC = getCallingConventionForDecl( in EmitCallArgs()
4093 ExplicitCC = FPT->getExtInfo().getCC(); in EmitCallArgs()
4161 if (hasInAllocaArgs(CGM, ExplicitCC, ArgTypes)) { in EmitCallArgs()