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

  /src/external/gpl3/gdb/dist/sim/ppc/
ld-insn.c 280 insn *new_function = ZALLOC(insn); local
281 new_function->file_entry = file_entry;
285 table->last_function->next = new_function;
287 table->functions = new_function;
288 table->last_function = new_function;
  /src/external/gpl3/gdb.old/dist/sim/ppc/
ld-insn.c 280 insn *new_function = ZALLOC(insn); local
281 new_function->file_entry = file_entry;
285 table->last_function->next = new_function;
287 table->functions = new_function;
288 table->last_function = new_function;
  /src/external/gpl3/gdb.old/dist/sim/igen/
ld-insn.c 745 function_entry *new_function; local
746 new_function = ZALLOC (function_entry);
747 new_function->line = record->line;
748 new_function->is_internal = is_internal;
754 new_function->type = record->field[old_function_typedef_field];
755 new_function->type = record->field[old_function_typedef_field];
757 new_function->param = record->field[old_function_param_field];
758 new_function->name = record->field[old_function_name_field];
764 filter_parse (&new_function->flags,
766 filter_parse (&new_function->models
    [all...]
  /src/external/gpl3/gdb/dist/sim/igen/
ld-insn.c 745 function_entry *new_function; local
746 new_function = ZALLOC (function_entry);
747 new_function->line = record->line;
748 new_function->is_internal = is_internal;
754 new_function->type = record->field[old_function_typedef_field];
755 new_function->type = record->field[old_function_typedef_field];
757 new_function->param = record->field[old_function_param_field];
758 new_function->name = record->field[old_function_name_field];
764 filter_parse (&new_function->flags,
766 filter_parse (&new_function->models
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/
libgccjit++.h 172 function new_function (enum gcc_jit_function_kind kind,
880 context::new_function (enum gcc_jit_function_kind kind, function in class:gccjit::context
jit-playback.cc 556 new_function (location *loc, function in class:gcc::jit::playback::context
jit-recording.cc 995 recording::context::new_function (recording::location *loc, function in class:gcc::jit::recording::context
4184 set_playback_obj (r->new_function (playback_location (r, m_loc),
  /src/external/gpl3/gcc.old/dist/gcc/jit/
libgccjit++.h 172 function new_function (enum gcc_jit_function_kind kind,
879 context::new_function (enum gcc_jit_function_kind kind, function in class:gccjit::context
jit-playback.cc 506 new_function (location *loc, function in class:gcc::jit::playback::context
jit-recording.cc 997 recording::context::new_function (recording::location *loc, function in class:gcc::jit::recording::context
4114 set_playback_obj (r->new_function (playback_location (r, m_loc),
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 8311 tree new_function, first_param, result;
8324 new_function = builtin_decl_explicit (fncode);
8325 result = build_function_call_vec (loc, vNULL, new_function, params,
8457 tree new_function, first_param, result;
8468 new_function = builtin_decl_explicit (fncode);
8469 if (!sync_resolve_params (loc, function, new_function, params,
8474 result = build_function_call_vec (loc, vNULL, new_function, params,
8293 tree new_function, first_param, result; local
8439 tree new_function, first_param, result; local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 7872 tree new_function, first_param, result;
7885 new_function = builtin_decl_explicit (fncode);
7886 result = build_function_call_vec (loc, vNULL, new_function, params,
8019 tree new_function, first_param, result;
8026 new_function = builtin_decl_explicit (fncode);
8027 if (!sync_resolve_params (loc, function, new_function, params,
8032 result = build_function_call_vec (loc, vNULL, new_function, params,
7854 tree new_function, first_param, result; local
8001 tree new_function, first_param, result; local

Completed in 43 milliseconds