Searched refs:_GATE (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/scripts/gcc-plugins/ |
A D | gcc-generate-gimple-pass.h | 39 #define _GATE NULL macro 43 #define _GATE __GATE(PASS_NAME) macro 94 virtual bool gate(function *) { return _GATE(); } in gate() 129 #undef _GATE
|
A D | gcc-generate-rtl-pass.h | 39 #define _GATE NULL macro 43 #define _GATE __GATE(PASS_NAME) macro 94 virtual bool gate(function *) { return _GATE(); } in gate() 124 #undef _GATE
|
A D | gcc-generate-simple_ipa-pass.h | 39 #define _GATE NULL macro 43 #define _GATE __GATE(PASS_NAME) macro 94 virtual bool gate(function *) { return _GATE(); } in gate() 124 #undef _GATE
|
A D | gcc-generate-ipa-pass.h | 103 #define _GATE NULL macro 107 #define _GATE __GATE(PASS_NAME) macro 172 virtual bool gate(function *) { return _GATE(); } in gate() 218 #undef _GATE
|
/linux-6.3-rc2/drivers/clk/ |
A D | clk-stm32mp1.c | 1780 _GATE(RCC_PLL1CR, 4, 0), 1785 _GATE(RCC_PLL2CR, 4, 0), 1790 _GATE(RCC_PLL2CR, 5, 0), 1795 _GATE(RCC_PLL2CR, 6, 0), 1800 _GATE(RCC_PLL3CR, 4, 0), 1805 _GATE(RCC_PLL3CR, 5, 0), 1810 _GATE(RCC_PLL3CR, 6, 0), 1815 _GATE(RCC_PLL4CR, 4, 0), 1820 _GATE(RCC_PLL4CR, 5, 0), 1825 _GATE(RCC_PLL4CR, 6, 0), [all …]
|
Completed in 11 milliseconds