Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dunusedvarsglobal.py79 untouchedSet = set() variable
86 untouchedSet.add(d)
90 if d in readFromSet or d in untouchedSet:
104 if d in writeToSet or d in untouchedSet:
133 tmp1list = sorted(untouchedSet, key=lambda v: v_sort_key(v))
H A Dunusedenumconstants.py200 untouchedSet = set() variable
208 untouchedSet.add((d[0] + " " + d[1], srcLoc))
244 tmp1list = sorted(untouchedSet, key=lambda v: v_sort_key(v))
H A Dunusedfields.py62 untouchedSet = set() variable
96 untouchedSet.add((d[0] + " " + d[1] + " " + fieldType, srcLoc))
256 tmp1list = sorted(untouchedSet, key=lambda v: v_sort_key(v))
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dunusedenumconstants.py198 untouchedSet = set() variable
206 untouchedSet.add((d[0] + " " + d[1], srcLoc))
238 tmp1list = sorted(untouchedSet, key=lambda v: natural_sort_key(v[1]))
H A Dunusedfields.py62 untouchedSet = set() variable
97 untouchedSet.add((d[0] + " " + d[1] + " " + fieldType, srcLoc))
255 tmp1list = sorted(untouchedSet, key=lambda v: natural_sort_key(v[1]))