Lines Matching refs:USED
158 /* Attribute const is used for functions that have no effects other than their
203 /* Used to optionally mark structures with misaligned elements or size as
212 /* Attribute pure is used for functions that have no effects other than their
270 * PUBLIC/USED macros
275 * We also need to define a USED attribute, so the optimizer doesn't
281 # define USED
284 # define USED __attribute__((used))
287 # define USED
294 * a function parameter to be used in some build configurations but not others.
297 * Note that this should not be used for identifiers used in `assert()`;