Searched refs:elemtype (Results 1 – 3 of 3) sorted by relevance
807 enum htmltag elemtype; in mdoc_bl_pre() local824 elemtype = TAG_UL; in mdoc_bl_pre()829 elemtype = TAG_UL; in mdoc_bl_pre()833 elemtype = TAG_UL; in mdoc_bl_pre()837 elemtype = TAG_OL; in mdoc_bl_pre()841 elemtype = TAG_DL; in mdoc_bl_pre()845 elemtype = TAG_DL; in mdoc_bl_pre()849 elemtype = TAG_DL; in mdoc_bl_pre()853 elemtype = TAG_DL; in mdoc_bl_pre()863 elemtype = TAG_TABLE; in mdoc_bl_pre()[all …]
799 print_otag_id(struct html *h, enum htmltag elemtype, const char *cattr, in print_otag_id() argument812 if (href != NULL && htmltags[elemtype].flags & HTML_INPHRASE) in print_otag_id()814 t = print_otag(h, elemtype, "ci", cattr, id); in print_otag_id()820 htmltags[elemtype].flags & HTML_TOPHRASE) in print_otag_id()
385 EVT elemtype = vtparts[i]; in printReturnValStr() local388 elemtype = vtparts[i].getVectorElementType(); in printReturnValStr()392 unsigned sz = elemtype.getSizeInBits(); in printReturnValStr()393 if (elemtype.isInteger()) in printReturnValStr()1666 EVT elemtype = vtparts[i]; in emitFunctionParamList() local1669 elemtype = vtparts[i].getVectorElementType(); in emitFunctionParamList()1673 unsigned sz = elemtype.getSizeInBits(); in emitFunctionParamList()1674 if (elemtype.isInteger()) in emitFunctionParamList()