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

  /src/external/gpl3/binutils/dist/gas/config/
tc-crx.c 1701 char *new_param; /* New created operands string. */ local
1718 new_param = XCNEWVEC (char, MAX_INST_LEN);
1720 strncpy (new_param, param, paramP - param - 1);
1825 strcat (new_param, maskstring);
1826 return new_param;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-crx.c 1701 char *new_param; /* New created operands string. */ local
1718 new_param = XCNEWVEC (char, MAX_INST_LEN);
1720 strncpy (new_param, param, paramP - param - 1);
1825 strcat (new_param, maskstring);
1826 return new_param;
  /src/external/gpl3/gcc/dist/gcc/jit/
libgccjit++.h 168 param new_param (type type_,
869 context::new_param (type type_, function in class:gccjit::context
jit-playback.cc 490 new_param (location *loc, function in class:gcc::jit::playback::context
jit-recording.cc 979 recording::context::new_param (recording::location *loc, function in class:gcc::jit::recording::context
4060 set_playback_obj (r->new_param (playback_location (r, m_loc),
  /src/external/gpl3/gcc.old/dist/gcc/jit/
libgccjit++.h 168 param new_param (type type_,
868 context::new_param (type type_, function in class:gccjit::context
jit-playback.cc 488 new_param (location *loc, function in class:gcc::jit::playback::context
jit-recording.cc 981 recording::context::new_param (recording::location *loc, function in class:gcc::jit::recording::context
3993 set_playback_obj (r->new_param (playback_location (r, m_loc),

Completed in 41 milliseconds