Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h110 DCC_StdCall, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp515 DefaultCC == LangOptions::DCC_StdCall) && in FixupInvocation()
3805 Opts.setDefaultCallingConv(LangOptions::DCC_StdCall); in ParseLangArgs()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11065 case LangOptions::DCC_StdCall: in getDefaultCallingConvention()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5642 NormalizedValues<["DCC_CDecl", "DCC_FastCall", "DCC_StdCall", "DCC_VectorCall", "DCC_RegCall"]>,