Home
last modified time | relevance | path

Searched defs:_PASS_NAME_PASS (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A Dgcc-generate-simple_ipa-pass.h31 #define _PASS_NAME_PASS __PASS_NAME_PASS(PASS_NAME) macro
171 #undef _PASS_NAME_PASS macro
H A Dgcc-generate-gimple-pass.h31 #define _PASS_NAME_PASS __PASS_NAME_PASS(PASS_NAME) macro
171 #undef _PASS_NAME_PASS macro
H A Dgcc-generate-rtl-pass.h31 #define _PASS_NAME_PASS __PASS_NAME_PASS(PASS_NAME) macro
171 #undef _PASS_NAME_PASS macro
H A Dgcc-generate-ipa-pass.h39 #define _PASS_NAME_PASS __PASS_NAME_PASS(PASS_NAME) macro
273 #undef _PASS_NAME_PASS macro
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A Dgcc-generate-gimple-pass.h31 #define _PASS_NAME_PASS __PASS_NAME_PASS(PASS_NAME) macro
89 class _PASS_NAME_PASS : public gimple_opt_pass { class
91 _PASS_NAME_PASS() : gimple_opt_pass(_PASS_NAME_PASS_DATA, g) {} in _PASS_NAME_PASS() function in __anon41906::_PASS_NAME_PASS
140 #undef _PASS_NAME_PASS macro
H A Dgcc-generate-simple_ipa-pass.h31 #define _PASS_NAME_PASS __PASS_NAME_PASS(PASS_NAME) macro
89 class _PASS_NAME_PASS : public simple_ipa_opt_pass { class
91 _PASS_NAME_PASS() : simple_ipa_opt_pass(_PASS_NAME_PASS_DATA, g) {} in _PASS_NAME_PASS() function in __anon41909::_PASS_NAME_PASS
135 #undef _PASS_NAME_PASS macro
H A Dgcc-generate-rtl-pass.h31 #define _PASS_NAME_PASS __PASS_NAME_PASS(PASS_NAME) macro
89 class _PASS_NAME_PASS : public rtl_opt_pass { class
91 _PASS_NAME_PASS() : rtl_opt_pass(_PASS_NAME_PASS_DATA, g) {} in _PASS_NAME_PASS() function in __anon41908::_PASS_NAME_PASS
135 #undef _PASS_NAME_PASS macro
H A Dgcc-generate-ipa-pass.h39 #define _PASS_NAME_PASS __PASS_NAME_PASS(PASS_NAME) macro
157 class _PASS_NAME_PASS : public ipa_opt_pass_d { class
159 _PASS_NAME_PASS() : ipa_opt_pass_d(_PASS_NAME_PASS_DATA, in _PASS_NAME_PASS() function in __anon41907::_PASS_NAME_PASS
231 #undef _PASS_NAME_PASS macro

Completed in 4 milliseconds