Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2408 bool IsNoBoolVecLang = getLangOpts().OpenCL || getLangOpts().OpenCLCPlusPlus; in BuildExtVectorType() local
2411 (IsNoBoolVecLang && T->isBooleanType())) { in BuildExtVectorType()