Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h114 OK_VectorComponent, enumerator
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp1763 case OK_VectorComponent: inappropriate = "vector element"; break; in TryReinterpretCast()
H A DSemaExpr.cpp3974 OK = OK_VectorComponent; in CreateBuiltinArraySubscriptExpr()
9179 } else if (op->getObjectKind() == OK_VectorComponent) { in CheckAddressOfOperand()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTDumper.cpp1672 case OK_VectorComponent: in VisitExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h4483 (VK == VK_RValue ? OK_Ordinary : OK_VectorComponent), in ExtVectorElementExpr()