Lines Matching defs:definitions
4059 "subroutine type declarations, or function definitions");
5907 * argument list because prototypes (or definitions) are required and
6044 /* IR invariants disallow function declarations or definitions
6045 * nested within other function definitions. But there is no
6047 * and definitions with respect to one another. So simply insert
6461 /* Function definitions do not have r-values.
7406 * the types to HIR. This ensures that structure definitions embedded in
7407 * other structure definitions or in interface blocks are processed.
7911 /* Structure type definitions do not have r-values.
8717 * thinking there are conflicting definitions of gl_PerVertex in the
9068 unsigned definitions = 0;
9070 /* Calculate number of function definitions with the same name */
9073 if (++definitions > 1) {
9076 "definitions with name `%s', which is "