Searched refs:tfrom (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/dhcpcd/src/ |
| HD | dhcp.c | 2887 const char *tfrom; in log_dhcp() local 2921 tfrom = "from"; in log_dhcp() 2931 ifp->name, msg, tfrom, inet_ntoa(addr), sname); in log_dhcp() 2934 ifp->name, msg, a, tfrom, inet_ntoa(addr), sname); in log_dhcp() 2937 tfrom = "via"; in log_dhcp() 2942 ifp->name, msg, tfrom, inet_ntoa(addr)); in log_dhcp() 2945 ifp->name, msg, a, tfrom, inet_ntoa(addr)); in log_dhcp()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | call.c | 1444 tree tfrom; in reference_binding() local 1493 tfrom = from; in reference_binding() 1495 tfrom = unlowered_expr_type (expr); in reference_binding() 1500 related_p = reference_related_p (to, tfrom); in reference_binding() 1504 && !at_least_as_qualified_p (to, tfrom)) in reference_binding() 1505 to = cp_build_qualified_type (to, cp_type_quals (tfrom)); in reference_binding() 1506 compatible_p = reference_compatible_p (to, tfrom); in reference_binding() 1539 conv = build_identity_conv (tfrom, expr); in reference_binding()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | call.c | 1537 tree tfrom; in reference_binding() local 1604 tfrom = from; in reference_binding() 1606 tfrom = unlowered_expr_type (expr); in reference_binding() 1611 related_p = reference_related_p (to, tfrom); in reference_binding() 1615 && !at_least_as_qualified_p (to, tfrom)) in reference_binding() 1616 to = cp_build_qualified_type (to, cp_type_quals (tfrom)); in reference_binding() 1617 compatible_p = reference_compatible_p (to, tfrom); in reference_binding() 1642 conv = build_identity_conv (tfrom, expr); in reference_binding()
|