Searched refs:old_result (Results 1 – 4 of 4) sorted by relevance
342 u_int32_t old_result; in trace_ddns_input_write() local345 old_result = htonl((u_int32_t)result); in trace_ddns_input_write()349 iov[0].len = sizeof(old_result); in trace_ddns_input_write()350 iov[0].buf = (char *)&old_result; in trace_ddns_input_write()366 u_int32_t old_result; in trace_ddns_input_read() local372 if (length < (sizeof(old_result) + TRACE_PTR_LEN)) { in trace_ddns_input_read()377 memcpy(&old_result, buf, sizeof(old_result)); in trace_ddns_input_read()378 memcpy(old_pointer, buf + sizeof(old_result), TRACE_PTR_LEN); in trace_ddns_input_read()409 eventp->result = ntohl(old_result); in trace_ddns_input_read()448 u_int32_t old_result; in trace_ddns_output_write() local[all …]
525 result_type old_result = 0; in lookup() local537 if (old_result < 0) in lookup()553 old_result = 0; in lookup()560 else if (old_result > 0) in lookup()576 old_result = 0; in lookup()592 old_result = result; in lookup()
2119 tree old_result = DECL_TEMPLATE_RESULT (olddecl); in duplicate_decls() local2121 TREE_TYPE (olddecl) = TREE_TYPE (old_result); in duplicate_decls()2127 DECL_ATTRIBUTES (old_result) in duplicate_decls()2128 = (*targetm.merge_decl_attributes) (old_result, new_result); in duplicate_decls()2143 (old_result, new_result, olddecl_hidden_friend); in duplicate_decls()2148 if (GNU_INLINE_P (old_result) != GNU_INLINE_P (new_result) in duplicate_decls()2151 if (DECL_INITIAL (old_result)) in duplicate_decls()2152 DECL_UNINLINABLE (old_result) = 1; in duplicate_decls()2154 DECL_UNINLINABLE (old_result) = DECL_UNINLINABLE (new_result); in duplicate_decls()2155 DECL_EXTERNAL (old_result) = DECL_EXTERNAL (new_result); in duplicate_decls()[all …]
2268 tree old_result = DECL_TEMPLATE_RESULT (olddecl); in duplicate_decls() local2270 TREE_TYPE (olddecl) = TREE_TYPE (old_result); in duplicate_decls()2276 DECL_ATTRIBUTES (old_result) in duplicate_decls()2277 = (*targetm.merge_decl_attributes) (old_result, new_result); in duplicate_decls()2292 (old_result, new_result); in duplicate_decls()2300 DECL_UNIQUE_FRIEND_P (old_result) = false; in duplicate_decls()2304 if (GNU_INLINE_P (old_result) != GNU_INLINE_P (new_result) in duplicate_decls()2307 if (DECL_INITIAL (old_result)) in duplicate_decls()2308 DECL_UNINLINABLE (old_result) = 1; in duplicate_decls()2310 DECL_UNINLINABLE (old_result) = DECL_UNINLINABLE (new_result); in duplicate_decls()[all …]