Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h291 CC_SwiftAsync, // __attribute__((swiftasynccall)) enumerator
315 case CC_SwiftAsync: in supportsVariadicCall()
H A DFeatures.def120 PP.getTargetInfo().checkCallingConvention(CC_SwiftAsync) ==
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSystemZ.h203 case CC_SwiftAsync: in checkCallingConvention()
H A DWebAssembly.h163 case CC_SwiftAsync: in checkCallingConvention()
H A DX86.h402 case CC_SwiftAsync: in checkCallingConvention()
761 case CC_SwiftAsync: in checkCallingConvention()
848 case CC_SwiftAsync: in checkCallingConvention()
H A DPPC.h522 case CC_SwiftAsync: in checkCallingConvention()
H A DARM.cpp1331 case CC_SwiftAsync: in checkCallingConvention()
1411 case CC_SwiftAsync: in checkCallingConvention()
H A DAArch64.cpp1237 case CC_SwiftAsync: in checkCallingConvention()
1596 case CC_SwiftAsync: in checkCallingConvention()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1461 return calleeType->getCallConv() == CallingConv::CC_SwiftAsync; in isSwiftAsyncCallee()
1506 CurFnInfo->getASTCallingConvention() == CallingConv::CC_SwiftAsync) { in EmitReturnStmt()
H A DCGCall.cpp74 case CC_SwiftAsync: return llvm::CallingConv::SwiftTail; in ClangCallConvToLLVMCallConv()
805 } else if (info.getCC() == CC_Swift || info.getCC() == CC_SwiftAsync) { in arrangeLLVMFunctionInfo()
4423 if (ExplicitCC == CC_Swift || ExplicitCC == CC_SwiftAsync) in hasInAllocaArgs()
H A DCGDebugInfo.cpp1543 case CC_SwiftAsync: in getDwarfCC()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1099 case CC_SwiftAsync: in printFunctionAfter()
H A DMicrosoftMangle.cpp3048 case CC_SwiftAsync: in mangleCallingConvention()
H A DType.cpp3505 case CC_SwiftAsync: return "swiftasynccall"; in getNameForCallConv()
H A DItaniumMangle.cpp3476 case CC_SwiftAsync: in getCallingConvQualifierName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4900 CC = CC_SwiftAsync; in CheckCallingConvAttr()
H A DSemaType.cpp2555 : (actualCC == CC_Swift || actualCC == CC_SwiftAsync); in checkExtParameterInfos()