Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp721 case Cl::CL_DuplicateVectorComponents: return MLV_DuplicateVectorComponents; in isModifiableLvalue()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h296 MLV_DuplicateVectorComponents, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp14499 case Expr::MLV_DuplicateVectorComponents: in CheckForModifiableLvalue()