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

  /src/external/gpl3/gcc/dist/gcc/cp/
init.cc 1688 tree vtt_parm; local
1691 vtt_parm = current_vtt_parm;
1692 vtbl2 = fold_build_pointer_plus (vtt_parm, vtt_index);
1698 the vtt_parm in the case of the non-subobject constructor. */
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 1660 tree vtt_parm; local
1663 vtt_parm = current_vtt_parm;
1664 vtbl2 = fold_build_pointer_plus (vtt_parm, vtt_index);
1670 the vtt_parm in the case of the non-subobject constructor. */

Completed in 101 milliseconds