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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ada-spec.cc 865 struct with { char *s; const char *in_file; bool limited; }; member in struct:with
870 /* Record a "with" clause on package S (a limited with if LIMITED_ACCESS is
891 withs[i].limited &= limited_access;
897 withs[with_len].limited = limited_access;
930 (f, "%swith %s;\n", withs[i].limited ? "limited " : "", withs[i].s);
990 "limited", "loop", "mod", "new", "not", "null", "others", "out", "of", "or",
1333 limited 'with' clause rather than a regular 'with' clause. */
1452 limited 'with' clause rather than a regular 'with' clause. */
1918 pp_string (buffer, " is tagged limited ");
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ada-spec.cc 865 struct with { char *s; const char *in_file; bool limited; }; member in struct:with
870 /* Record a "with" clause on package S (a limited with if LIMITED_ACCESS is
891 withs[i].limited &= limited_access;
897 withs[with_len].limited = limited_access;
930 (f, "%swith %s;\n", withs[i].limited ? "limited " : "", withs[i].s);
990 "limited", "loop", "mod", "new", "not", "null", "others", "out", "of", "or",
1333 limited 'with' clause rather than a regular 'with' clause. */
1452 limited 'with' clause rather than a regular 'with' clause. */
1915 pp_string (buffer, " is tagged limited ");
    [all...]

Completed in 23 milliseconds