Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8783 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations() local
8785 if (!Type->isIntegerType() || UseVarType) { in buildNumIterations()
8787 UseVarType ? C.getTypeSize(VarType) : C.getTypeSize(Type); in buildNumIterations()
8788 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in buildNumIterations()