Home
last modified time | relevance | path

Searched refs:E_U8_CHAR_C2X (Results 1 – 3 of 3) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCerr.h280 E_U8_CHAR_C2X = 251, /* u8 character constant requires ISO C2X or later */ enumerator
H A DSDCCerr.c566 { E_U8_CHAR_C2X, ERROR_LEVEL_ERROR,
H A DSDCCval.c1384 werror (E_U8_CHAR_C2X); in constCharacterVal()