Home
last modified time | relevance | path

Searched refs:DECL (Results 1 – 25 of 40) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/config/
H A Delfos.h219 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1) argument
277 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \ argument
311 #define ASM_DECLARE_OBJECT_NAME(FILE, NAME, DECL) \ argument
322 && (!DECL_ARTIFICIAL (DECL) || !TREE_READONLY (DECL))) \
329 && (DECL) && DECL_SIZE (DECL)) \
332 size = tree_to_uhwi (DECL_SIZE_UNIT (DECL)); \
354 && DECL_SIZE (DECL) \
356 && DECL_INITIAL (DECL) == error_mark_node \
360 size = tree_to_uhwi (DECL_SIZE_UNIT (DECL)); \
460 #define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME) \ argument
[all …]
/dragonfly/contrib/gcc-4.7/gcc/config/
H A Delfos.h222 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1) argument
280 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \ argument
298 #define ASM_DECLARE_OBJECT_NAME(FILE, NAME, DECL) \ argument
309 && (!DECL_ARTIFICIAL (DECL) || !TREE_READONLY (DECL))) \
316 && (DECL) && DECL_SIZE (DECL)) \
319 size = int_size_in_bytes (TREE_TYPE (DECL)); \
341 && DECL_SIZE (DECL) \
343 && DECL_INITIAL (DECL) == error_mark_node \
347 size = int_size_in_bytes (TREE_TYPE (DECL)); \
436 #define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME) \ argument
[all …]
/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.h42 #define KEYWORD_KEY_NAME(DECL) ((DECL)->decl_minimal.name) argument
46 #define METHOD_SEL_NAME(DECL) ((DECL)->decl_minimal.name) argument
48 #define METHOD_ADD_ARGS(DECL) ((DECL)->decl_non_common.result) argument
50 #define METHOD_DEFINITION(DECL) ((DECL)->decl_common.initial) argument
51 #define METHOD_ENCODING(DECL) ((DECL)->decl_minimal.context) argument
69 #define PROPERTY_NAME(DECL) DECL_NAME(DECL) argument
78 #define PROPERTY_READONLY(DECL) DECL_LANG_FLAG_0 (DECL) argument
81 #define PROPERTY_NONATOMIC(DECL) DECL_LANG_FLAG_1 (DECL) argument
102 #define PROPERTY_DYNAMIC(DECL) DECL_LANG_FLAG_2 (DECL) argument
107 #define PROPERTY_HAS_NO_GETTER(DECL) DECL_LANG_FLAG_3 (DECL) argument
[all …]
H A Dobjc-next-metadata-tags.h170 #define OBJCMETA(DECL,VERS,KIND) \ argument
172 DECL_ATTRIBUTES (DECL) = build_tree_list ((VERS), (KIND));
H A Dobjc-gnu-runtime-abi-01.c82 #define OBJCMETA(DECL,VERS,KIND) \ argument
84 DECL_ATTRIBUTES (DECL) = build_tree_list ((VERS), (KIND));
/dragonfly/contrib/openbsd_libm/src/
H A Ds_fdim.c31 #define DECL(type, fn) \ macro
43 DECL(double, fdim)
44 DECL(float, fdimf)
45 DECL(long double, fdiml)
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dx86-64.h55 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ argument
56 x86_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
59 #define ASM_OUTPUT_ALIGNED_DECL_COMMON(FILE, DECL, NAME, SIZE, ALIGN) \ argument
60 x86_elf_aligned_decl_common (FILE, DECL, NAME, SIZE, ALIGN);
H A Di386.h948 #define LOCAL_DECL_ALIGNMENT(DECL) \ argument
949 ix86_local_alignment ((DECL), VOIDmode, DECL_ALIGN (DECL))
2227 #define ASM_OUTPUT_FUNCTION_LABEL(FILE, NAME, DECL) \ argument
2228 ix86_asm_output_function_label ((FILE), (NAME), (DECL))
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddefaults.h123 #define ASM_OUTPUT_TLS_COMMON(FILE, DECL, NAME, SIZE) \ argument
129 (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \
137 #define TARGET_DEFERRED_OUTPUT_DEFS(DECL,TARGET) false argument
155 #define ASM_OUTPUT_FUNCTION_LABEL(FILE, NAME, DECL) \ argument
209 #define ASM_OUTPUT_WEAKREF(FILE, DECL, NAME, VALUE) \ argument
872 #define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) 1 argument
874 #define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) 0 argument
1217 #define LOCAL_DECL_ALIGNMENT(DECL) \ argument
1218 LOCAL_ALIGNMENT (TREE_TYPE (DECL), DECL_ALIGN (DECL))
H A Dtree.h173 #define VAR_OR_FUNCTION_DECL_P(DECL)\ argument
174 (TREE_CODE (DECL) == VAR_DECL || TREE_CODE (DECL) == FUNCTION_DECL)
2631 #define SSA_VAR_P(DECL) \ argument
2632 (TREE_CODE (DECL) == VAR_DECL \
2633 || TREE_CODE (DECL) == PARM_DECL \
2634 || TREE_CODE (DECL) == RESULT_DECL \
2635 || (TREE_CODE (DECL) == SSA_NAME \
2691 #define DECL_IS_BUILTIN(DECL) \ argument
2866 #define DECL_PRESERVE_P(DECL) \ argument
2875 #define DECL_GIMPLE_REG_P(DECL) \ argument
[all …]
H A Dc-tree.h94 #define C_DECL_THREADPRIVATE_P(DECL) DECL_LANG_FLAG_3 (VAR_DECL_CHECK (DECL)) argument
H A Dtarget.def224 If DECL is non-NULL, it is the VAR_DECL or FUNCTION_DECL with
232 /* Return preferred text (sub)section for function DECL.
266 /* Return a section for EXP. It may be a DECL or a constant. RELOC
284 /* Select a unique section name for DECL. RELOC is the same as
292 /* Return the readonly data section associated with function DECL. */
1143 /* Insert attributes on the newly created DECL. */
1426 call expression EXP. DECL will be the called function, or NULL if
1466 /* Modify and return the identifier of a DECL's external name,
1476 /* Do something target-specific to record properties of the DECL into
1913 /* This target hook allows the operating system to override the DECL
[all …]
H A Dgimple.def157 /* GIMPLE_EH_MUST_NOT_THROW <DECL> represents an exception barrier.
158 DECL is a noreturn function decl taking no arguments that will
H A Ddbxout.c1496 #define DECL_ACCESSIBILITY_CHAR(DECL) \ argument
1497 (TREE_PRIVATE (DECL) ? '0' : TREE_PROTECTED (DECL) ? '1' : '2')
H A Drtl.h1465 #define SET_SYMBOL_REF_DECL(RTX, DECL) \ argument
1466 (gcc_assert (!CONSTANT_POOL_ADDRESS_P (RTX)), X0TREE ((RTX), 2) = (DECL))
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddefaults.h121 #define ASM_OUTPUT_TLS_COMMON(FILE, DECL, NAME, SIZE) \ argument
127 (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \
135 #define TARGET_DEFERRED_OUTPUT_DEFS(DECL,TARGET) false argument
153 #define ASM_OUTPUT_FUNCTION_LABEL(FILE, NAME, DECL) \ argument
207 #define ASM_OUTPUT_WEAKREF(FILE, DECL, NAME, VALUE) \ argument
860 #define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) 1 argument
862 #define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) 0 argument
1153 #define LOCAL_DECL_ALIGNMENT(DECL) \ argument
1154 LOCAL_ALIGNMENT (TREE_TYPE (DECL), DECL_ALIGN (DECL))
H A Dtree.h150 #define VAR_OR_FUNCTION_DECL_P(DECL)\ argument
151 (TREE_CODE (DECL) == VAR_DECL || TREE_CODE (DECL) == FUNCTION_DECL)
2282 #define SSA_VAR_P(DECL) \ argument
2283 (TREE_CODE (DECL) == VAR_DECL \
2284 || TREE_CODE (DECL) == PARM_DECL \
2285 || TREE_CODE (DECL) == RESULT_DECL \
2286 || TREE_CODE (DECL) == SSA_NAME)
2332 #define DECL_IS_BUILTIN(DECL) \ argument
2531 #define DECL_PRESERVE_P(DECL) \ argument
2540 #define DECL_GIMPLE_REG_P(DECL) \ argument
[all …]
H A Dgimple.def157 /* GIMPLE_EH_MUST_NOT_THROW <DECL> represents an exception barrier.
158 DECL is a noreturn function decl taking no arguments that will
H A Ddbxout.c1527 #define DECL_ACCESSIBILITY_CHAR(DECL) \ argument
1528 (TREE_PRIVATE (DECL) ? '0' : TREE_PROTECTED (DECL) ? '1' : '2')
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dx86-64.h56 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ argument
57 x86_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
H A Di386.h855 #define LOCAL_DECL_ALIGNMENT(DECL) \ argument
856 ix86_local_alignment ((DECL), VOIDmode, DECL_ALIGN (DECL))
2026 #define ASM_OUTPUT_FUNCTION_LABEL(FILE, NAME, DECL) \ argument
2027 ix86_asm_output_function_label (FILE, NAME, DECL)
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-tree.h2289 #define DECL_ODR_USED(DECL) \ argument
3115 #define DECL_DELETED_FN(DECL) \ argument
3119 #define DECL_DEFAULTED_FN(DECL) \ argument
3124 (DECL_DEFAULTED_FN (DECL) && DECL_INITIALIZED_IN_CLASS_P (DECL))
3127 (DECL_DEFAULTED_FN (DECL) \
3128 && !(DECL_ARTIFICIAL (DECL) || DECL_INITIALIZED_IN_CLASS_P (DECL)))
3809 (DECL_TEMPLATE_INFO (DECL) && !DECL_USE_TEMPLATE (DECL))
3819 #define DECL_GENERATED_P(DECL) \ argument
3820 (DECL_TEMPLOID_INSTANTIATION (DECL) || DECL_DEFAULTED_FN (DECL))
3891 #define THUNK_FIXED_OFFSET(DECL) \ argument
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.h2926 #define DECL_ODR_USED(DECL) \ argument
3952 #define DECL_DELETED_FN(DECL) \ argument
3956 #define DECL_DEFAULTED_FN(DECL) \ argument
3961 (DECL_DEFAULTED_FN (DECL) && DECL_INITIALIZED_IN_CLASS_P (DECL))
3964 (DECL_DEFAULTED_FN (DECL) \
3965 && !(DECL_ARTIFICIAL (DECL) || DECL_INITIALIZED_IN_CLASS_P (DECL)))
4711 (DECL_LANG_SPECIFIC (DECL) && DECL_TEMPLATE_INFO (DECL) \
4712 && !DECL_USE_TEMPLATE (DECL))
4722 #define DECL_GENERATED_P(DECL) \ argument
4723 (DECL_TEMPLOID_INSTANTIATION (DECL) || DECL_DEFAULTED_FN (DECL))
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-tree.h97 #define C_DECL_THREADPRIVATE_P(DECL) DECL_LANG_FLAG_3 (VAR_DECL_CHECK (DECL)) argument
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgeneric.texi761 @code{DECL} nodes are represented internally as a hierarchy of
765 * Current structure hierarchy:: The current DECL node structure
767 * Adding new DECL node types:: How to add a new DECL node to a
801 @code{DECL} node.
829 @node Adding new DECL node types
830 @subsubsection Adding new DECL node types
832 Adding a new @code{DECL} tree consists of the following steps
836 @item Add a new tree code for the @code{DECL} node
842 @item Create a new structure type for the @code{DECL} node
856 For language specific @code{DECL} nodes, this new structure type
[all …]

12