Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/config/
H A DsetCompilers.py1072 def checkPackageRange(packageRanges,kind,dialectIdx): argument
1085 startDialect = withLangDialect if explicit else dialects[dialectIdx].num
1104 dialectIdx = [i for i,d in enumerate(dialects) if packageBound.endswith(d.num)][0]
1110 return dialectIdx