Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h294 CC_SwiftAsync, // __attribute__((swiftasynccall)) enumerator
330 case CC_SwiftAsync: in supportsVariadicCall()
H A DFeatures.def176 PP.getTargetInfo().checkCallingConvention(CC_SwiftAsync) ==
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSystemZ.h250 case CC_SwiftAsync: in checkCallingConvention()
H A DWebAssembly.h168 case CC_SwiftAsync: in checkCallingConvention()
H A DX86.h413 case CC_SwiftAsync: in checkCallingConvention()
791 case CC_SwiftAsync: in checkCallingConvention()
935 case CC_SwiftAsync: in checkCallingConvention()
H A DMips.cpp343 case CC_SwiftAsync: in checkCallingConvention()
H A DPPC.h511 case CC_SwiftAsync: in checkCallingConvention()
H A DARM.cpp1406 case CC_SwiftAsync: in checkCallingConvention()
1486 case CC_SwiftAsync: in checkCallingConvention()
H A DAArch64.cpp1351 case CC_SwiftAsync: in checkCallingConvention()
1718 case CC_SwiftAsync: in checkCallingConvention()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1604 return calleeType->getCallConv() == CallingConv::CC_SwiftAsync; in isSwiftAsyncCallee()
1650 CurFnInfo->getASTCallingConvention() == CallingConv::CC_SwiftAsync) { in EmitReturnStmt()
H A DCGCall.cpp94 case CC_SwiftAsync: in ClangCallConvToLLVMCallConv()
871 } else if (info.getCC() == CC_Swift || info.getCC() == CC_SwiftAsync) { in arrangeLLVMFunctionInfo()
4598 if (ExplicitCC == CC_Swift || ExplicitCC == CC_SwiftAsync) in hasInAllocaArgs()
H A DCGDebugInfo.cpp1691 case CC_SwiftAsync: in getDwarfCC()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1124 case CC_SwiftAsync: in printFunctionAfter()
H A DMicrosoftMangle.cpp3186 case CC_SwiftAsync: in mangleCallingConvention()
H A DType.cpp3637 case CC_SwiftAsync: in getNameForCallConv()
H A DItaniumMangle.cpp3582 case CC_SwiftAsync: in getCallingConvQualifierName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5562 CC = CC_SwiftAsync; in CheckCallingConvAttr()
H A DSemaType.cpp2592 : (actualCC == CC_Swift || actualCC == CC_SwiftAsync); in checkExtParameterInfos()