C_CONST 44 libparser/C.c #define IS_TYPE_QUALIFIER(c) ((c) == C_CONST || (c) == C_RESTRICT || (c) == C_VOLATILE) C_CONST 310 libparser/c_res.h {"__const", C_CONST}, C_CONST 312 libparser/c_res.h {"__const__", C_CONST}, C_CONST 331 libparser/c_res.h {"const", C_CONST},