Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp483 auto DefaultCC = C.getDefaultCallingConvention(/*IsVariadic=*/false, in getAllManglings() local
486 return CC == DefaultCC; in getAllManglings()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp2078 CallingConv DefaultCC = Self.getASTContext().getDefaultCallingConvention( in DiagnoseCallingConvCast() local
2080 if (DstCC == DefaultCC || SrcCC != DefaultCC) in DiagnoseCallingConvCast()
H A DSemaType.cpp7668 CallingConv DefaultCC = in adjustMemberFunctionCC() local
7671 if (CurCC != DefaultCC || DefaultCC == ToCC) in adjustMemberFunctionCC()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp512 auto DefaultCC = LangOpts.getDefaultCallingConv(); in FixupInvocation() local
514 bool emitError = (DefaultCC == LangOptions::DCC_FastCall || in FixupInvocation()
515 DefaultCC == LangOptions::DCC_StdCall) && in FixupInvocation()
517 emitError |= (DefaultCC == LangOptions::DCC_VectorCall || in FixupInvocation()
518 DefaultCC == LangOptions::DCC_RegCall) && in FixupInvocation()