Searched refs:is_static (Results 1 - 25 of 33) sorted by relevance

12

/haiku-buildtools/legacy/binutils/gprof/
H A Dsymtab.c58 same is_func value, we discriminate against is_static such that
75 return left->is_static - right->is_static;
106 if ((!src->is_static && dst[-1].is_static)
107 || ((src->is_static == dst[-1].is_static)
117 src->name, src->is_static ? 't' : 'T',
119 dst[-1].name, dst[-1].is_static ? 't' : 'T',
129 dst[-1].name, dst[-1].is_static
[all...]
H A Dsymtab.h52 is_static:1, /* Is this a local (static) symbol? */
51 is_static:1, /* Is this a local (static) symbol? */ member in struct:sym
H A Dcorefile.c559 symtab.limit->is_static = TRUE;
687 /* We now set is_static as we go along, rather than by running
690 The old way called symtab_finalize before the is_static pass,
691 causing a problem since symtab_finalize uses is_static as part of
721 /* Set is_static based on the enclosing function, using either:
727 ltab.limit->is_static = prev->is_static;
732 ltab.limit->is_static = sym->is_static;
H A Dcg_print.c623 if (!line_granularity && sym->is_static && sym->file)
/haiku-buildtools/binutils/gprof/
H A Dsymtab.c58 same is_func value, we discriminate against is_static such that
75 return left->is_static - right->is_static;
106 if ((!src->is_static && dst[-1].is_static)
107 || ((src->is_static == dst[-1].is_static)
117 src->name, src->is_static ? 't' : 'T',
119 dst[-1].name, dst[-1].is_static ? 't' : 'T',
129 dst[-1].name, dst[-1].is_static
[all...]
H A Dsymtab.h53 is_static:1, /* Is this a local (static) symbol? */
52 is_static:1, /* Is this a local (static) symbol? */ member in struct:sym
H A Dcorefile.c574 symtab.limit->is_static = (type == 't');
736 symtab.limit->is_static = TRUE;
845 /* We now set is_static as we go along, rather than by running
848 The old way called symtab_finalize before the is_static pass,
849 causing a problem since symtab_finalize uses is_static as part of
879 /* Set is_static based on the enclosing function, using either:
885 ltab.limit->is_static = prev->is_static;
891 ltab.limit->is_static = sym->is_static;
[all...]
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_engine.h83 ref_count(0), is_static(false)
93 ref_count(ptr.ref_count), is_static(ptr.is_static)
104 if (is_static) {
115 if (is_static) {
126 if (is_static) {
150 bool is_static; member in class:PtrData
H A Doffload_target.cpp355 bool is_static = src_is_for_mic ? local
356 m_vars[i].flags.is_static :
415 if (!is_static) {
459 if (!is_static) {
584 !m_vars[i].flags.is_static) {
600 !m_vars[i].flags.is_static) {
627 !m_vars[i].flags.is_static) {
H A Doffload_host.cpp412 "is_static %d\n",
414 ptr_data->is_static);
426 if (ptr_data->is_static && !init_static_ptr_data(ptr_data)) {
459 OFFLOAD_TRACE(3, "Found association: base %p, length %lld, is_static %d\n",
461 ptr_data->is_static);
478 if (ptr_data->is_static && !init_static_ptr_data(ptr_data)) {
956 if (m_vars[i].flags.is_static) {
976 m_vars[i].flags.is_static = false;
985 if (m_vars[i].flags.is_static) {
1022 !m_vars[i].flags.is_static) {
[all...]
H A Doffload_common.h236 uint32_t is_static : 1; member in struct:VarDesc::__anon2207::__anon2208
H A Doffload_engine.cpp359 ptr->is_static = true;
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dverify.c527 int is_static, is_putting; local
834 case OPCODE_getstatic: is_putting = 0; is_static = 1; goto field;
835 case OPCODE_putstatic: is_putting = 1; is_static = 1; goto field;
836 case OPCODE_getfield: is_putting = 0; is_static = 0; goto field;
837 case OPCODE_putfield: is_putting = 1; is_static = 0; goto field;
845 if (! is_static)
H A Djcf-write.c1518 int is_static = FIELD_STATIC (field);
1520 is_static ? IGNORE_TARGET : target, state);
1523 if (DECL_NAME (field) == length_identifier_node && !is_static
1531 field_op (field, is_static ? OPCODE_getstatic : OPCODE_getfield,
1533 if (! is_static)
1514 int is_static = FIELD_STATIC (field); local
H A Dclass.c469 int is_static = (flags & ACC_STATIC) != 0; local
473 field = build_decl (is_static ? VAR_DECL : FIELD_DECL, name, field_type);
485 if (is_static)
H A Dexpr.c1674 expand_java_field_op (is_static, is_putting, field_ref_index)
1675 int is_static;
1708 field_ref = is_static ? NULL_TREE : pop_value (self_type);
1734 if (is_static)
H A Dparse.c8982 int is_static = 0;
9007 is_static = JDECL_P (decl) && FIELD_STATIC (decl);
9017 field_ref = build_field_ref ((is_static && !flag_emit_xref?
9022 if (is_static && !static_final_found
9085 int is_static;
9113 patch_method_invocation (qual_wfl, decl, type, &is_static, NULL);
9122 if (previous_call_static && is_static)
9129 previous_call_static = is_static;
9319 int is_static;
9380 is_static
8978 int is_static = 0; local
9081 int is_static; local
9315 int is_static; local
[all...]
H A Dparse.y6325 int is_static = 0;
6350 is_static = JDECL_P (decl) && FIELD_STATIC (decl);
6360 field_ref = build_field_ref ((is_static && !flag_emit_xref?
6365 if (is_static && !static_final_found
6428 int is_static;
6456 patch_method_invocation (qual_wfl, decl, type, &is_static, NULL);
6465 if (previous_call_static && is_static)
6472 previous_call_static = is_static;
6662 int is_static;
6723 is_static
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dprotoize.c407 char is_static; /* = 0 means visibility is "extern" */ member in struct:def_dec_info_struct
1708 def_dec_p->is_static = -1;
1710 def_dec_p->is_static = 0;
2570 if (dd_p->is_func_def && !dd_p->is_static && dd_p->file == user->file)
2583 if (dd_p->is_func_def && !dd_p->is_static)
2645 if (!dd_p->is_func_def && !dd_p->is_static && dd_p->prototyped)
2719 if (dd_p->is_func_def && dd_p->is_static && (dd_p->file == user->file))
2805 if (!dd_p->is_func_def && !dd_p->is_static && !dd_p->definition)
2836 if (!dd_p->is_func_def && dd_p->is_static && !dd_p->definition)
2866 if (!dd_p2->is_func_def && dd_p2->is_static
[all...]
/haiku-buildtools/binutils/gold/
H A Doptions.cc1289 if (this->shared() && this->is_static())
1293 if (this->pie() && this->is_static())
H A Dgold.cc610 if (!doing_static_link && options.is_static())
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Ddecl.c1103 do_decl (name, type, is_static, lifetime_bound, opt_init, opt_external)
1105 int is_static;
1129 TREE_STATIC (decl) = is_static;
1230 if (lifetime_bound || !is_static)
1232 if (is_static && ! TREE_CONSTANT (temp))
1240 if ((!is_static || ! lifetime_bound) &&
H A Dparse.c806 int is_static, lifetime_bound;
813 is_static = check_token (STATIC);
860 is_static || global_bindings_p ()
805 int is_static, lifetime_bound; local
/haiku-buildtools/gcc/gcc/java/
H A Dclass.c864 int is_static = (flags & ACC_STATIC) != 0; local
867 is_static ? VAR_DECL : FIELD_DECL, name, field_type);
885 if (is_static)
/haiku-buildtools/binutils/binutils/
H A Ddwarf.c3887 int is_static; local
3899 is_static = GDB_INDEX_SYMBOL_STATIC_VALUE (kind_data);
3901 (unsigned long) offset, is_static ? _("s") : _("g"),
6968 int is_static; local
6972 is_static = GDB_INDEX_SYMBOL_STATIC_VALUE (cu);
6983 is_static ? _("static") : _("global"),

Completed in 512 milliseconds

12