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

/macosx-10.10/swig-12/Source/Modules/
H A Ddirectors.cxx137 int is_func = 0; local
164 is_func = SwigType_isfunction(nextelement);
165 if (is_func)
245 if (is_func) {
/macosx-10.10/emacs-93/emacs/lib-src/
H A Detags.c311 bool is_func; /* function tag: use regexp in CTAGS mode */ member in struct:node_st
2035 make_tag (name, namelen, is_func, linestart, linelen, lno, cno)
2038 bool is_func; /* tag is a function */
2073 pfnote (name, is_func, linestart, linelen, lno, cno);
2078 pfnote (name, is_func, linestart, linelen, lno, cno)
2080 bool is_func; /* tag is a function */
2108 np->is_func = is_func;
2394 if (np->is_func)
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf64-ppc.c3321 unsigned int is_func:1;
4015 edir->is_func |= eind->is_func;
4101 fh->is_func = 1;
4139 fh->is_func = 1;
4386 eh->is_func = 1;
4769 ((struct ppc_link_hash_entry *) h)->is_func = 1;
5660 if (!fh->is_func)
8349 if (h->oh != NULL && h->oh->is_func)
3317 unsigned int is_func:1; member in struct:ppc_link_hash_entry

Completed in 211 milliseconds