HomeSort by: relevance | last modified time | path
    Searched defs:iitype (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/tools/ctf/cvt/
st_parse.c 193 iitype_t iitype = 0; local
206 iitype = II_NOT; /* not interesting */
210 iitype = II_GFUN;
214 iitype = II_SFUN;
240 ii->ii_type = iitype;
246 return (iitype);
253 iitype_t iitype = 0; local
261 iitype = II_GVAR;
264 iitype = II_SVAR;
267 iitype = II_PSYM
    [all...]
st_parse.c 193 iitype_t iitype = 0; local
206 iitype = II_NOT; /* not interesting */
210 iitype = II_GFUN;
214 iitype = II_SFUN;
240 ii->ii_type = iitype;
246 return (iitype);
253 iitype_t iitype = 0; local
261 iitype = II_GVAR;
264 iitype = II_SVAR;
267 iitype = II_PSYM
    [all...]
ctftools.h 276 typedef enum iitype { enum
ctftools.h 276 typedef enum iitype { enum

Completed in 27 milliseconds