Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSpecifiers.h132 OK_VectorComponent, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp156 case OK_VectorComponent: in Visit()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp2030 case OK_VectorComponent: inappropriate = "vector element"; break; in TryReinterpretCast()
H A DSemaExpr.cpp4573 OK = OK_VectorComponent; in CreateBuiltinArraySubscriptExpr()
11891 } else if (op->getObjectKind() == OK_VectorComponent) { in CheckAddressOfOperand()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h5129 (VK == VK_RValue ? OK_Ordinary : OK_VectorComponent), in ExtVectorElementExpr()