Home
last modified time | relevance | path

Searched refs:refdecl (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDasan.c2606 tree str_cst, module_name_cst, refdecl = decl; in asan_add_global() local
2624 refdecl = build_decl (DECL_SOURCE_LOCATION (decl), in asan_add_global()
2626 TREE_ADDRESSABLE (refdecl) = TREE_ADDRESSABLE (decl); in asan_add_global()
2627 TREE_READONLY (refdecl) = TREE_READONLY (decl); in asan_add_global()
2628 TREE_THIS_VOLATILE (refdecl) = TREE_THIS_VOLATILE (decl); in asan_add_global()
2629 DECL_GIMPLE_REG_P (refdecl) = DECL_GIMPLE_REG_P (decl); in asan_add_global()
2630 DECL_ARTIFICIAL (refdecl) = DECL_ARTIFICIAL (decl); in asan_add_global()
2631 DECL_IGNORED_P (refdecl) = DECL_IGNORED_P (decl); in asan_add_global()
2632 TREE_STATIC (refdecl) = 1; in asan_add_global()
2633 TREE_PUBLIC (refdecl) = 0; in asan_add_global()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/objc/
HDobjc-next-runtime-abi-02.c1202 tree refdecl; member
1224 return ref->refdecl; in build_v2_selector_messenger_reference()
1235 e.refdecl = decl; in build_v2_selector_messenger_reference()
1259 tree refdecl; member
1278 if (!ref->refdecl) in objc_v2_get_protocol_reference()
1279 ref->refdecl = build_v2_protocollist_ref_decl (ident); in objc_v2_get_protocol_reference()
1280 return ref->refdecl; in objc_v2_get_protocol_reference()
1292 e.refdecl = decl; in objc_v2_get_protocol_reference()
1907 tree struct_type = TREE_TYPE (ref->refdecl); in build_v2_message_ref_translation_table()
1908 location_t loc = DECL_SOURCE_LOCATION (ref->refdecl); in build_v2_message_ref_translation_table()
[all …]