Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DDeclSpec.cpp569 if (TypeAltiVecVector && !TypeAltiVecBool && in SetTypeSpecWidth()
684 if (TypeAltiVecVector && (T == TST_bool) && !TypeAltiVecBool) { in SetTypeSpecType()
685 TypeAltiVecBool = true; in SetTypeSpecType()
690 if (TypeAltiVecVector && !TypeAltiVecBool && (TypeSpecType == TST_double)) { in SetTypeSpecType()
726 if (!TypeAltiVecVector || TypeAltiVecBool || in SetTypeAltiVecBool()
732 TypeAltiVecBool = isAltiVecBool; in SetTypeAltiVecBool()
920 TypeAltiVecVector || TypeAltiVecPixel || TypeAltiVecBool || in Finish()
941 TypeAltiVecVector = TypeAltiVecPixel = TypeAltiVecBool = false; in Finish()
950 if (TypeAltiVecBool) { in Finish()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h332 unsigned TypeAltiVecBool : 1; variable
420 TypeAltiVecBool(false), in DeclSpec()
477 bool isTypeAltiVecBool() const { return TypeAltiVecBool; } in isTypeAltiVecBool()