Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h127 OK_VectorComponent, enumerator
/external/llvm-project/clang/include/clang/Basic/
DSpecifiers.h132 OK_VectorComponent, enumerator
/external/llvm-project/clang/lib/AST/
DTextNodeDumper.cpp172 case OK_VectorComponent: in Visit()
/external/clang/lib/Sema/
DSemaCast.cpp1914 case OK_VectorComponent: inappropriate = "vector element"; break; in TryReinterpretCast()
DSemaExpr.cpp4425 OK = OK_VectorComponent; in CreateBuiltinArraySubscriptExpr()
10474 } else if (op->getObjectKind() == OK_VectorComponent) { in CheckAddressOfOperand()
/external/clang/lib/AST/
DASTDumper.cpp1879 case OK_VectorComponent: in VisitExpr()
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp2136 case OK_VectorComponent: inappropriate = "vector element"; break; in TryReinterpretCast()
DSemaExpr.cpp5486 OK = OK_VectorComponent; in CreateBuiltinArraySubscriptExpr()
13446 } else if (op->getObjectKind() == OK_VectorComponent) { in CheckAddressOfOperand()
/external/clang/include/clang/AST/
DExpr.h4517 (VK == VK_RValue ? OK_Ordinary : OK_VectorComponent), in ExtVectorElementExpr()
/external/llvm-project/clang/include/clang/AST/
DExpr.h5834 (VK == VK_RValue ? OK_Ordinary : OK_VectorComponent)), in ExtVectorElementExpr()