Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcallsImpl.td32 def DefaultCC : LibcallCallingConv;
90 LibcallCallingConv DefaultLibcallCallingConv = DefaultCC;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp383 StringRef DefaultCC = in emitSystemRuntimeLibrarySetCalls() local
386 if (!DefaultCC.empty()) { in emitSystemRuntimeLibrarySetCalls()
387 OS << " const CallingConv::ID DefaultCC = " << DefaultCC << ";\n" in emitSystemRuntimeLibrarySetCalls()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp509 auto DefaultCC = C.getDefaultCallingConvention(/*IsVariadic=*/false, in getAllManglings() local
512 return CC == DefaultCC; in getAllManglings()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp677 auto DefaultCC = LangOpts.getDefaultCallingConv(); in FixupInvocation() local
679 bool emitError = (DefaultCC == LangOptions::DCC_FastCall || in FixupInvocation()
680 DefaultCC == LangOptions::DCC_StdCall) && in FixupInvocation()
682 emitError |= (DefaultCC == LangOptions::DCC_VectorCall || in FixupInvocation()
683 DefaultCC == LangOptions::DCC_RegCall) && in FixupInvocation()
685 emitError |= DefaultCC == LangOptions::DCC_RtdCall && Arch != llvm::Triple::m68k; in FixupInvocation()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2178 CallingConv DefaultCC = Self.getASTContext().getDefaultCallingConvention( in DiagnoseCallingConvCast() local
2180 if (DstCC == DefaultCC || SrcCC != DefaultCC) in DiagnoseCallingConvCast()
H A DSemaType.cpp8187 CallingConv DefaultCC = in adjustMemberFunctionCC() local
8190 if (CurCC != DefaultCC) in adjustMemberFunctionCC()