Home | History | Annotate | Download | only in config

Lines Matching refs:DECL

222 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
280 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
284 ASM_DECLARE_RESULT (FILE, DECL_RESULT (DECL)); \
292 #define ASM_DECLARE_OBJECT_NAME(FILE, NAME, DECL) \
301 && (DECL) && DECL_SIZE (DECL)) \
304 size = int_size_in_bytes (TREE_TYPE (DECL)); \
312 /* Output the size directive for a decl in rest_of_decl_compilation
316 by ASM_DECLARE_OBJECT_NAME when it was run for the same decl. */
319 #define ASM_FINISH_DECLARE_OBJECT(FILE, DECL, TOP_LEVEL, AT_END)\
322 const char *name = XSTR (XEXP (DECL_RTL (DECL), 0), 0); \
326 && DECL_SIZE (DECL) \
328 && DECL_INITIAL (DECL) == error_mark_node \
332 size = int_size_in_bytes (TREE_TYPE (DECL)); \
340 #define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \
518 #define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME) \
519 default_elf_asm_output_external (FILE, DECL, NAME)