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

  /src/external/gpl3/gcc.old/dist/gcc/
cfgexpand.cc 2760 bool builtin_p; local
2788 builtin_p = decl && fndecl_built_in_p (decl);
2792 if (!builtin_p)
2806 if (builtin_p
  /src/external/gpl3/gcc/dist/gcc/
cfgexpand.cc 2768 bool builtin_p; local
2796 builtin_p = decl && fndecl_built_in_p (decl);
2800 if (!builtin_p)
2814 if (builtin_p

Completed in 32 milliseconds