Home
last modified time | relevance | path

Searched defs:sorter (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Danalyze_brprob.py254 sorter = lambda x: x.branches() function
256 sorter = lambda x: x.get_branch_hitrate() function
258 sorter = lambda x: x.get_hitrate() function
260 sorter = lambda x: x.count function
262 sorter = lambda x: x.name.lower() function
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Danalyze_brprob.py251 sorter = lambda x: x.branches() function
253 sorter = lambda x: x.get_branch_hitrate() function
255 sorter = lambda x: x.get_hitrate() function
257 sorter = lambda x: x.count function
259 sorter = lambda x: x.name.lower() function