Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp786 if (TypeAltiVecVector && (T == TST_bool) && !TypeAltiVecBool) { in SetTypeSpecType()
816 TypeAltiVecVector = isAltiVecVector; in SetTypeAltiVecVector()
840 if (!TypeAltiVecVector || TypeAltiVecPixel || in SetTypeAltiVecPixel()
855 if (!TypeAltiVecVector || TypeAltiVecBool || in SetTypeAltiVecBool()
1044 TypeAltiVecVector || TypeAltiVecPixel || TypeAltiVecBool || in Finish()
1065 TypeAltiVecVector = TypeAltiVecPixel = TypeAltiVecBool = false; in Finish()
1073 if (TypeAltiVecVector) { in Finish()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h346 unsigned TypeAltiVecVector : 1; variable
431 TypeAltiVecVector(false), in DeclSpec()
484 bool isTypeAltiVecVector() const { return TypeAltiVecVector; } in isTypeAltiVecVector()