Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp2737 bool UseVarType = VarType->hasIntegerRepresentation() && in BuildNumIterations() local
2739 if (!Type->isIntegerType() || UseVarType) { in BuildNumIterations()
2741 UseVarType ? C.getTypeSize(VarType) : C.getTypeSize(Type); in BuildNumIterations()
2742 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in BuildNumIterations()