OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Mar 03 05:31:39 UTC 2026