Home
last modified time | relevance | path

Searched refs:TypeAltiVecPixel (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DDeclSpec.cpp612 if (!TypeAltiVecVector || TypeAltiVecPixel || in SetTypeAltiVecPixel()
618 TypeAltiVecPixel = isAltiVecPixel; in SetTypeAltiVecPixel()
753 (TypeSpecType != TST_int)) || TypeAltiVecPixel) { in Finish()
755 << (TypeAltiVecPixel ? "__pixel" : in Finish()
770 if (TypeAltiVecPixel) { in Finish()
/external/clang/include/clang/Sema/
DDeclSpec.h294 unsigned TypeAltiVecPixel : 1; variable
381 TypeAltiVecPixel(false), in DeclSpec()
427 bool isTypeAltiVecPixel() const { return TypeAltiVecPixel; } in isTypeAltiVecPixel()