Searched refs:comp (Results 1 – 2 of 2) sorted by relevance
115 static void IndexItems(std::vector<T>& items, C comp) { in IndexItems() argument116 std::sort(items.begin(), items.end(), comp); in IndexItems()
4647 my $comp = $4; #Not $1 because of $LvalOrFunc4648 $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 ">=") {