Home
last modified time | relevance | path

Searched refs:_is_struct_type (Results 1 – 4 of 4) sorted by relevance

/dports/devel/libslang2/slang-2.3.2/doc/tm/rtl/
H A Dstruct.tm189 \function{_is_struct_type}
191 \usage{Integer_Type _is_struct_type (X)}
193 The \ifun{_is_struct_type} function returns 1 if the parameter
207 \seealso{typeof, _typeof, _is_struct_type}
/dports/devel/libfirm/libfirm-1.21.0/ir/tr/
H A Dtype_t.h446 static inline int _is_struct_type(const ir_type *strct) in _is_struct_type() function
563 #define is_Struct_type(strct) _is_struct_type(strct)
H A Dtype.c1122 return _is_struct_type(strct);
/dports/devel/libslang2/slang-2.3.2/slsh/lib/
H A Dprint.sl231 if (_is_struct_type (a))