OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:malloc_sm_idx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
engine.cc
223
unsigned
malloc_sm_idx
;
local
224
if (!m_ext_state.get_sm_idx_by_name ("malloc", &
malloc_sm_idx
))
227
*out_smap = m_new_state->m_checker_states[
malloc_sm_idx
];
228
*out_sm = &m_ext_state.get_sm (
malloc_sm_idx
);
229
*out_sm_idx =
malloc_sm_idx
;
engine.cc
223
unsigned
malloc_sm_idx
;
local
224
if (!m_ext_state.get_sm_idx_by_name ("malloc", &
malloc_sm_idx
))
227
*out_smap = m_new_state->m_checker_states[
malloc_sm_idx
];
228
*out_sm = &m_ext_state.get_sm (
malloc_sm_idx
);
229
*out_sm_idx =
malloc_sm_idx
;
Completed in 48 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026