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

  /src/external/gpl3/gcc/dist/gcc/
tree-call-cdce.cc 442 tree temp, tempn, tempc, tempcn;
456 tempc = create_tmp_var (boolean_type_node, temp_name2);
457 stmt2 = gimple_build_assign (tempc,
461 tempcn = make_ssa_name (tempc, stmt2);
439 tree temp, tempn, tempc, tempcn; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-call-cdce.cc 422 tree temp, tempn, tempc, tempcn;
436 tempc = create_tmp_var (boolean_type_node, temp_name2);
437 stmt2 = gimple_build_assign (tempc,
441 tempcn = make_ssa_name (tempc, stmt2);
419 tree temp, tempn, tempc, tempcn; local
  /src/external/gpl2/xcvs/dist/src/
acl.c 143 char *tempc; local
182 tempc = xstrdup(tempv);
183 tempsize = ( tempc != NULL ) ? strlen(tempc) : 0;
187 dirs[intcount] = xstrdup(tempc);
192 xrealloc_and_strcat(&tempc, &tempsize, "/");
193 xrealloc_and_strcat(&tempc, &tempsize, tempv);
195 dirs[intcount] = xstrdup(tempc);
200 free (tempc);

Completed in 30 milliseconds