Home
last modified time | relevance | path

Searched refs:elemtype (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/mandoc/
H A Dmdoc_html.c807 enum htmltag elemtype; in mdoc_bl_pre() local
824 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 …]
H A Dhtml.c799 print_otag_id(struct html *h, enum htmltag elemtype, const char *cattr, in print_otag_id() argument
812 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp385 EVT elemtype = vtparts[i]; in printReturnValStr() local
388 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() local
1669 elemtype = vtparts[i].getVectorElementType(); in emitFunctionParamList()
1673 unsigned sz = elemtype.getSizeInBits(); in emitFunctionParamList()
1674 if (elemtype.isInteger()) in emitFunctionParamList()