Searched refs:inline_ref (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dinline.c207 * The function may not be defined when inline_ref() is called.
210 inline_ref(struct symtab *sp) function
214 SDEBUG(("inline_ref(\"%s\")\n", sp->sname));
268 inline_ref((struct symtab *)ip->ip_name);
405 inline_ref(sp); /* prototype of not yet declared inline ftn */
418 inline_ref(sp);
424 inline_ref(sp);
496 inline_ref((struct symtab *)ip->ip_name);
H A Dpass1.h285 void inline_ref(struct symtab *);
H A Dcgram.y2014 inline_ref(sp);
H A Dpftn.c303 inline_ref(p);
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dinline.c207 * The function may not be defined when inline_ref() is called.
210 inline_ref(struct symtab *sp) function
214 SDEBUG(("inline_ref(\"%s\")\n", sp->sname));
268 inline_ref((struct symtab *)ip->ip_name);
405 inline_ref(sp); /* prototype of not yet declared inline ftn */
418 inline_ref(sp);
424 inline_ref(sp);
496 inline_ref((struct symtab *)ip->ip_name);
H A Dpass1.h290 void inline_ref(struct symtab *);
H A Dcgram.y2173 inline_ref(sp);
H A Dpftn.c303 inline_ref(p);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/refer/
H A Drefer.cpp1066 reference *inline_ref = 0; local
1068 inline_ref = new reference(ptr, end - ptr);
1069 if (inline_ref) {
1071 database_ref->merge(*inline_ref);
1072 delete inline_ref;
1076 return inline_ref;

Completed in 147 milliseconds