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

  /src/external/gpl3/gcc/dist/gcc/
gensupport.cc 954 /* We will write the un-constrainified template into new_templ. */
955 std::string new_templ;
956 new_templ.append ("@");
982 new_templ += '\n';
983 new_templ.append (buffer);
1049 new_templ.append (line);
1082 XTMPL (x, templ_index) = xstrdup (new_templ.c_str ());
952 std::string new_templ; local
  /src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c 10487 templates *templ, *new_templ;
10490 new_templ = XNEW (templates);
10491 new_templ->opcode = opcode;
10492 new_templ->next = NULL;
10495 checked_hash_insert (aarch64_ops_hsh, opcode->name, new_templ);
10498 new_templ->next = templ->next;
10499 templ->next = new_templ;
10477 templates *templ, *new_templ; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c 10372 templates *templ, *new_templ;
10375 new_templ = XNEW (templates);
10376 new_templ->opcode = opcode;
10377 new_templ->next = NULL;
10380 checked_hash_insert (aarch64_ops_hsh, opcode->name, new_templ);
10383 new_templ->next = templ->next;
10384 templ->next = new_templ;
10362 templates *templ, *new_templ; local

Completed in 42 milliseconds