Home
last modified time | relevance | path

Searched refs:restr (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dcsv.py218 …for restr in ('(?P<delim>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?P=delim)', # ,".*?…
222 regexp = re.compile(restr, re.DOTALL | re.MULTILINE)
/external/mesa3d/src/compiler/nir/
Dnir_print.c397 const char *const restr = (var->data.image.restrict_flag) ? "restrict " : ""; in print_var_decl() local
400 fprintf(fp, "%s%s%s%s%s", coher, volat, restr, ronly, wonly); in print_var_decl()