Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp8813 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations() local
8815 if (!Type->isIntegerType() || UseVarType) { in buildNumIterations()
8817 UseVarType ? C.getTypeSize(VarType) : C.getTypeSize(Type); in buildNumIterations()
8818 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in buildNumIterations()