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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
state-purge.cc 456 unsigned int stmt_idx = supernode->get_stmt_index (use_stmt); local
457 return function_point::before_stmt (supernode, stmt_idx);
1174 unsigned int stmt_idx = supernode->get_stmt_index (stmt); local
1176 (function_point::before_stmt (supernode, stmt_idx));
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
state-purge.cc 451 unsigned int stmt_idx = supernode->get_stmt_index (use_stmt); local
452 return function_point::before_stmt (supernode, stmt_idx);
1165 unsigned int stmt_idx = supernode->get_stmt_index (stmt); local
1167 (function_point::before_stmt (supernode, stmt_idx));

Completed in 43 milliseconds