Searched refs:this_buffer (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-sccvn.c | 1974 unsigned char this_buffer[bufsize + 1]; in push_partial_def() local 1990 memset (this_buffer, 0, len); in push_partial_def() 1994 len = native_encode_expr (pd.rhs, this_buffer, bufsize, in push_partial_def() 2011 this_buffer[len] = 0; in push_partial_def() 2019 shift_bytes_in_array_right (this_buffer, len + 1, amnt); in push_partial_def() 2020 unsigned char *q = this_buffer; in push_partial_def() 2031 *p = (*p & ~msk) | (this_buffer[len] & msk); in push_partial_def() 2037 q = (this_buffer + len in push_partial_def() 2055 q = (this_buffer + len in push_partial_def() 2089 shift_bytes_in_array_left (this_buffer, len + 1, amnt); in push_partial_def() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-sccvn.cc | 2067 unsigned char this_buffer[bufsize + 1]; in push_partial_def() local 2083 memset (this_buffer, 0, len); in push_partial_def() 2087 len = native_encode_expr (pd.rhs, this_buffer, bufsize, in push_partial_def() 2104 this_buffer[len] = 0; in push_partial_def() 2112 shift_bytes_in_array_right (this_buffer, len + 1, amnt); in push_partial_def() 2113 unsigned char *q = this_buffer; in push_partial_def() 2124 *p = (*p & ~msk) | (this_buffer[len] & msk); in push_partial_def() 2130 q = (this_buffer + len in push_partial_def() 2148 q = (this_buffer + len in push_partial_def() 2182 shift_bytes_in_array_left (this_buffer, len + 1, amnt); in push_partial_def() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | error.c | 757 gfc_clear_pp_buffer (output_buffer *this_buffer) in gfc_clear_pp_buffer() argument 761 pp->buffer = this_buffer; in gfc_clear_pp_buffer()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | error.cc | 858 gfc_clear_pp_buffer (output_buffer *this_buffer) in gfc_clear_pp_buffer() argument 862 pp->buffer = this_buffer; in gfc_clear_pp_buffer()
|