Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-next-runtime-abi-02.cc1257 tree refdecl; member
1277 return ref->refdecl; in build_v2_selector_messenger_reference()
1288 e.refdecl = decl; in build_v2_selector_messenger_reference()
1312 tree refdecl; member
1329 if (!ref->refdecl) in objc_v2_get_protocol_reference()
1330 ref->refdecl = build_v2_protocollist_ref_decl (ident); in objc_v2_get_protocol_reference()
1331 return ref->refdecl; in objc_v2_get_protocol_reference()
1343 e.refdecl = decl; in objc_v2_get_protocol_reference()
2079 tree struct_type = TREE_TYPE (ref->refdecl); in build_v2_message_ref_translation_table()
2080 location_t loc = DECL_SOURCE_LOCATION (ref->refdecl); in build_v2_message_ref_translation_table()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dasan.cc3264 tree str_cst, module_name_cst, refdecl = decl; in asan_add_global() local
3292 refdecl = build_decl (DECL_SOURCE_LOCATION (decl), in asan_add_global()
3294 TREE_ADDRESSABLE (refdecl) = TREE_ADDRESSABLE (decl); in asan_add_global()
3295 TREE_READONLY (refdecl) = TREE_READONLY (decl); in asan_add_global()
3296 TREE_THIS_VOLATILE (refdecl) = TREE_THIS_VOLATILE (decl); in asan_add_global()
3297 DECL_NOT_GIMPLE_REG_P (refdecl) = DECL_NOT_GIMPLE_REG_P (decl); in asan_add_global()
3298 DECL_ARTIFICIAL (refdecl) = DECL_ARTIFICIAL (decl); in asan_add_global()
3299 DECL_IGNORED_P (refdecl) = DECL_IGNORED_P (decl); in asan_add_global()
3300 TREE_STATIC (refdecl) = 1; in asan_add_global()
3301 TREE_PUBLIC (refdecl) = 0; in asan_add_global()
[all …]