Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp8730 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations() local
8732 if (!Type->isIntegerType() || UseVarType) { in buildNumIterations()
8734 UseVarType ? C.getTypeSize(VarType) : C.getTypeSize(Type); in buildNumIterations()
8735 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in buildNumIterations()