Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.h98 DCC_FastCall, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp2758 .Case("fastcall", LangOptions::DCC_FastCall) in ParseLangArgs()
2769 bool emitError = (DefaultCC == LangOptions::DCC_FastCall || in ParseLangArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp9944 case LangOptions::DCC_FastCall: in getDefaultCallingConvention()