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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
infinite-recursion.cc 437 const region_model &new_model local
444 = new_model.get_store_value (base_reg, NULL);
484 new_model.get_manager ());
569 const region_model &new_model local
571 const store &new_store = *new_model.get_store ();
varargs.cc 303 const region_model *new_model = new_state->m_region_model; local
304 const svalue *ptr_sval = new_model->get_rvalue (ap, NULL);
305 const region *reg = new_model->deref_rvalue (ptr_sval, ap, NULL);
306 const svalue *impl_sval = new_model->get_store_value (reg, NULL);
569 const region_model *new_model = new_state->m_region_model; local
570 const svalue *arg = get_va_copy_arg (new_model, NULL, call, arg_idx);
  /src/external/gpl3/gcc/dist/gcc/
ipa-visibility.cc 891 enum tls_model new_model = decl_default_tls_model (decl); local
896 if (new_model >= decl_tls_model (decl))
897 set_decl_tls_model (decl, new_model);
  /src/external/gpl3/gdb/dist/sim/ppc/
ld-insn.c 238 model *new_model = ZALLOC(model); local
240 new_model->name = file_entry->fields[model_identifer];
241 new_model->printable_name = file_entry->fields[model_name];
242 new_model->insn_default = file_entry->fields[model_default];
244 while (*new_model->insn_default && isspace(*new_model->insn_default))
245 new_model->insn_default++;
247 len = strlen(new_model->insn_default);
253 last_model->next = new_model;
255 models = new_model;
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
ld-insn.c 238 model *new_model = ZALLOC(model); local
240 new_model->name = file_entry->fields[model_identifer];
241 new_model->printable_name = file_entry->fields[model_name];
242 new_model->insn_default = file_entry->fields[model_default];
244 while (*new_model->insn_default && isspace(*new_model->insn_default))
245 new_model->insn_default++;
247 len = strlen(new_model->insn_default);
253 last_model->next = new_model;
255 models = new_model;
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/igen/
ld-insn.c 1091 model_entry *new_model; local
1098 new_model = ZALLOC (model_entry);
1099 filter_parse (&new_model->flags,
1101 new_model->line = record->line;
1102 new_model->name = record->field[model_name_field];
1103 new_model->full_name = record->field[model_full_name_field];
1104 new_model->unit_data = record->field[model_unit_data_field];
1106 if (!filter_is_subset (options.flags_filter, new_model->flags))
1108 notify (new_model->line,
1110 new_model->name)
    [all...]
  /src/external/gpl3/gdb/dist/sim/igen/
ld-insn.c 1091 model_entry *new_model; local
1098 new_model = ZALLOC (model_entry);
1099 filter_parse (&new_model->flags,
1101 new_model->line = record->line;
1102 new_model->name = record->field[model_name_field];
1103 new_model->full_name = record->field[model_full_name_field];
1104 new_model->unit_data = record->field[model_unit_data_field];
1106 if (!filter_is_subset (options.flags_filter, new_model->flags))
1108 notify (new_model->line,
1110 new_model->name)
    [all...]

Completed in 17 milliseconds