Searched refs:PARM (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.h25 PARM, /* Declaration of parm before function body */ enumerator in enum:decl_context
H A Ddecl.c7014 PARM for a parameter declaration (either within a function prototype
7296 We also want to avoid calling this a PARM if it is in a namespace. */
7303 decl_context = PARM;
7308 name = decl_context == PARM ? "parameter" : "type name";
7582 if (decl_context == PARM)
7630 if ((decl_context == PARM || decl_context == CATCHPARM)
7648 if (decl_context == PARM || decl_context == CATCHPARM)
8090 if ((decl_context == FIELD || decl_context == PARM)
8351 else if (unqualified_id == NULL_TREE && decl_context != PARM
8372 if (decl_context != PARM)
[all...]
H A Dparser.c8703 PARM, /*initialized=*/0,
17631 PARM, /*initialized=*/0,
18056 PARM, /*initialized=*/0,
/freebsd-9.3-release/contrib/gcc/
H A Dsdbout.c84 /* 1 if PARM is passed to this function in memory. */
86 #define PARM_PASSED_IN_MEMORY(PARM) \
87 (MEM_P (DECL_INCOMING_RTL (PARM)))
H A Dc-decl.c74 PARM, /* Declaration of parm before function body */ enumerator in enum:decl_context
3778 tree decl = grokdeclarator (parm->declarator, parm->specs, PARM, false,
3794 decl = grokdeclarator (parm->declarator, parm->specs, PARM, false, NULL);
4063 PARM for a parameter declaration (either within a function prototype
4073 It may also be so in the PARM case, for a prototype where the
4158 decl_context = PARM;
4251 if (decl_context == PARM && storage_class == csc_register)
4261 case PARM:
4510 else if (decl_context == PARM)
4585 if (decl_context != PARM
[all...]
H A Ddbxout.c282 /* 1 if PARM is passed to this function in memory. */
284 #define PARM_PASSED_IN_MEMORY(PARM) \
285 (MEM_P (DECL_INCOMING_RTL (PARM)))

Completed in 183 milliseconds