HomeSort by: relevance | last modified time | path
    Searched defs:check_function_restrict (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 5817 check_function_restrict (const_tree fndecl, const_tree fntype,
6216 /* check_function_restrict sets the DECL_READ_P for arguments
6218 warned_p |= check_function_restrict (fndecl, fntype, nargs, argarray);
5802 check_function_restrict (const_tree fndecl, const_tree fntype, function
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 5722 check_function_restrict (const_tree fndecl, const_tree fntype,
6117 /* check_function_restrict sets the DECL_READ_P for arguments
6119 warned_p |= check_function_restrict (fndecl, fntype, nargs, argarray);
5707 check_function_restrict (const_tree fndecl, const_tree fntype, function

Completed in 37 milliseconds