Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp491 auto DefaultCC = C.getDefaultCallingConvention(/*IsVariadic=*/false, in getAllManglings() local
494 return CC == DefaultCC; in getAllManglings()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp649 auto DefaultCC = LangOpts.getDefaultCallingConv(); in FixupInvocation() local
651 bool emitError = (DefaultCC == LangOptions::DCC_FastCall || in FixupInvocation()
652 DefaultCC == LangOptions::DCC_StdCall) && in FixupInvocation()
654 emitError |= (DefaultCC == LangOptions::DCC_VectorCall || in FixupInvocation()
655 DefaultCC == LangOptions::DCC_RegCall) && in FixupInvocation()
657 emitError |= DefaultCC == LangOptions::DCC_RtdCall && Arch != llvm::Triple::m68k; in FixupInvocation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2137 CallingConv DefaultCC = Self.getASTContext().getDefaultCallingConvention( in DiagnoseCallingConvCast() local
2139 if (DstCC == DefaultCC || SrcCC != DefaultCC) in DiagnoseCallingConvCast()
H A DSemaType.cpp8326 CallingConv DefaultCC = in adjustMemberFunctionCC() local
8329 if (CurCC != DefaultCC) in adjustMemberFunctionCC()