HomeSort by: relevance | last modified time | path
    Searched defs:op_lt (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/unifdef/
unifdef.c 673 static int op_lt(int a, int b) { return (a < b); } function
718 { "<", op_lt },
  /src/external/gpl3/gcc/dist/gcc/
range-op.cc 56 operator_lt op_lt; variable
89 set (LT_EXPR, op_lt);
  /src/external/gpl3/gcc.old/dist/gcc/
range-op.cc 819 } op_lt; variable in typeref:class:operator_lt
4053 set (LT_EXPR, op_lt);
4110 set (LT_EXPR, op_lt);

Completed in 67 milliseconds