Home
last modified time | relevance | path

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

/external/rust/crates/regex/examples/
Dshootout-regex-dna-bytes.rs43 let restr = variant.to_string(); in main() localVariable
Dshootout-regex-dna.rs43 let restr = variant.to_string(); in main() localVariable
Dshootout-regex-dna-cheat.rs48 let restr = variant.to_string(); in main() localVariable
/external/llvm-project/polly/lib/External/isl/
Disl_flow.c50 isl_restriction *restr; in isl_restriction_alloc() local
91 isl_restriction *restr; in isl_restriction_input() local
119 isl_restriction *restr; in isl_restriction_output() local
139 __isl_take isl_restriction *restr) in isl_restriction_free()
150 isl_ctx *isl_restriction_get_ctx(__isl_keep isl_restriction *restr) in isl_restriction_get_ctx()
585 isl_restriction *restr; in restricted_partial_lexmax() local
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-convert-member-functions-to-static.cpp161 void restr() __restrict { in restr() function
/external/one-true-awk/
Dawk.h246 uschar *restr; member
/external/mesa3d/src/compiler/nir/
Dnir_print.c505 const char *const restr = (access & ACCESS_RESTRICT) ? "restrict " : ""; in print_var_decl() local