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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp385 auto DefaultCC = C.getDefaultCallingConvention(/*IsVariadic=*/false,
388 return CC == DefaultCC;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2989 LangOptions::DefaultCallingConvention DefaultCC = local
2997 if (DefaultCC == LangOptions::DCC_None)
3003 bool emitError = (DefaultCC == LangOptions::DCC_FastCall ||
3004 DefaultCC == LangOptions::DCC_StdCall) &&
3006 emitError |= (DefaultCC == LangOptions::DCC_VectorCall ||
3007 DefaultCC == LangOptions::DCC_RegCall) &&
3013 Opts.setDefaultCallingConv(DefaultCC);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1910 CallingConv DefaultCC = Self.getASTContext().getDefaultCallingConvention(
1912 if (DstCC == DefaultCC || SrcCC != DefaultCC)
H A DSemaType.cpp7315 CallingConv DefaultCC = local
7318 if (CurCC != DefaultCC || DefaultCC == ToCC)

Completed in 286 milliseconds