Searched refs:isExtVectorType (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprMember.cpp1518 if (BaseType->isExtVectorType()) {
H A DSemaCast.cpp2272 if (DestType->isExtVectorType()) {
H A DSemaOverload.cpp1390 if (ToType->isExtVectorType()) {
1393 if (FromType->isExtVectorType())
7474 if ((*Vec1)->isExtVectorType() || !(*Vec2)->isExtVectorType())
H A DSemaExpr.cpp5177 assert(DestTy->isExtVectorType() && "Not an extended vector type!");
6401 if (LHSType->isExtVectorType()) {
6402 if (RHSType->isExtVectorType())
9858 else if (resultType->isExtVectorType()) {
9903 } else if (resultType->isExtVectorType()) {
H A DSemaDeclAttr.cpp2226 if (!ParmType->isExtVectorType() && !ParmType->isFloatingType() &&
H A DSemaInit.cpp1322 if (IType->isExtVectorType())
/external/clang/include/clang/AST/
H A DType.h1550 bool isExtVectorType() const; // Extended vector type.
4945 inline bool Type::isExtVectorType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp748 if (DstType->isExtVectorType() && !SrcType->isVectorType()) {
1786 if (E->getType()->isExtVectorType()) {

Completed in 522 milliseconds