Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/examples/
Dshootout-regex-dna.rs41 let restr = variant.to_string(); in main() localVariable
43 counts.push((restr, future)); in main()
Dshootout-regex-dna-bytes.rs41 let restr = variant.to_string(); in main() localVariable
43 counts.push((restr, future)); in main()
Dshootout-regex-dna-cheat.rs46 let restr = variant.to_string(); in main() localVariable
48 counts.push((restr, future)); in main()
/third_party/python/Lib/
Dcsv.py217 …for restr in (r'(?P<delim>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?P=delim)', # ,".*…
221 regexp = re.compile(restr, re.DOTALL | re.MULTILINE)
/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.c649 static struct symbol_list *restr, *fouled; variable
660 add_symbol(&restr, type); in create_fouled()
670 PREPARE_PTR_LIST(restr, t1); in befoul()
Dshow-parse.c309 int restr = 0; in do_show_type() local
408 restr = 1; in do_show_type()
431 if (restr) in do_show_type()
/third_party/mesa3d/src/compiler/nir/
Dnir_print.c598 const char *const restr = (access & ACCESS_RESTRICT) ? "restrict " : ""; in print_var_decl() local
606 fprintf(fp, "%s%s%s%s%s%s%s%s", coher, volat, restr, ronly, wonly, reorder, in print_var_decl()