Searched refs:op_strict (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/
H A Dunifdef.c746 static Linetype op_strict(int *p, int v, Linetype at, Linetype bt) { function
751 return op_strict(p, a < b, at, bt);
754 return op_strict(p, a > b, at, bt);
757 return op_strict(p, a <= b, at, bt);
760 return op_strict(p, a >= b, at, bt);
763 return op_strict(p, a == b, at, bt);
766 return op_strict(p, a != b, at, bt);
771 return op_strict(p, a || b, at, bt);
776 return op_strict(p, a && b, at, bt);

Completed in 118 milliseconds