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

  /src/external/gpl3/gcc/dist/gcc/
incpath.h 25 INC_SYSTEM, /* sys-include */
  /src/external/gpl3/gcc.old/dist/gcc/
incpath.h 25 INC_SYSTEM, /* sys-include */
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-opts.cc 326 add_path (xstrdup (arg), INC_SYSTEM, 1, true);
622 add_path (xstrdup (arg), INC_SYSTEM, 0, true);
626 add_prefixed_path (arg, INC_SYSTEM);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-opts.cc 324 add_path (xstrdup (arg), INC_SYSTEM, 1, true);
601 add_path (xstrdup (arg), INC_SYSTEM, 0, true);
605 add_prefixed_path (arg, INC_SYSTEM);

Completed in 21 milliseconds