Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h134 DCC_VectorCall, enumerator
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp552 emitError |= (DefaultCC == LangOptions::DCC_VectorCall || in FixupInvocation()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp11706 case LangOptions::DCC_VectorCall: in getDefaultCallingConvention()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td6136 NormalizedValues<["DCC_CDecl", "DCC_FastCall", "DCC_StdCall", "DCC_VectorCall", "DCC_RegCall"]>,