Searched refs:DECL (Results 126 - 150 of 171) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Demit1.c266 case DECL:
273 if (llibflg && def != DECL) {
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree.h103 /* Nonzero if DECL represents a VAR_DECL or FUNCTION_DECL. */
105 #define VAR_OR_FUNCTION_DECL_P(DECL)\
106 (TREE_CODE (DECL) == VAR_DECL || TREE_CODE (DECL) == FUNCTION_DECL)
1315 /* DECL_EXPR accessor. This gives access to the DECL associated with
1985 /* Nonzero if DECL represents a variable for the SSA passes. */
1986 #define SSA_VAR_P(DECL) \
1987 (TREE_CODE (DECL) == VAR_DECL \
1988 || TREE_CODE (DECL) == PARM_DECL \
1989 || TREE_CODE (DECL)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.h1230 /* Output part N of a function descriptor for DECL. For ia64, both
1232 #define ASM_OUTPUT_FDESC(FILE, DECL, PART) \
1240 mark_decl_referenced (DECL); \
1241 assemble_name (FILE, XSTR (XEXP (DECL_RTL (DECL), 0), 0)); \
1486 #define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME) \
1487 ia64_asm_output_external (FILE, DECL, NAME)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.h1278 /* Output part N of a function descriptor for DECL. For ia64, both
1280 #define ASM_OUTPUT_FDESC(FILE, DECL, PART) \
1288 mark_decl_referenced (DECL); \
1289 assemble_name (FILE, XSTR (XEXP (DECL_RTL (DECL), 0), 0)); \
1573 #define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME) \
1574 ia64_asm_output_external (FILE, DECL, NAME)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mn10300/
H A Dmn10300.h533 #define REG_PARM_STACK_SPACE(DECL) 8
918 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
919 asm_output_aligned_bss ((FILE), (DECL), (NAME), (SIZE), (ALIGN))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Dsysv4.h536 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
537 rs6000_elf_declare_function_name ((FILE), (NAME), (DECL))
587 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-tree.h95 #define C_DECL_THREADPRIVATE_P(DECL) DECL_LANG_FLAG_3 (VAR_DECL_CHECK (DECL))
H A Dtree.h108 /* Nonzero if DECL represents a VAR_DECL or FUNCTION_DECL. */
110 #define VAR_OR_FUNCTION_DECL_P(DECL)\
111 (TREE_CODE (DECL) == VAR_DECL || TREE_CODE (DECL) == FUNCTION_DECL)
1596 /* DECL_EXPR accessor. This gives access to the DECL associated with
2462 /* Nonzero if DECL represents a variable for the SSA passes. */
2463 #define SSA_VAR_P(DECL) \
2464 (TREE_CODE (DECL) == VAR_DECL \
2465 || TREE_CODE (DECL) == PARM_DECL \
2466 || TREE_CODE (DECL)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rx/
H A Drx.h540 #define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME) \
545 default_elf_asm_output_external (FILE, DECL, NAME); \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.h868 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
869 asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.h876 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
877 asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dlinux64.h446 #define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dcp-tree.h383 VALUE field is a DECL for the associated declaration. Thus,
1491 /* If a DECL has DECL_LANG_SPECIFIC, it is either a lang_decl_flags or
1789 /* Nonzero if DECL is a declaration of __builtin_constant_p. */
1835 /* Nonzero if the DECL was initialized in the class definition itself,
1838 #define DECL_INITIALIZED_IN_CLASS_P(DECL) \
1839 (DECL_LANG_SPECIFIC (DECL)->decl_flags.initialized_in_class)
1841 /* Nonzero for DECL means that this decl is just a friend declaration,
1878 /* Nonzero for a DECL means that this member is a non-static member. */
1941 /* True iff DECL is an entity with vague linkage whose definition is
1946 /* Nonzero if this DECL i
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dbfin.h312 #define FIRST_PARM_OFFSET(DECL) 0
1193 #define ASM_DECLARE_FUNCTION_NAME(FILE,NAME,DECL) \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/bfin/
H A Dbfin.h97 #define FIRST_PARM_OFFSET(DECL) 0
1041 #define ASM_DECLARE_FUNCTION_NAME(FILE,NAME,DECL) \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/s390/
H A Ds390.h929 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
930 asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/lm32/
H A Dlm32.h276 #define RETURN_POPS_ARGS(DECL, FUNTYPE, SIZE) 0
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.h2771 #define ASM_DECLARE_OBJECT_NAME(STREAM, NAME, DECL) \
2795 #define ASM_OUTPUT_EXTERNAL(STREAM,DECL,NAME) \
2796 mips_output_external(STREAM,DECL,NAME)
2805 #define ASM_DECLARE_FUNCTION_NAME(STREAM,NAME,DECL)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mips/
H A Dmips.h2647 #define ASM_DECLARE_OBJECT_NAME(STREAM, NAME, DECL) \
2670 #define ASM_OUTPUT_EXTERNAL(STREAM,DECL,NAME) \
2671 mips_output_external(STREAM,DECL,NAME)
2680 #define ASM_DECLARE_FUNCTION_NAME(STREAM,NAME,DECL)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68hc11/
H A Dm68hc11.h1324 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
1346 ASM_DECLARE_RESULT (FILE, DECL_RESULT (DECL)); \
1355 #define ASM_OUTPUT_EXTERNAL(FILE,DECL,NAME) \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.h1376 #define REG_PARM_STACK_SPACE(DECL) (6 * UNITS_PER_WORD)
1581 #define ASM_DECLARE_REGISTER_GLOBAL(FILE, DECL, REGNO, NAME) \
2205 FILE the assembler definition of uninitialized global DECL named
2209 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m68hc11/
H A Dm68hc11.h1399 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
1421 ASM_DECLARE_RESULT (FILE, DECL_RESULT (DECL)); \
1429 #define ASM_OUTPUT_EXTERNAL(FILE,DECL,NAME) \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sparc/
H A Dsparc.h1410 #define REG_PARM_STACK_SPACE(DECL) (6 * UNITS_PER_WORD)
1631 #define ASM_DECLARE_REGISTER_GLOBAL(FILE, DECL, REGNO, NAME) \
2348 FILE the assembler definition of uninitialized global DECL named
2352 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Dread.c390 sym.s_def = DECL;
488 ((symp->s_def == DECL && sym.s_def == DECL) ||
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arm/
H A Darm.h1999 #define ARM_DECLARE_FUNCTION_SIZE(STREAM, NAME, DECL) \
2000 if (!TARGET_LONG_CALLS || ! DECL_SECTION_NAME (DECL)) \
2001 arm_encode_call_attribute (DECL, SHORT_CALL_FLAG_CHAR)
2321 #define ARM_DECLARE_FUNCTION_NAME(STREAM, NAME, DECL) \
2326 if (is_called_in_ARM_mode (DECL) \

Completed in 577 milliseconds

1234567