Lines Matching defs:types

227   if (filenum == -1)		/* -1,-1 is for temporary types.  */
243 that negative (rs6k builtin) types will never appear as
341 /* for all the stabs in a given stab vector, build appropriate types
357 patch their types! */
592 /* We would like to eliminate nameless symbols, but keep their types.
757 types; other languages probably should have at least
833 /* Function result types are described as the result type in stabs.
850 /* Sun acc puts declared types of arguments here. */
1001 GDB user types "print short_arg = 0x10000;").
1224 /* Pascal accepts names for pointer types. */
1343 /* Some systems pass variables of certain types by reference instead
1389 can define new types and new syntaxes, and old versions of the
1515 cross-reference types. */
1612 This handles recursive types. */
1625 /* This is the absolute wrong way to construct types. Every
1627 the related problems with unnecessarily stubbed types;
1633 types (trees, linked lists) necessarily entails modifying
1634 types after creating them. Constructing any loop structure
1642 at the source language level, too: C's "incomplete types",
1660 /* In the following types, we must be sure to overwrite any existing
1694 types which ref themselves --- like `void' types. Do we
1770 /* FIXME -- we should be doing smash_to_XXX types here. */
1827 /* We'll get the parameter types from the name. */
1949 /* RS/6000 xlc/dbx combination uses a set of builtin types, starting from -1.
1955 /* We recognize types numbered from -NUMBER_RECOGNIZED to -1. */
1980 /* The size of this and all the other types are fixed, defined
2753 /* Possible future hook for nested types. */
3333 /* When describing struct/union/class types in stabs, G++ always drops
3874 Fortran programs appear to use this for complex types also. To
3988 /* Read in an argument list. This is a list of types, separated by commas
3989 and terminated with END. Return the list of types read in, or (struct type
3997 struct type *types[1024]; /* allow for fns of 1023 parameters */
4008 types[n++] = read_type (pp, objfile);
4012 if (TYPE_CODE (types[n - 1]) != TYPE_CODE_VOID)
4023 rval[i].type = types[i];
4140 /* What about types defined as forward references inside of a small lexical
4142 /* Add a type to the list of undefined types to be checked through
4159 up if possible. We have two kinds of undefined types:
4183 C though not C++) case of several types with the same name
4218 "forward-referenced types left unresolved, "
4395 /* Leave FILENUM of 0 free for builtin types and this file's types. */