Searched refs:DefaultCC (Results 1 – 6 of 6) sorted by relevance
32 def DefaultCC : LibcallCallingConv;90 LibcallCallingConv DefaultLibcallCallingConv = DefaultCC;
383 StringRef DefaultCC = in emitSystemRuntimeLibrarySetCalls() local386 if (!DefaultCC.empty()) { in emitSystemRuntimeLibrarySetCalls()387 OS << " const CallingConv::ID DefaultCC = " << DefaultCC << ";\n" in emitSystemRuntimeLibrarySetCalls()
509 auto DefaultCC = C.getDefaultCallingConvention(/*IsVariadic=*/false, in getAllManglings() local512 return CC == DefaultCC; in getAllManglings()
677 auto DefaultCC = LangOpts.getDefaultCallingConv(); in FixupInvocation() local679 bool emitError = (DefaultCC == LangOptions::DCC_FastCall || in FixupInvocation()680 DefaultCC == LangOptions::DCC_StdCall) && in FixupInvocation()682 emitError |= (DefaultCC == LangOptions::DCC_VectorCall || in FixupInvocation()683 DefaultCC == LangOptions::DCC_RegCall) && in FixupInvocation()685 emitError |= DefaultCC == LangOptions::DCC_RtdCall && Arch != llvm::Triple::m68k; in FixupInvocation()
2178 CallingConv DefaultCC = Self.getASTContext().getDefaultCallingConvention( in DiagnoseCallingConvCast() local2180 if (DstCC == DefaultCC || SrcCC != DefaultCC) in DiagnoseCallingConvCast()
8187 CallingConv DefaultCC = in adjustMemberFunctionCC() local8190 if (CurCC != DefaultCC) in adjustMemberFunctionCC()