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

  /src/usr.bin/rpcgen/
rpc_parse.h 50 enum relation { enum
56 typedef enum relation relation; typedef in typeref:enum:relation
61 relation rel;
82 relation rel;
  /src/usr.sbin/altq/libaltq/
qop.c 1005 * when a new filter is added, we check the relation to the existing filters
1039 int relation; local
1051 relation = filt_check_relation(&front->fltr, &back->fltr);
1053 switch (relation) {
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-fold.cc 76 // Default is no relation.
170 // Return relation based from m_stmt.
192 // Register a relation on a stmt if there is an oracle.
201 // Register a relation on an edge if there is an oracle.
624 fprintf (dump_file, " folding with relation ");
930 // Check for any relation between arg0 and arg1.
931 relation_kind relation = src.query_relation (arg0, arg1); local
937 op->fold_range (r, type, ir0, ir1, relation);
1383 // If either handler is not present, no relation can be found.
1414 // x && y is false if the relation intersection of the true cases is NULL
1482 relation_kind relation = handler->op1_op2_relation (e0_range); local
1488 relation_kind relation = handler->op1_op2_relation (e1_range); local
1517 relation_kind relation = handler->op1_op2_relation (r); local
1524 relation_kind relation = handler->op1_op2_relation (r); local
    [all...]

Completed in 24 milliseconds