Searched refs:is_protected (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dcopy-relocs.cc123 if (sym->is_protected())
H A Dsymtab.h878 is_protected() const function in class:gold::Symbol
/haiku-buildtools/gcc/gcc/fortran/
H A Dsymbol.c371 *volatile_ = "VOLATILE", *is_protected = "PROTECTED", local
588 conf (is_protected, intrinsic)
589 conf (is_protected, in_common)
642 conf2 (is_protected);
754 conf2 (is_protected);
1097 if (attr->is_protected)
1105 attr->is_protected = 1;
1788 if (src->is_protected && !gfc_add_protected (dest, NULL, where))
H A Dgfortran.h755 is_protected:1, /* Symbol has been marked as protected. */ member in struct:__anon98
H A Dmodule.c2053 if (attr->is_protected)
2189 attr->is_protected = 1;
H A Dexpr.c3759 if (attr.is_protected && attr.use_assoc
4920 if (sym->attr.is_protected && sym->attr.use_assoc && check_intentin)
H A Dresolve.c13318 if (sym->attr.is_protected && !sym->attr.proc_pointer
14779 if (sym->attr.is_protected)

Completed in 222 milliseconds