| /src/external/gpl3/gdb.old/dist/gdb/ |
| ada-exp.y | 767 relation : simple_exp 770 relation : simple_exp '=' simple_exp 774 relation : simple_exp NOTEQUAL simple_exp 778 relation : simple_exp LEQ simple_exp 782 relation : simple_exp IN simple_exp DOTDOT simple_exp 821 relation : simple_exp GEQ simple_exp 825 relation : simple_exp '<' simple_exp 829 relation : simple_exp '>' simple_exp 833 exp : relation 842 relation _AND_ relation 766 relation : simple_exp label 769 relation : simple_exp '=' simple_exp label 773 relation : simple_exp NOTEQUAL simple_exp label 777 relation : simple_exp LEQ simple_exp label 781 relation : simple_exp IN simple_exp DOTDOT simple_exp label 820 relation : simple_exp GEQ simple_exp label 824 relation : simple_exp '<' simple_exp label 828 relation : simple_exp '>' simple_exp label [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| ada-exp.y | 767 relation : simple_exp 770 relation : simple_exp '=' simple_exp 774 relation : simple_exp NOTEQUAL simple_exp 778 relation : simple_exp LEQ simple_exp 782 relation : simple_exp IN simple_exp DOTDOT simple_exp 821 relation : simple_exp GEQ simple_exp 825 relation : simple_exp '<' simple_exp 829 relation : simple_exp '>' simple_exp 833 exp : relation 842 relation _AND_ relation 766 relation : simple_exp label 769 relation : simple_exp '=' simple_exp label 773 relation : simple_exp NOTEQUAL simple_exp label 777 relation : simple_exp LEQ simple_exp label 781 relation : simple_exp IN simple_exp DOTDOT simple_exp label 820 relation : simple_exp GEQ simple_exp label 824 relation : simple_exp '<' simple_exp label 828 relation : simple_exp '>' simple_exp label [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| nsec.c | 319 dns_namereln_t relation; local 338 relation = dns_name_fullcompare(name, nsecname, &order, &olabels); 391 if (relation == dns_namereln_subdomain && 405 if (relation == dns_namereln_subdomain && 417 relation = dns_name_fullcompare(&nsec.next, name, &order, &nlabels); 435 if (order > 0 && relation == dns_namereln_subdomain) {
|
| /src/external/mpl/bind/dist/lib/dns/ |
| nsec.c | 343 dns_namereln_t relation; local 372 relation = dns_name_fullcompare(name, nsecname, &order, &olabels); 425 if (relation == dns_namereln_subdomain && 439 if (relation == dns_namereln_subdomain && 447 if (relation != dns_namereln_subdomain && 464 relation = dns_name_fullcompare(&nsec.next, name, &order, &nlabels); 482 if (order > 0 && relation == dns_namereln_subdomain) {
|
| /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/dist/gcc/ |
| gimple-range-fold.cc | 82 // Default is no relation. 156 // Return relation based from m_stmt. 178 // Register a relation on a stmt if there is an oracle. 187 // Register a relation on an edge if there is an oracle. 354 // Register relation K between OP1 and OP2 on STMT. 377 // STMT is of the form LHS = A1 op A2, now map the relation to these 402 // Return the relation trio for stmt S using query Q. 677 fprintf (dump_file, " folding with relation "); 1146 // If either handler is not present, no relation can be found. 1179 // x && y is false if the relation intersection of the true cases is NULL 1250 relation_kind relation = handler.op1_op2_relation (e0_range, r1, r2); local 1256 relation_kind relation = handler.op1_op2_relation (e1_range, r1, r2); local 1288 relation_kind relation = handler.op1_op2_relation (r, r1, r2); local 1295 relation_kind relation = handler.op1_op2_relation (r, r1, r2); local [all...] |
| /src/external/mpl/bind/dist/tests/dns/ |
| name_test.c | 51 dns_namereln_t relation; local 57 dns_namereln_t relation; member in struct:__anon91 109 relation = dns_name_fullcompare(name1, name1, &order, &nlabels); 110 assert_int_equal(relation, dns_namereln_equal); 118 relation = dns_name_fullcompare(name1, name2, &order, &nlabels); 119 assert_int_equal(relation, data[i].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...] |