Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.h100 DCC_VectorCall, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp2760 .Case("vectorcall", LangOptions::DCC_VectorCall) in ParseLangArgs()
2772 emitError |= (DefaultCC == LangOptions::DCC_VectorCall || in ParseLangArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp9952 case LangOptions::DCC_VectorCall: in getDefaultCallingConvention()