Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.h236 enum class LaxVectorConversionKind { enum
H A DLangOptions.def127 ENUM_LANGOPT(LaxVectorConversions, LaxVectorConversionKind, 2,
128 LaxVectorConversionKind::All, "lax vector conversions")
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp8699 const LangOptions::LaxVectorConversionKind LVCKind = in areLaxCompatibleSveTypes()
8713 if (LVCKind == LangOptions::LaxVectorConversionKind::All) in areLaxCompatibleSveTypes()
8718 if (LVCKind == LangOptions::LaxVectorConversionKind::Integer) in areLaxCompatibleSveTypes()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1947 NormalizedValues<["LangOptions::LaxVectorConversionKind::None",
1948 "LangOptions::LaxVectorConversionKind::Integer",
1949 "LangOptions::LaxVectorConversionKind::All"]>,
1952 " ? LangOptions::LaxVectorConversionKind::None" #
1953 " : LangOptions::LaxVectorConversionKind::All">;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp7404 case LangOptions::LaxVectorConversionKind::None: in isLaxVectorConversion()
7407 case LangOptions::LaxVectorConversionKind::Integer: in isLaxVectorConversion()
7421 case LangOptions::LaxVectorConversionKind::All: in isLaxVectorConversion()