Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DMangle.cpp487 auto DefaultCC = C.getDefaultCallingConvention(/*IsVariadic=*/false, in getAllManglings() local
490 return CC == DefaultCC; in getAllManglings()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp2090 CallingConv DefaultCC = Self.getASTContext().getDefaultCallingConvention( in DiagnoseCallingConvCast() local
2092 if (DstCC == DefaultCC || SrcCC != DefaultCC) in DiagnoseCallingConvCast()
H A DSemaType.cpp7856 CallingConv DefaultCC = in adjustMemberFunctionCC() local
7859 if (CurCC != DefaultCC || DefaultCC == ToCC) in adjustMemberFunctionCC()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp547 auto DefaultCC = LangOpts.getDefaultCallingConv(); in FixupInvocation() local
549 bool emitError = (DefaultCC == LangOptions::DCC_FastCall || in FixupInvocation()
550 DefaultCC == LangOptions::DCC_StdCall) && in FixupInvocation()
552 emitError |= (DefaultCC == LangOptions::DCC_VectorCall || in FixupInvocation()
553 DefaultCC == LangOptions::DCC_RegCall) && in FixupInvocation()