Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp8191 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations() local
8193 if (!Type->isIntegerType() || UseVarType) { in buildNumIterations()
8195 UseVarType ? C.getTypeSize(VarType) : C.getTypeSize(Type); in buildNumIterations()
8196 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in buildNumIterations()