Home | History | Annotate | Download | only in c-family

Lines Matching defs:with

19 along with GCC; see the file COPYING3.  If not see
865 struct with { char *s; const char *in_file; bool limited; };
866 static struct with *withs = NULL;
870 /* Record a "with" clause on package S (a limited with if LIMITED_ACCESS is
879 withs = XNEWVEC (struct with, withs_max);
884 withs = XRESIZEVEC (struct with, withs, withs_max);
901 /* Reset "with" clauses. */
919 /* Dump "with" clauses in F. */
926 fprintf (f, "with Interfaces.C; use Interfaces.C;\n");
994 "terminate", "then", "type", "until", "use", "when", "while", "with", "xor",
1000 /* system will cause troubles with System.Address. */
1003 /* The following values have other definitions with same name/other
1333 limited 'with' clause rather than a regular 'with' clause. */
1452 limited 'with' clause rather than a regular 'with' clause. */
1516 pp_string (buffer, "with Import => True, ");
1717 /* Dump in BUFFER all the domains associated with an array NODE,
1838 /* Dump in BUFFER type names associated with a template, each prepended with
1858 /* Dump in BUFFER the contents of all class instantiations associated with
1990 pp_string (buffer, "with Convention => C");
2054 can be referenced via a "limited with" clause. NAME_ONLY indicates whether
2201 pp_string (buffer, "with Convention => C");
2289 /* We want to use regular with clauses for scalar types,
2357 is consistent with the internal treatment and makes it possible
2436 pp_string (buffer, first ? "tagged limited " : " with ");
2689 /* Add an overloaded NAME with N occurrences to TABLE. */
2707 /* Initialize the table with the problematic overloaded names. */
2858 type declaration of the anonymous type with the typedef'ed name
3185 pp_string (buffer, "with Import => True,");
3385 pp_string (buffer, "with Import => True,");
3390 pp_string (buffer, "with Convention => C_Pass_By_Copy");
3487 is auto-generated and always has a with clause for Interfaces.C. */