Searched refs:_GATE (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/scripts/gcc-plugins/ |
D | gcc-generate-simple_ipa-pass.h | 39 #define _GATE NULL macro 43 #define _GATE __GATE(PASS_NAME) macro 93 .gate = _GATE, 117 virtual bool gate(function *) { return _GATE(); } 119 virtual bool gate(void) { return _GATE(); } 160 #undef _GATE
|
D | gcc-generate-gimple-pass.h | 39 #define _GATE NULL macro 43 #define _GATE __GATE(PASS_NAME) macro 93 .gate = _GATE, 117 virtual bool gate(function *) { return _GATE(); } 119 virtual bool gate(void) { return _GATE(); } 160 #undef _GATE
|
D | gcc-generate-rtl-pass.h | 39 #define _GATE NULL macro 43 #define _GATE __GATE(PASS_NAME) macro 93 .gate = _GATE, 117 virtual bool gate(function *) { return _GATE(); } 119 virtual bool gate(void) { return _GATE(); } 160 #undef _GATE
|
D | gcc-generate-ipa-pass.h | 103 #define _GATE NULL macro 107 #define _GATE __GATE(PASS_NAME) macro 161 .gate = _GATE, 206 virtual bool gate(function *) { return _GATE(); } 208 virtual bool gate(void) { return _GATE(); } 260 #undef _GATE
|
/Linux-v4.19/drivers/clk/ |
D | clk-stm32mp1.c | 1210 #define _GATE(_gate_offset, _gate_bit_idx, _gate_flags)\ macro 1688 _GATE(RCC_PLL1CR, 4, 0), 1693 _GATE(RCC_PLL2CR, 4, 0), 1698 _GATE(RCC_PLL2CR, 5, 0), 1703 _GATE(RCC_PLL2CR, 6, 0), 1708 _GATE(RCC_PLL3CR, 4, 0), 1713 _GATE(RCC_PLL3CR, 5, 0), 1718 _GATE(RCC_PLL3CR, 6, 0), 1723 _GATE(RCC_PLL4CR, 4, 0), 1728 _GATE(RCC_PLL4CR, 5, 0), [all …]
|