| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/ |
| H A D | elfos.h | 219 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1) argument 288 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \ argument 292 ASM_DECLARE_RESULT (FILE, DECL_RESULT (DECL)); \ 293 ASM_OUTPUT_FUNCTION_LABEL (FILE, NAME, DECL); \ 304 #define ASM_DECLARE_COLD_FUNCTION_NAME(FILE, NAME, DECL) \ argument 308 ASM_DECLARE_RESULT (FILE, DECL_RESULT (DECL)); \ 309 ASM_OUTPUT_FUNCTION_LABEL (FILE, NAME, DECL); \ 322 #define ASM_DECLARE_OBJECT_NAME(FILE, NAME, DECL) \ argument 332 if (USE_GNU_UNIQUE_OBJECT && DECL_ONE_ONLY (DECL) \ 333 && (!DECL_ARTIFICIAL (DECL) || !TREE_READONLY (DECL))) \ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/ |
| H A D | elfos.h | 219 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1) argument 288 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \ argument 292 ASM_DECLARE_RESULT (FILE, DECL_RESULT (DECL)); \ 293 ASM_OUTPUT_FUNCTION_LABEL (FILE, NAME, DECL); \ 304 #define ASM_DECLARE_COLD_FUNCTION_NAME(FILE, NAME, DECL) \ argument 308 ASM_DECLARE_RESULT (FILE, DECL_RESULT (DECL)); \ 309 ASM_OUTPUT_FUNCTION_LABEL (FILE, NAME, DECL); \ 322 #define ASM_DECLARE_OBJECT_NAME(FILE, NAME, DECL) \ argument 332 if (USE_GNU_UNIQUE_OBJECT && DECL_ONE_ONLY (DECL) \ 333 && (!DECL_ARTIFICIAL (DECL) || !TREE_READONLY (DECL))) \ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | defaults.h | 121 #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 864 #define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) 1 argument 866 #define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) 0 argument 1157 #define LOCAL_DECL_ALIGNMENT(DECL) \ argument 1158 LOCAL_ALIGNMENT (TREE_TYPE (DECL), DECL_ALIGN (DECL))
|
| H A D | c-tree.h | 97 #define C_DECL_THREADPRIVATE_P(DECL) DECL_LANG_FLAG_3 (VAR_DECL_CHECK (DECL)) argument 100 #define C_DECL_COMPOUND_LITERAL_P(DECL) \ argument 101 DECL_LANG_FLAG_5 (VAR_DECL_CHECK (DECL))
|
| H A D | tree.h | 164 #define VAR_OR_FUNCTION_DECL_P(DECL)\ argument 165 (TREE_CODE (DECL) == VAR_DECL || TREE_CODE (DECL) == FUNCTION_DECL) 2394 #define SSA_VAR_P(DECL) \ argument 2395 (TREE_CODE (DECL) == VAR_DECL \ 2396 || TREE_CODE (DECL) == PARM_DECL \ 2397 || TREE_CODE (DECL) == RESULT_DECL \ 2398 || TREE_CODE (DECL) == SSA_NAME) 2444 #define DECL_IS_BUILTIN(DECL) \ argument 2445 (LOCATION_LOCUS (DECL_SOURCE_LOCATION (DECL)) <= BUILTINS_LOCATION) 2640 #define DECL_PRESERVE_P(DECL) \ argument [all …]
|
| H A D | gimple.def | 157 /* GIMPLE_EH_MUST_NOT_THROW <DECL> represents an exception barrier. 158 DECL is a noreturn function decl taking no arguments that will
|
| H A D | target.def | 426 If DECL is non-NULL, it is the VAR_DECL or FUNCTION_DECL with 454 /* Return preferred text (sub)section for function DECL. 514 /* Return a section for EXP. It may be a DECL or a constant. RELOC 550 /* Select a unique section name for DECL. RELOC is the same as 566 /* Return the readonly data section associated with function DECL. */ 1713 should verify non-default values. If DECL is NULL, global defaults\n\ 1763 "This hook should return the DECL of a function @var{f} that given an\n\ 1781 to @var{f} (using the DECL tree that this hook returns) and will\n\ 2253 /* Insert attributes on the newly created DECL. */ 2532 version at run-time. DECL is one version from a set of semantically [all …]
|
| H A D | tree.def | 301 TREE_CHAIN field. Each DECL has a DECL_NAME field which contains 852 /* A COMPOUND_LITERAL_EXPR represents a literal that is placed in a DECL. The 1143 DECL init has been lost in gimplification and now contains a
|
| H A D | rtl.h | 2728 #define SET_SYMBOL_REF_DECL(RTX, DECL) \ 2729 (gcc_assert (!CONSTANT_POOL_ADDRESS_P (RTX)), X0TREE ((RTX), 1) = (DECL))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | defaults.h | 121 #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 864 #define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) 1 argument 866 #define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) 0 argument 1157 #define LOCAL_DECL_ALIGNMENT(DECL) \ argument 1158 LOCAL_ALIGNMENT (TREE_TYPE (DECL), DECL_ALIGN (DECL))
|
| H A D | c-tree.h | 97 #define C_DECL_THREADPRIVATE_P(DECL) DECL_LANG_FLAG_3 (VAR_DECL_CHECK (DECL)) argument 100 #define C_DECL_COMPOUND_LITERAL_P(DECL) \ argument 101 DECL_LANG_FLAG_5 (VAR_DECL_CHECK (DECL))
|
| H A D | tree.h | 164 #define VAR_OR_FUNCTION_DECL_P(DECL)\ argument 165 (TREE_CODE (DECL) == VAR_DECL || TREE_CODE (DECL) == FUNCTION_DECL) 2394 #define SSA_VAR_P(DECL) \ argument 2395 (TREE_CODE (DECL) == VAR_DECL \ 2396 || TREE_CODE (DECL) == PARM_DECL \ 2397 || TREE_CODE (DECL) == RESULT_DECL \ 2398 || TREE_CODE (DECL) == SSA_NAME) 2444 #define DECL_IS_BUILTIN(DECL) \ argument 2445 (LOCATION_LOCUS (DECL_SOURCE_LOCATION (DECL)) <= BUILTINS_LOCATION) 2640 #define DECL_PRESERVE_P(DECL) \ argument [all …]
|
| H A D | gimple.def | 157 /* GIMPLE_EH_MUST_NOT_THROW <DECL> represents an exception barrier. 158 DECL is a noreturn function decl taking no arguments that will
|
| H A D | target.def | 426 If DECL is non-NULL, it is the VAR_DECL or FUNCTION_DECL with 454 /* Return preferred text (sub)section for function DECL. 514 /* Return a section for EXP. It may be a DECL or a constant. RELOC 550 /* Select a unique section name for DECL. RELOC is the same as 566 /* Return the readonly data section associated with function DECL. */ 1713 should verify non-default values. If DECL is NULL, global defaults\n\ 1763 "This hook should return the DECL of a function @var{f} that given an\n\ 1781 to @var{f} (using the DECL tree that this hook returns) and will\n\ 2253 /* Insert attributes on the newly created DECL. */ 2532 version at run-time. DECL is one version from a set of semantically [all …]
|
| H A D | tree.def | 301 TREE_CHAIN field. Each DECL has a DECL_NAME field which contains 852 /* A COMPOUND_LITERAL_EXPR represents a literal that is placed in a DECL. The 1143 DECL init has been lost in gimplification and now contains a
|
| H A D | rtl.h | 2728 #define SET_SYMBOL_REF_DECL(RTX, DECL) \ 2729 (gcc_assert (!CONSTANT_POOL_ADDRESS_P (RTX)), X0TREE ((RTX), 1) = (DECL))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/arm/ |
| H A D | aout.h | 159 #define ASM_DECLARE_FUNCTION_NAME(STREAM, NAME, DECL) \ argument 162 ARM_DECLARE_FUNCTION_NAME (STREAM, NAME, DECL); \ 301 #define ASM_OUTPUT_ALIGNED_BSS(STREAM, DECL, NAME, SIZE, ALIGN) \ argument 302 asm_output_aligned_bss (STREAM, DECL, NAME, SIZE, ALIGN)
|
| H A D | elf.h | 82 #define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \ argument
|
| H A D | arm.h | 2186 #define ARM_DECLARE_FUNCTION_NAME(STREAM, NAME, DECL) \ argument 2187 arm_declare_function_name ((STREAM), (NAME), (DECL));
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/aarch64/ |
| H A D | aarch64.h | 609 #define ASM_DECLARE_FUNCTION_NAME(STR, NAME, DECL) \ argument 610 aarch64_declare_function_name (STR, NAME, DECL) 613 #define ASM_OUTPUT_DEF_FROM_DECLS(STR, DECL, TARGET) \ argument 614 aarch64_asm_output_alias (STR, DECL, TARGET) 618 #define ASM_OUTPUT_EXTERNAL(STR, DECL, NAME) \ argument 619 aarch64_asm_output_external (STR, DECL, NAME)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/cp/ |
| H A D | cp-tree.h | 3047 #define DECL_OVERLOADED_OPERATOR_IS(DECL, CODE) \ argument 3048 (DECL_OVERLOADED_OPERATOR_CODE_RAW (DECL) == OVL_OP_##CODE) 3089 #define DECL_INITIALIZED_IN_CLASS_P(DECL) \ argument 3090 (DECL_LANG_SPECIFIC (VAR_OR_FUNCTION_DECL_CHECK (DECL)) \ 3095 #define DECL_ODR_USED(DECL) \ argument 3096 (DECL_LANG_SPECIFIC (VAR_OR_FUNCTION_DECL_CHECK (DECL)) \ 3246 #define DECL_DECLARED_CONSTEXPR_P(DECL) \ argument 3247 DECL_LANG_FLAG_8 (VAR_OR_FUNCTION_DECL_CHECK (STRIP_TEMPLATE (DECL))) 4086 #define CP_DECL_THREADPRIVATE_P(DECL) \ argument 4087 (DECL_LANG_SPECIFIC (VAR_DECL_CHECK (DECL))->u.base.threadprivate_or_deleted_p) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/cp/ |
| H A D | cp-tree.h | 3047 #define DECL_OVERLOADED_OPERATOR_IS(DECL, CODE) \ argument 3048 (DECL_OVERLOADED_OPERATOR_CODE_RAW (DECL) == OVL_OP_##CODE) 3089 #define DECL_INITIALIZED_IN_CLASS_P(DECL) \ argument 3090 (DECL_LANG_SPECIFIC (VAR_OR_FUNCTION_DECL_CHECK (DECL)) \ 3095 #define DECL_ODR_USED(DECL) \ argument 3096 (DECL_LANG_SPECIFIC (VAR_OR_FUNCTION_DECL_CHECK (DECL)) \ 3246 #define DECL_DECLARED_CONSTEXPR_P(DECL) \ argument 3247 DECL_LANG_FLAG_8 (VAR_OR_FUNCTION_DECL_CHECK (STRIP_TEMPLATE (DECL))) 4086 #define CP_DECL_THREADPRIVATE_P(DECL) \ argument 4087 (DECL_LANG_SPECIFIC (VAR_DECL_CHECK (DECL))->u.base.threadprivate_or_deleted_p) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/m4/ |
| H A D | sox.m4 | 31 dnl SOX_CHECK_HEADERS(HEADERS, [DECL], [IF-FOUND], [IF-NOT-FOUND], 37 dnl DECL Optional symbol to check for 227 dnl SOX_FMT_HEADERS(NAME, HEADERS, [DECL], [EXTRA-HEADERS], [SECTION])
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 10245 'DECL' nodes are represented internally as a hierarchy of structures. 10249 * Current structure hierarchy:: The current DECL node structure 10251 * Adding new DECL node types:: How to add a new DECL node to a 10255 File: gccint.info, Node: Current structure hierarchy, Next: Adding new DECL node types, Up: Inte… 10262 'DECL' macros to work. The fields it contains are a unique ID, 10267 contains fields that most 'DECL' nodes need, such as a field to 10285 'DECL' node. 10313 File: gccint.info, Node: Adding new DECL node types, Prev: Current structure hierarchy, Up: Inte… 10315 11.4.2.2 Adding new DECL node types 10318 Adding a new 'DECL' tree consists of the following steps [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 10245 'DECL' nodes are represented internally as a hierarchy of structures. 10249 * Current structure hierarchy:: The current DECL node structure 10251 * Adding new DECL node types:: How to add a new DECL node to a 10255 File: gccint.info, Node: Current structure hierarchy, Next: Adding new DECL node types, Up: Inte… 10262 'DECL' macros to work. The fields it contains are a unique ID, 10267 contains fields that most 'DECL' nodes need, such as a field to 10285 'DECL' node. 10313 File: gccint.info, Node: Adding new DECL node types, Prev: Current structure hierarchy, Up: Inte… 10315 11.4.2.2 Adding new DECL node types 10318 Adding a new 'DECL' tree consists of the following steps [all …]
|