Searched refs:static_instances_decl (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c1898 static_instances_decl = start_var_decl (type, "_OBJC_STATIC_INSTANCES");
1899 OBJCMETA (static_instances_decl, objc_meta, meta_base);
1900 finish_var_decl (static_instances_decl, expr);
1940 if (static_instances_decl)
1941 expr = build_unary_op (loc, ADDR_EXPR, static_instances_decl, 0);
H A Dobjc-act.h429 #define static_instances_decl objc_global_trees[OCTI_STATIC_NST_DECL] macro
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.cc1899 static_instances_decl = start_var_decl (type, "_OBJC_STATIC_INSTANCES");
1900 OBJCMETA (static_instances_decl, objc_meta, meta_base);
1901 finish_var_decl (static_instances_decl, expr);
1941 if (static_instances_decl)
1942 expr = build_unary_op (loc, ADDR_EXPR, static_instances_decl, 0);
H A Dobjc-act.h443 #define static_instances_decl objc_global_trees[OCTI_STATIC_NST_DECL] macro

Completed in 285 milliseconds