Home
last modified time | relevance | path

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

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