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

/freebsd-10.2-release/contrib/gcc/cp/
H A Ddecl.h25 PARM, /* Declaration of parm before function body */ enumerator in enum:decl_context
H A Ddecl.c7420 PARM for a parameter declaration (either within a function prototype
7704 We also want to avoid calling this a PARM if it is in a namespace. */
7711 decl_context = PARM;
7716 name = decl_context == PARM ? "parameter" : "type name";
7990 if (decl_context == PARM)
8038 if ((decl_context == PARM || decl_context == CATCHPARM)
8056 if (decl_context == PARM || decl_context == CATCHPARM)
8525 if ((decl_context == FIELD || decl_context == PARM)
8818 else if (unqualified_id == NULL_TREE && decl_context != PARM
8839 if (decl_context != PARM)
[all...]
H A Dparser.c9037 PARM, /*initialized=*/0,
18112 PARM, /*initialized=*/0,
/freebsd-10.2-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.c76 PARM, /* Declaration of parm before function body */ enumerator in enum:decl_context
4155 tree decl = grokdeclarator (parm->declarator, parm->specs, PARM, false,
4171 decl = grokdeclarator (parm->declarator, parm->specs, PARM, false, NULL);
4440 PARM for a parameter declaration (either within a function prototype
4450 It may also be so in the PARM case, for a prototype where the
4537 decl_context = PARM;
4630 if (decl_context == PARM && storage_class == csc_register)
4640 case PARM:
4889 else if (decl_context == PARM)
4964 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 116 milliseconds