C_RESTRICT 44 libparser/C.c #define IS_TYPE_QUALIFIER(c) ((c) == C_CONST || (c) == C_RESTRICT || (c) == C_VOLATILE) C_RESTRICT 336 libparser/c_res.h {"__restrict", C_RESTRICT}, C_RESTRICT 339 libparser/c_res.h {"restrict", C_RESTRICT}, C_RESTRICT 365 libparser/c_res.h {"__restrict__", C_RESTRICT},