Home
last modified time | relevance | path

Searched refs:TypeAltiVecBool (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()
787 TypeAltiVecBool = true; in SetTypeSpecType()
855 if (!TypeAltiVecVector || TypeAltiVecBool || in SetTypeAltiVecBool()
861 TypeAltiVecBool = isAltiVecBool; in SetTypeAltiVecBool()
1044 TypeAltiVecVector || TypeAltiVecPixel || TypeAltiVecBool || in Finish()
1065 TypeAltiVecVector = TypeAltiVecPixel = TypeAltiVecBool = false; in Finish()
1074 if (TypeAltiVecBool) { in Finish()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h348 unsigned TypeAltiVecBool : 1; variable
433 TypeAltiVecBool(false), in DeclSpec()
486 bool isTypeAltiVecBool() const { return TypeAltiVecBool; } in isTypeAltiVecBool()