Searched refs:NAMED (Results 76 - 83 of 83) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.h1637 #define FUNCTION_ARG_ADVANCE(CUM, MODE, TYPE, NAMED) \
1638 sh_function_arg_advance (&(CUM), (MODE), (TYPE), (NAMED))
1639 #define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \
1640 sh_function_arg (&(CUM), (MODE), (TYPE), (NAMED))
1745 #define SH5_WOULD_BE_PARTIAL_NREGS(CUM, MODE, TYPE, NAMED) \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.h1701 NAMED is nonzero if this argument is a named parameter
1705 other arguments are passed on the stack. If (NAMED == 0) (which happens
1709 #define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \
1710 arm_function_arg (&(CUM), (MODE), (TYPE), (NAMED))
1733 #define FUNCTION_ARG_ADVANCE(CUM, MODE, TYPE, NAMED) \
1734 arm_function_arg_advance (&(CUM), (MODE), (TYPE), (NAMED))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Drs6000.h1492 #define FUNCTION_ARG_ADVANCE(CUM, MODE, TYPE, NAMED) \
1493 function_arg_advance (&CUM, MODE, TYPE, NAMED, 0)
1505 NAMED is nonzero if this argument is a named parameter
1517 #define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \
1518 function_arg (&CUM, MODE, TYPE, NAMED)
H A Drs6000.c4218 #define USE_ALTIVEC_FOR_ARG_P(CUM,MODE,TYPE,NAMED) \
4222 && (NAMED))
5087 NAMED is nonzero if this argument is a named parameter
/netbsd-6-1-5-RELEASE/external/mit/expat/dist/lib/
H A Dxmlparse.c95 } NAMED; typedef in typeref:struct:__anon2807
98 NAMED **v;
131 NAMED **p;
132 NAMED **end;
401 static NAMED *
409 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *);
5916 static NAMED *
5927 tsize = table->size * sizeof(NAMED *);
5928 table->v = (NAMED **)table->mem->malloc_fcn(tsize);
5956 size_t tsize = newSize * sizeof(NAMED *);
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sh/
H A Dsh.h1996 #define FUNCTION_ARG_ADVANCE(CUM, MODE, TYPE, NAMED) \
1997 sh_function_arg_advance (&(CUM), (MODE), (TYPE), (NAMED))
1998 #define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \
1999 sh_function_arg (&(CUM), (MODE), (TYPE), (NAMED))
2104 #define SH5_WOULD_BE_PARTIAL_NREGS(CUM, MODE, TYPE, NAMED) \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arm/
H A Darm.h1565 NAMED is nonzero if this argument is a named parameter
1569 other arguments are passed on the stack. If (NAMED == 0) (which happens
1573 #define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \
1574 arm_function_arg (&(CUM), (MODE), (TYPE), (NAMED))
1597 #define FUNCTION_ARG_ADVANCE(CUM, MODE, TYPE, NAMED) \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.c6708 #define USE_ALTIVEC_FOR_ARG_P(CUM,MODE,TYPE,NAMED) \
6712 && (NAMED))
7609 NAMED is nonzero if this argument is a named parameter

Completed in 386 milliseconds

1234