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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_print.c448 const char *const restr = (access & ACCESS_RESTRICT) ? "restrict " : ""; local in function:print_var_decl
451 fprintf(fp, "%s%s%s%s%s", coher, volat, restr, ronly, wonly);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_print.c501 const char *const restr = (access & ACCESS_RESTRICT) ? "restrict " : ""; local in function:print_var_decl
505 fprintf(fp, "%s%s%s%s%s%s", coher, volat, restr, ronly, wonly, reorder);

Completed in 5 milliseconds