Searched refs:_GATE (Results 1 – 5 of 5) sorted by relevance
| /linux/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/drivers/clk/ |
| A D | clk-stm32mp1.c | 1752 _GATE(RCC_PLL1CR, 4, 0), 1757 _GATE(RCC_PLL2CR, 4, 0), 1762 _GATE(RCC_PLL2CR, 5, 0), 1767 _GATE(RCC_PLL2CR, 6, 0), 1772 _GATE(RCC_PLL3CR, 4, 0), 1777 _GATE(RCC_PLL3CR, 5, 0), 1782 _GATE(RCC_PLL3CR, 6, 0), 1787 _GATE(RCC_PLL4CR, 4, 0), 1792 _GATE(RCC_PLL4CR, 5, 0), 1797 _GATE(RCC_PLL4CR, 6, 0), [all …]
|
Completed in 14 milliseconds