Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp4165 static bool hasInAllocaArgs(CodeGenModule &CGM, CallingConv ExplicitCC, in hasInAllocaArgs() argument
4171 if (ExplicitCC == CC_Swift || ExplicitCC == CC_SwiftAsync) in hasInAllocaArgs()
4212 CallingConv ExplicitCC = CC_C; in EmitCallArgs() local
4220 ExplicitCC = getCallingConventionForDecl( in EmitCallArgs()
4227 ExplicitCC = FPT->getExtInfo().getCC(); in EmitCallArgs()
4294 if (hasInAllocaArgs(CGM, ExplicitCC, ArgTypes)) { in EmitCallArgs()