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

  /src/external/gpl3/gcc/dist/libcc1/
libcc1plugin.cc 148 decl_addr_value *found_value = ctx->address_map.find (&value);
149 if (found_value != NULL)
169 found_value = *slot;
174 if (found_value->address != error_mark_node)
180 found_value->address));
145 decl_addr_value *found_value = ctx->address_map.find (&value); local
libcp1plugin.cc 564 decl_addr_value *found_value = ctx->address_map.find (&value);
565 if (found_value != NULL)
580 found_value = record_decl_address (ctx, value);
585 if (found_value->address != error_mark_node)
591 found_value->address));
561 decl_addr_value *found_value = ctx->address_map.find (&value); local
  /src/external/gpl3/gcc.old/dist/libcc1/
libcc1plugin.cc 148 decl_addr_value *found_value = ctx->address_map.find (&value);
149 if (found_value != NULL)
169 found_value = *slot;
174 if (found_value->address != error_mark_node)
180 found_value->address));
145 decl_addr_value *found_value = ctx->address_map.find (&value); local
libcp1plugin.cc 564 decl_addr_value *found_value = ctx->address_map.find (&value);
565 if (found_value != NULL)
580 found_value = record_decl_address (ctx, value);
585 if (found_value->address != error_mark_node)
591 found_value->address));
561 decl_addr_value *found_value = ctx->address_map.find (&value); local

Completed in 32 milliseconds