Home
last modified time | relevance | path

Searched defs:CONST_CAST_IA32_ATTR (Results 1 – 1 of 1) sorted by relevance

/dports/devel/libfirm/libfirm-1.21.0/ir/be/ia32/
H A Dia32_nodes_attr.h324 #define CONST_CAST_IA32_ATTR(type,ptr) (assert( ((const ia32_attr_t*)(ptr))->attr_type & IA32_ATTR… macro
327 #define CONST_CAST_IA32_ATTR(type,ptr) ((const type*) (ptr)) macro