Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Ddex_ir.cc115 static void IndexItems(std::vector<T>& items, C comp) { in IndexItems() argument
116 std::sort(items.begin(), items.end(), comp); in IndexItems()
/tools/repohooks/tools/
Dcheckpatch.pl4647 my $comp = $4; #Not $1 because of $LvalOrFunc
4648 $msg = " - maybe == should be = ?" if ($comp eq "==");
4662 my $comp = $3;
4664 my $newcomp = $comp;
4670 if ($comp eq "<") {
4672 } elsif ($comp eq "<=") {
4674 } elsif ($comp eq ">") {
4676 } elsif ($comp eq ">=") {