Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSpecifiers.h117 OK_VectorComponent, enumerator
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTDumper.cpp1722 case OK_VectorComponent: in VisitExpr()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCast.cpp1801 case OK_VectorComponent: inappropriate = "vector element"; break; in TryReinterpretCast()
HDSemaExpr.cpp4063 OK = OK_VectorComponent; in CreateBuiltinArraySubscriptExpr()
9785 } else if (op->getObjectKind() == OK_VectorComponent) { in CheckAddressOfOperand()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h4551 (VK == VK_RValue ? OK_Ordinary : OK_VectorComponent), in ExtVectorElementExpr()