Home
last modified time | relevance | path

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

/dragonfly/contrib/mdocml/
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()
/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-simd-clone.c802 tree elemtype = TREE_TYPE (TREE_TYPE (arg)); in simd_clone_init_simd_arrays() local
803 elemsize = GET_MODE_SIZE (SCALAR_TYPE_MODE (elemtype)); in simd_clone_init_simd_arrays()
H A Dtree-sra.c1058 tree elemtype = TREE_TYPE (decl_type); in completely_scalarize() local
1059 tree elem_size = TYPE_SIZE (elemtype); in completely_scalarize()
1083 tree nref = build4 (ARRAY_REF, elemtype, in completely_scalarize()
1089 nref, elemtype); in completely_scalarize()