Home
last modified time | relevance | path

Searched refs:DCC_StdCall (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.h99 DCC_StdCall, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp2759 .Case("stdcall", LangOptions::DCC_StdCall) in ParseLangArgs()
2770 DefaultCC == LangOptions::DCC_StdCall) && in ParseLangArgs()
2793 Opts.setDefaultCallingConv(LangOptions::DCC_StdCall); in ParseLangArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp9948 case LangOptions::DCC_StdCall: in getDefaultCallingConvention()