Lines Matching +full:check +full:- +full:common +full:- +full:files
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
16 * @brief Common toolchain abstraction
18 * Macros to abstract compiler capabilities (common to all toolchains).
28 /* Use TASK_ENTRY_CPP to tag task entry points defined in C++ files. */
115 * even ignoring -fno-inline. So for code coverage, do not
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.
170 * Common implementation swallows the message.
197 /* Check if a pointer is aligned for against a specific byte boundary */
200 /* Check if a pointer is aligned enough for a particular data type. */