Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp490 auto DefaultCC = C.getDefaultCallingConvention(/*IsVariadic=*/false, in getAllManglings() local
493 return CC == DefaultCC; in getAllManglings()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp673 auto DefaultCC = LangOpts.getDefaultCallingConv(); in FixupInvocation() local
675 bool emitError = (DefaultCC == LangOptions::DCC_FastCall || in FixupInvocation()
676 DefaultCC == LangOptions::DCC_StdCall) && in FixupInvocation()
678 emitError |= (DefaultCC == LangOptions::DCC_VectorCall || in FixupInvocation()
679 DefaultCC == LangOptions::DCC_RegCall) && in FixupInvocation()
681 emitError |= DefaultCC == LangOptions::DCC_RtdCall && Arch != llvm::Triple::m68k; in FixupInvocation()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2146 CallingConv DefaultCC = Self.getASTContext().getDefaultCallingConvention( in DiagnoseCallingConvCast() local
2148 if (DstCC == DefaultCC || SrcCC != DefaultCC) in DiagnoseCallingConvCast()
H A DSemaType.cpp8024 CallingConv DefaultCC = in adjustMemberFunctionCC() local
8027 if (CurCC != DefaultCC) in adjustMemberFunctionCC()