Home
last modified time | relevance | path

Searched refs:IsQualConst (Results 1 – 5 of 5) sorted by relevance

/dports/devel/cc65/cc65-2.19/src/cc65/
H A Dassignment.c70 if (IsQualConst (ltype)) { in Assignment()
H A Ddatatype.h537 INLINE int IsQualConst (const Type* T) in IsQualConst() function
543 # define IsQualConst(T) (((T)->C & T_QUAL_CONST) != 0) macro
H A Dcompile.c221 if (IsQualConst (GetBaseElementType (Decl.Type))) { in Parse()
H A Dlocals.c385 if (IsQualConst (GetBaseElementType (Sym->Type))) { in ParseStaticDecl()
H A Dexpr.c1455 if (IsQualConst (Expr->Type)) { in PreInc()
1531 if (IsQualConst (Expr->Type)) { in PreDec()
1604 if (IsQualConst (Expr->Type)) { in PostInc()
1660 if (IsQualConst (Expr->Type)) { in PostDec()
3303 if (IsQualConst (Expr->Type)) { in opeq()
3427 if (IsQualConst (Expr->Type)) { in addsubeq()