Home
last modified time | relevance | path

Searched refs:LaxVectorConversionKind (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp1499 const LangOptions::LaxVectorConversionKind LVCKind = in areLaxCompatibleSveTypes()
1521 if (LVCKind == LangOptions::LaxVectorConversionKind::All) in areLaxCompatibleSveTypes()
1526 if (LVCKind == LangOptions::LaxVectorConversionKind::Integer) in areLaxCompatibleSveTypes()
H A DSemaExpr.cpp7686 case LangOptions::LaxVectorConversionKind::None: in isLaxVectorConversion()
7689 case LangOptions::LaxVectorConversionKind::Integer: in isLaxVectorConversion()
7703 case LangOptions::LaxVectorConversionKind::All: in isLaxVectorConversion()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h343 enum class LaxVectorConversionKind { enum
H A DLangOptions.def90 ENUM_LANGOPT(LaxVectorConversions, LaxVectorConversionKind, 2,
91 LaxVectorConversionKind::All, NotCompatible, "lax vector conversions")
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10611 const LangOptions::LaxVectorConversionKind LVCKind = in areLaxCompatibleRVVTypes()
10620 if (LVCKind == LangOptions::LaxVectorConversionKind::All) in areLaxCompatibleRVVTypes()
10625 if (LVCKind == LangOptions::LaxVectorConversionKind::Integer) in areLaxCompatibleRVVTypes()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3065 NormalizedValues<["LangOptions::LaxVectorConversionKind::None",
3066 "LangOptions::LaxVectorConversionKind::Integer",
3067 "LangOptions::LaxVectorConversionKind::All"]>,
3070 " ? LangOptions::LaxVectorConversionKind::None" #
3071 " : LangOptions::LaxVectorConversionKind::All">;