SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause brief: | Performs a type cast which removes all qualifiers without warnings to the type for the pointer variable. copyrights: - Copyright (C) 2020 embedded brains GmbH & Co. KG - Copyright (C) 2014 Pavel Pisa definition: default: attributes: null body: | ${dequalify-depthx:/name}( *, ${.:/params[0]/name}, ${.:/params[1]/name} ) params: [] return: null variants: [] description: null enabled-by: true index-entries: [] interface-type: macro links: - role: interface-placement uid: header - role: interface-ingroup uid: group name: RTEMS_DEQUALIFY notes: null params: - description: | is the target type of the cast. dir: null name: _type - description: | is the pointer variable. dir: null name: _var return: null type: interface