Searched refs:restr (Results 1 – 2 of 2) sorted by relevance
218 …for restr in ('(?P<delim>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?P=delim)', # ,".*?…222 regexp = re.compile(restr, re.DOTALL | re.MULTILINE)
397 const char *const restr = (var->data.image.restrict_flag) ? "restrict " : ""; in print_var_decl() local400 fprintf(fp, "%s%s%s%s%s", coher, volat, restr, ronly, wonly); in print_var_decl()