Home
last modified time | relevance | path

Searched refs:m_functions (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c94 m_functions.create (0); in context()
117 m_functions.release (); in ~context()
132 FOR_EACH_VEC_ELT (m_functions, i, func) in gt_ggc_mx()
505 m_functions.safe_push (func); in new_function()
2746 FOR_EACH_VEC_ELT (m_functions, i, func) in replay()
2752 FOR_EACH_VEC_ELT (m_functions, i, func) in replay()
H A Djit-playback.h323 auto_vec<function *> m_functions; variable
H A Djit-recording.c564 m_functions (), in context()
1008 m_functions.safe_push (result); in new_function()
1577 FOR_EACH_VEC_ELT (m_functions, i, fn) in dump_to_file()
1921 FOR_EACH_VEC_ELT (m_functions, i, fn) in validate()
H A Djit-recording.h346 auto_vec<function *> m_functions; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc157 m_functions.create (0); in context()
180 m_functions.release (); in ~context()
195 FOR_EACH_VEC_ELT (m_functions, i, func) in gt_ggc_mx()
598 m_functions.safe_push (func); in new_function()
3248 FOR_EACH_VEC_ELT (m_functions, i, func) in replay()
3254 FOR_EACH_VEC_ELT (m_functions, i, func) in replay()
H A Djit-playback.h367 auto_vec<function *> m_functions; variable
H A Djit-recording.cc564 m_functions (), in context()
1013 m_functions.safe_push (result); in new_function()
1681 FOR_EACH_VEC_ELT (m_functions, i, fn) in dump_to_file()
2046 FOR_EACH_VEC_ELT (m_functions, i, fn) in validate()
H A Djit-recording.h364 auto_vec<function *> m_functions; variable
H A DChangeLog.jit1574 (gcc::jit::recording::context::m_functions): Likewise.
1599 context's m_functions vector.
H A DChangeLog3580 (gcc::jit::playback::context): Convert fields "m_functions",
3600 "m_mementos", "m_compound_types", "m_functions" from vec<> to