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

  /src/external/gpl3/gcc/dist/gcc/
vmsdbgout.cc 107 static vec<unsigned> funcnum_table; variable
729 funcnum_table[rtnnum]);
763 funcnum_table[rtnnum]);
766 funcnum_table[rtnnum]);
1282 funcnum_table.safe_push (current_function_funcdef_no);
1466 funcnum_table.create (FUNC_TABLE_INITIAL);
1598 FOR_EACH_VEC_ELT (funcnum_table, i, ifunc)
1606 FOR_EACH_VEC_ELT (funcnum_table, i, ifunc)
  /src/external/gpl3/gcc.old/dist/gcc/
vmsdbgout.cc 107 static vec<unsigned> funcnum_table; variable
729 funcnum_table[rtnnum]);
763 funcnum_table[rtnnum]);
766 funcnum_table[rtnnum]);
1282 funcnum_table.safe_push (current_function_funcdef_no);
1466 funcnum_table.create (FUNC_TABLE_INITIAL);
1598 FOR_EACH_VEC_ELT (funcnum_table, i, ifunc)
1606 FOR_EACH_VEC_ELT (funcnum_table, i, ifunc)

Completed in 28 milliseconds