Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSpecifiers.h291 CC_SwiftAsync, // __attribute__((swiftasynccall)) enumerator
315 case CC_SwiftAsync: in supportsVariadicCall()
HDFeatures.def120 PP.getTargetInfo().checkCallingConvention(CC_SwiftAsync) ==
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDSystemZ.h203 case CC_SwiftAsync: in checkCallingConvention()
HDWebAssembly.h163 case CC_SwiftAsync: in checkCallingConvention()
HDX86.h402 case CC_SwiftAsync: in checkCallingConvention()
761 case CC_SwiftAsync: in checkCallingConvention()
848 case CC_SwiftAsync: in checkCallingConvention()
HDPPC.h522 case CC_SwiftAsync: in checkCallingConvention()
HDARM.cpp1331 case CC_SwiftAsync: in checkCallingConvention()
1411 case CC_SwiftAsync: in checkCallingConvention()
HDAArch64.cpp1237 case CC_SwiftAsync: in checkCallingConvention()
1596 case CC_SwiftAsync: in checkCallingConvention()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp1461 return calleeType->getCallConv() == CallingConv::CC_SwiftAsync; in isSwiftAsyncCallee()
1506 CurFnInfo->getASTCallingConvention() == CallingConv::CC_SwiftAsync) { in EmitReturnStmt()
HDCGCall.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()
HDCGDebugInfo.cpp1543 case CC_SwiftAsync: in getDwarfCC()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDTypePrinter.cpp1099 case CC_SwiftAsync: in printFunctionAfter()
HDMicrosoftMangle.cpp3048 case CC_SwiftAsync: in mangleCallingConvention()
HDType.cpp3505 case CC_SwiftAsync: return "swiftasynccall"; in getNameForCallConv()
HDItaniumMangle.cpp3476 case CC_SwiftAsync: in getCallingConvQualifierName()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclAttr.cpp4900 CC = CC_SwiftAsync; in CheckCallingConvAttr()
HDSemaType.cpp2555 : (actualCC == CC_Swift || actualCC == CC_SwiftAsync); in checkExtParameterInfos()