Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.h101 DCC_RegCall enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp2761 .Case("regcall", LangOptions::DCC_RegCall) in ParseLangArgs()
2773 DefaultCC == LangOptions::DCC_RegCall) && in ParseLangArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp9957 case LangOptions::DCC_RegCall: in getDefaultCallingConvention()