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

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c1918 static_instances_decl = start_var_decl (type, "_OBJC_STATIC_INSTANCES");
1919 OBJCMETA (static_instances_decl, objc_meta, meta_base);
1920 finish_var_decl (static_instances_decl, expr);
1960 if (static_instances_decl)
1961 expr = build_unary_op (loc, ADDR_EXPR, static_instances_decl, 0);
H A Dobjc-act.h426 #define static_instances_decl objc_global_trees[OCTI_STATIC_NST_DECL] macro
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c142 static tree static_instances_decl = NULL_TREE;
1554 if (static_instances_decl)
1555 expr = build_unary_op (ADDR_EXPR, static_instances_decl, 0);
1597 if (imp_count || cat_count || static_instances_decl)
1945 static_instances_decl
1947 TREE_USED (static_instances_decl) = 1;
1948 DECL_CONTEXT (static_instances_decl) = 0;
1949 DECL_ARTIFICIAL (static_instances_decl) = 1;
1951 expr = build_constructor (TREE_TYPE (static_instances_decl),
1953 finish_decl (static_instances_decl, exp
140 static tree static_instances_decl = NULL_TREE; variable
[all...]

Completed in 405 milliseconds