| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | gcc-common.h | 222 static inline bool is_simple_builtin(tree decl) in is_simple_builtin() argument 224 if (decl && DECL_BUILT_IN_CLASS(decl) != BUILT_IN_NORMAL) in is_simple_builtin() 227 switch (DECL_FUNCTION_CODE(decl)) { in is_simple_builtin() 305 static inline struct cgraph_node *cgraph_create_node(tree decl) in cgraph_create_node() argument 307 return cgraph_node(decl); in cgraph_create_node() 310 static inline struct cgraph_node *cgraph_get_create_node(tree decl) in cgraph_get_create_node() argument 312 struct cgraph_node *node = cgraph_get_node(decl); in cgraph_get_create_node() 314 return node ? node : cgraph_node(decl); in cgraph_get_create_node() 360 static inline void varpool_add_new_variable(tree decl) in varpool_add_new_variable() argument 362 varpool_finalize_decl(decl); in varpool_add_new_variable() [all …]
|
| H A D | randomize_layout_plugin.c | 483 static void update_decl_size(tree decl) in update_decl_size() argument 488 type = TREE_TYPE(decl); in update_decl_size() 493 init = DECL_INITIAL(decl); in update_decl_size() 507 for (field = TYPE_FIELDS(TREE_TYPE(decl)); TREE_CHAIN(field); field = TREE_CHAIN(field)) in update_decl_size() 522 DECL_SIZE(decl) = size_binop(PLUS_EXPR, TYPE_SIZE(type), flexsize); in update_decl_size() 530 tree decl = (tree)event_data; in randomize_layout_finish_decl() local 533 if (decl == NULL_TREE || decl == error_mark_node) in randomize_layout_finish_decl() 536 type = TREE_TYPE(decl); in randomize_layout_finish_decl() 538 if (TREE_CODE(decl) != VAR_DECL) in randomize_layout_finish_decl() 547 DECL_SIZE(decl) = 0; in randomize_layout_finish_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/ |
| H A D | treestruct.def | 44 DEFTREESTRUCT(TS_DECL_MINIMAL, "decl minimal") 45 DEFTREESTRUCT(TS_DECL_COMMON, "decl common") 46 DEFTREESTRUCT(TS_DECL_WRTL, "decl with RTL") 47 DEFTREESTRUCT(TS_DECL_NON_COMMON, "decl non-common") 48 DEFTREESTRUCT(TS_DECL_WITH_VIS, "decl with visibility") 49 DEFTREESTRUCT(TS_FIELD_DECL, "field decl") 50 DEFTREESTRUCT(TS_VAR_DECL, "var decl") 51 DEFTREESTRUCT(TS_PARM_DECL, "parm decl") 52 DEFTREESTRUCT(TS_LABEL_DECL, "label decl") 53 DEFTREESTRUCT(TS_RESULT_DECL, "result decl") [all …]
|
| H A D | cgraph.h | 400 return (DECL_EXTERNAL (decl) in can_be_discarded_p() 402 || DECL_COMMON (decl) in can_be_discarded_p() 403 || (DECL_SECTION_NAME (decl) && DECL_WEAK (decl))) in can_be_discarded_p() 415 return (same_comdat_group && !TREE_PUBLIC (decl)); in comdat_local_p() 445 static inline symtab_node *get (const_tree decl) in get() 449 gcc_checking_assert (TREE_CODE (decl) == FUNCTION_DECL in get() 450 || (TREE_CODE (decl) == VAR_DECL in get() 451 && (TREE_STATIC (decl) || DECL_EXTERNAL (decl) in get() 456 gcc_checking_assert (!decl->decl_with_vis.symtab_node in get() 457 || decl->decl_with_vis.symtab_node->decl == decl); in get() [all …]
|
| H A D | debug.h | 88 void (* begin_function) (tree decl); 109 void (* function_decl) (tree decl); 122 void (* early_global_decl) (tree decl); 136 void (* late_global_decl) (tree decl); 144 void (* type_decl) (tree decl, int local); 147 void (* imported_module_or_decl) (tree decl, tree name, 161 void (* deferred_inline_function) (tree decl); 166 void (* outlining_inline_function) (tree decl); 185 void (* size_function) (tree decl);
|
| H A D | langhooks.h | 276 tree (*omp_clause_default_ctor) (tree clause, tree decl, tree outer); 290 tree (*omp_clause_dtor) (tree clause, tree decl); 297 bool (*omp_scalar_p) (tree decl); 447 const char *(*decl_printable_name) (tree decl, int verbosity); 509 tree (*builtin_function) (tree decl); 517 tree (*builtin_function_ext_scope) (tree decl); 526 tree (*simulate_builtin_function_decl) (tree decl);
|
| H A D | asan.h | 182 asan_protect_stack_decl (tree decl) in asan_protect_stack_decl() argument 184 return DECL_P (decl) in asan_protect_stack_decl() 185 && (!DECL_ARTIFICIAL (decl) in asan_protect_stack_decl() 186 || (asan_sanitize_use_after_scope () && TREE_ADDRESSABLE (decl))); in asan_protect_stack_decl()
|
| H A D | omp-general.h | 76 extern bool omp_is_allocatable_or_ptr (tree decl); 77 extern tree omp_check_optional_argument (tree decl, bool for_present_check); 78 extern bool omp_is_reference (tree decl);
|
| H A D | tree-inline.h | 239 tree copy_decl_no_change (tree decl, copy_body_data *id); 245 extern tree remap_decl (tree decl, copy_body_data *id); 251 extern tree copy_decl_for_dup_finish (copy_body_data *id, tree decl, tree copy);
|
| /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 | treestruct.def | 44 DEFTREESTRUCT(TS_DECL_MINIMAL, "decl minimal") 45 DEFTREESTRUCT(TS_DECL_COMMON, "decl common") 46 DEFTREESTRUCT(TS_DECL_WRTL, "decl with RTL") 47 DEFTREESTRUCT(TS_DECL_NON_COMMON, "decl non-common") 48 DEFTREESTRUCT(TS_DECL_WITH_VIS, "decl with visibility") 49 DEFTREESTRUCT(TS_FIELD_DECL, "field decl") 50 DEFTREESTRUCT(TS_VAR_DECL, "var decl") 51 DEFTREESTRUCT(TS_PARM_DECL, "parm decl") 52 DEFTREESTRUCT(TS_LABEL_DECL, "label decl") 53 DEFTREESTRUCT(TS_RESULT_DECL, "result decl") [all …]
|
| H A D | cgraph.h | 400 return (DECL_EXTERNAL (decl) in can_be_discarded_p() 402 || DECL_COMMON (decl) in can_be_discarded_p() 403 || (DECL_SECTION_NAME (decl) && DECL_WEAK (decl))) in can_be_discarded_p() 415 return (same_comdat_group && !TREE_PUBLIC (decl)); in comdat_local_p() 445 static inline symtab_node *get (const_tree decl) in get() 449 gcc_checking_assert (TREE_CODE (decl) == FUNCTION_DECL in get() 450 || (TREE_CODE (decl) == VAR_DECL in get() 451 && (TREE_STATIC (decl) || DECL_EXTERNAL (decl) in get() 456 gcc_checking_assert (!decl->decl_with_vis.symtab_node in get() 457 || decl->decl_with_vis.symtab_node->decl == decl); in get() [all …]
|
| H A D | debug.h | 88 void (* begin_function) (tree decl); 109 void (* function_decl) (tree decl); 122 void (* early_global_decl) (tree decl); 136 void (* late_global_decl) (tree decl); 144 void (* type_decl) (tree decl, int local); 147 void (* imported_module_or_decl) (tree decl, tree name, 161 void (* deferred_inline_function) (tree decl); 166 void (* outlining_inline_function) (tree decl); 185 void (* size_function) (tree decl);
|
| H A D | langhooks.h | 276 tree (*omp_clause_default_ctor) (tree clause, tree decl, tree outer); 290 tree (*omp_clause_dtor) (tree clause, tree decl); 297 bool (*omp_scalar_p) (tree decl); 447 const char *(*decl_printable_name) (tree decl, int verbosity); 509 tree (*builtin_function) (tree decl); 517 tree (*builtin_function_ext_scope) (tree decl); 526 tree (*simulate_builtin_function_decl) (tree decl);
|
| H A D | asan.h | 182 asan_protect_stack_decl (tree decl) in asan_protect_stack_decl() argument 184 return DECL_P (decl) in asan_protect_stack_decl() 185 && (!DECL_ARTIFICIAL (decl) in asan_protect_stack_decl() 186 || (asan_sanitize_use_after_scope () && TREE_ADDRESSABLE (decl))); in asan_protect_stack_decl()
|
| H A D | omp-general.h | 76 extern bool omp_is_allocatable_or_ptr (tree decl); 77 extern tree omp_check_optional_argument (tree decl, bool for_present_check); 78 extern bool omp_is_reference (tree decl);
|
| H A D | tree-inline.h | 239 tree copy_decl_no_change (tree decl, copy_body_data *id); 245 extern tree remap_decl (tree decl, copy_body_data *id); 251 extern tree copy_decl_for_dup_finish (copy_body_data *id, tree decl, tree copy);
|
| /OK3568_Linux_fs/buildroot/package/odb/ |
| H A D | 0006-Adapt-to-changes-in-GCC-8.patch | 58 - for (decl = level->namespaces; decl != NULL_TREE; decl = TREE_CHAIN (decl)) 61 + decl = level->names; 63 + decl = level->namespaces; 65 + decl != NULL_TREE; 66 + decl = TREE_CHAIN (decl)) 72 + if (TREE_CODE (decl) != NAMESPACE_DECL) 76 if (!DECL_IS_BUILTIN (decl) || DECL_NAMESPACE_STD_P (decl)) 95 @@ -2218,7 +2239,11 @@ fq_scope (tree decl) 115 - for (tree o (BASELINK_FUNCTIONS (decl)); 119 + for (ovl_iterator i (BASELINK_FUNCTIONS (decl)); i; ++i) [all …]
|
| H A D | 0011-Adjust-to-changes-in-GCC-10.patch | 38 @@ -1103,14 +1103,14 @@ emit_type_decl (tree decl) 53 decl = d; 54 decl_name = DECL_NAME (decl); 78 if (tree decl = TYPE_NAME (n)) 79 name = DECL_NAME (decl); 87 if (tree decl = TYPE_NAME (type)) 89 name = DECL_NAME (decl); 94 tree s (CP_DECL_CONTEXT (decl));
|
| H A D | 0009-Handle-namespace-aliases-when-parsing-GCC-tree.patch | 22 + if (DECL_NAMESPACE_ALIAS (decl)) 25 if (!DECL_IS_BUILTIN (decl) || DECL_NAMESPACE_STD_P (decl))
|
| H A D | 0003-Initial-work-to-make-ODB-compatible-with-GCC-6.patch | 199 @@ -1044,14 +1044,14 @@ emit_type_decl (tree decl) 214 decl = d; 215 decl_name = DECL_NAME (decl); 293 if (tree decl = TYPE_NAME (n)) 294 name = DECL_NAME (decl); 302 if (tree decl = TYPE_NAME (type)) 304 name = DECL_NAME (decl); 309 tree s (CP_DECL_CONTEXT (decl));
|
| /OK3568_Linux_fs/kernel/scripts/genksyms/ |
| H A D | parse.y | 140 struct string_list *decl = (*$3)->next; variable 144 decl, is_extern); 158 { struct string_list *decl = *$1; variable 161 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern); 166 { struct string_list *decl = *$3; variable 171 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern); 395 { struct string_list *decl = *$2; variable 397 add_symbol(current_name, SYM_NORMAL, decl, is_extern);
|
| /OK3568_Linux_fs/kernel/arch/x86/lib/ |
| H A D | copy_user_64.S | 32 decl %ecx 84 decl %ecx 95 decl %ecx 104 decl %ecx 303 decl %ecx 319 decl %ecx 356 decl %ecx
|
| H A D | copy_mc_64.S | 47 decl %ecx 64 decl %ecx 82 decl %ecx
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/ |
| H A D | gcc4.patch | 21 decl->name,decl->array_max); 22 emit_single_in_line(decl,flag,REL_VECTOR);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/ |
| H A D | gcc_11.3.bb | 5 # | gcc-4.8.1-r0/gcc-4.8.1/gcc/cp/decl.c:7438:(.text.unlikely+0x2fa): relocation truncated to fit: … 6 # | gcc-4.8.1-r0/gcc-4.8.1/gcc/cp/decl.c:7442:(.text.unlikely+0x318): additional relocation overflo…
|