Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp4449 bool UseVarType = VarType->hasIntegerRepresentation() && in BuildNumIterations() local
4451 if (!Type->isIntegerType() || UseVarType) { in BuildNumIterations()
4453 UseVarType ? C.getTypeSize(VarType) : C.getTypeSize(Type); in BuildNumIterations()
4454 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in BuildNumIterations()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp7454 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations() local
7456 if (!Type->isIntegerType() || UseVarType) { in buildNumIterations()
7458 UseVarType ? C.getTypeSize(VarType) : C.getTypeSize(Type); in buildNumIterations()
7459 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in buildNumIterations()