zephyr/include/zephyr/sys
Tim Pambor 970c715ef4 sys: cbprintf: Suppress bugprone-sizeof-expression
clang-tidy reports a bugprone-sizeof-expression warning for
sizeof((__v)) when __v is a pointer type. This is a false-positive
in contexts like logging with %p, where using a pointer is
intentional and expected.

Add a NOLINT comment to suppress the warning in static analysis.

Signed-off-by: Tim Pambor <tim.pambor@codewrights.de>
2025-07-11 09:41:50 -05:00
..
internal
__assert.h
atomic_arch.h
atomic_builtin.h
atomic_c.h
atomic_types.h
atomic.h
barrier_builtin.h
barrier.h
base64.h
bitarray.h
byteorder.h
cbprintf_cxx.h everywhere: Use correct macro for gcc-specific warnings 2025-03-20 21:57:47 +01:00
cbprintf_enums.h
cbprintf_internal.h sys: cbprintf: Suppress bugprone-sizeof-expression 2025-07-11 09:41:50 -05:00
cbprintf.h include: cbprintf: Fix call to memcpy with null pointer 2025-06-26 11:02:08 -05:00
check.h
clock.h sys: clock: re-apply change to Z_IS_TIMEOUT_RELATIVE 2025-06-24 11:25:51 -04:00
crc.h style: add missing curly braces in if/while/for statements. 2025-05-17 14:10:33 +02:00
device_mmio.h
dlist.h sys: dlist: Add const qualifier to immutable API functions 2025-05-01 08:54:04 -04:00
errno_private.h
fdtable.h
hash_function.h
hash_map_api.h
hash_map_cxx.h
hash_map_oa_lp.h
hash_map_sc.h
hash_map.h
heap_listener.h
iterable_sections.h
kobject.h
libc-hooks.h
linear_range.h
list_gen.h sys: slist/sflist: Add const qualifier to immutable API functions 2025-05-01 08:54:04 -04:00
math_extras_impl.h
math_extras.h
mem_blocks.h
mem_manage.h
mem_stats.h
min_heap.h include: zephyr: sys: Refactor MIN_HEAP_DEFINE macro 2025-06-26 11:58:05 -04:00
mpsc_lockfree.h
mpsc_packet.h
mpsc_pbuf.h
multi_heap.h
mutex.h doc: doxygen: move usermode mutex/sem under usermode group 2025-04-18 17:46:50 +02:00
notify.h doc: doxygen: move notify/onoff to os_services 2025-04-18 17:46:50 +02:00
onoff.h doc: doxygen: move notify/onoff to os_services 2025-04-18 17:46:50 +02:00
p4wq.h lib: os: p4wq: add done handler 2025-02-12 16:03:17 +01:00
poweroff.h
printk-hooks.h
printk.h
rb.h
reboot.h
ring_buffer.h sys: ring_buffer: fix possible ring_buf_put_claim/get_claim wrong size 2025-04-26 11:14:44 -04:00
sem.h doc: doxygen: move usermode mutex/sem under usermode group 2025-04-18 17:46:50 +02:00
sflist.h sys: slist/sflist: remove stray FIXME 2025-06-05 09:34:55 +02:00
slist.h sys: slist/sflist: remove stray FIXME 2025-06-05 09:34:55 +02:00
speculation.h
spsc_lockfree.h sys: Remove static modifier 2025-06-06 08:43:03 +02:00
spsc_pbuf.h
sys_heap.h kernel: sys_heap: decouple realloc from aligned_realloc 2025-04-01 22:13:04 +02:00
sys_io.h
time_units.h include: zephyr: sys: time_units: Make z_clock_hw_cycles_per_sec unsigned 2025-03-28 12:21:07 +01:00
timeutil.h sys: timeutil: Fix warning in timespec_is_valid 2025-06-18 17:49:56 -04:00
util_internal_is_eq.h
util_internal_util_dec.h
util_internal_util_inc.h
util_internal_util_x2.h
util_internal.h
util_listify.h
util_loops.h
util_macro.h
util.h include: util: fix doxygen comment for utf8_trunc 2025-06-17 16:09:06 +02:00
uuid.h include: zephyr: sys: Fix uuid.h usage in C++ code 2025-05-06 02:36:15 +02:00
winstream.h