Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp4520 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations() local
4522 if (!Type->isIntegerType() || UseVarType) { in buildNumIterations()
4524 UseVarType ? C.getTypeSize(VarType) : C.getTypeSize(Type); in buildNumIterations()
4525 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in buildNumIterations()