Home
last modified time | relevance | path

Searched refs:IsQualCConv (Results 1 – 2 of 2) sorted by relevance

/dports/devel/cc65/cc65-2.19/src/cc65/
H A Ddatatype.h607 INLINE int IsQualCConv (const Type* T) in IsQualCConv() function
613 # define IsQualCConv(T) (((T)->C & T_QUAL_CCONV) != 0) macro
H A Ddeclare.c340 if (IsQualCConv (T)) { in FixQualifiers()
347 if (IsQualCConv (T + 1)) { in FixQualifiers()