Lines Matching +full:- +full:- +full:no +full:- +full:function +full:- +full:coverage
2 * Copyright (c) 2010-2014 Wind River Systems, Inc.
4 * SPDX-License-Identifier: Apache-2.0
11 #error Please do not include toolchain-specific headers directly, use <zephyr/toolchain.h> instead
49 * No memory is allocated, and the local symbol does not appear in
109 /* force inlining a function */
114 * The always_inline attribute forces a function to be inlined,
115 * even ignoring -fno-inline. So for code coverage, do not
121 * used for coverage. ALWAYS_INLINE cannot be empty as compiler
144 * until https://github.com/zephyrproject-rtos/zephyr/issues/5006 is
145 * fixed via possibly #4174, we introduce this hack -- which will
169 /* Compile-time assertion that makes the build to fail.
203 /** @brief Tag a symbol (e.g. function) to be kept in the binary even though it is not used.