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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-uninit.cc 1347 tree uninit_op = gimple_phi_arg_def (phi, phiarg_index); local
1369 warn_uninit (OPT_Wmaybe_uninitialized, uninit_op,
1370 SSA_NAME_VAR (uninit_op),
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-uninit.cc 1274 tree uninit_op = gimple_phi_arg_def (phi, phiarg_index); local
1275 if (SSA_NAME_VAR (uninit_op) == NULL_TREE)
1298 warn_uninit (OPT_Wmaybe_uninitialized, uninit_op,
1299 SSA_NAME_VAR (uninit_op),

Completed in 28 milliseconds