Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/mdocml/dist/
H A Dmdoc_html.c827 enum htmltag elemtype; in mdoc_bl_pre() local
844 elemtype = TAG_UL; in mdoc_bl_pre()
849 elemtype = TAG_UL; in mdoc_bl_pre()
853 elemtype = TAG_UL; in mdoc_bl_pre()
857 elemtype = TAG_OL; in mdoc_bl_pre()
861 elemtype = TAG_DL; in mdoc_bl_pre()
865 elemtype = TAG_DL; in mdoc_bl_pre()
869 elemtype = TAG_DL; in mdoc_bl_pre()
873 elemtype = TAG_DL; in mdoc_bl_pre()
883 elemtype = TAG_TABLE; in mdoc_bl_pre()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp379 EVT elemtype = vtparts[i]; in printReturnValStr() local
382 elemtype = vtparts[i].getVectorElementType(); in printReturnValStr()
386 unsigned sz = elemtype.getSizeInBits(); in printReturnValStr()
387 if (elemtype.isInteger() && (sz < 32)) in printReturnValStr()
1579 EVT elemtype = vtparts[i]; in emitFunctionParamList() local
1582 elemtype = vtparts[i].getVectorElementType(); in emitFunctionParamList()
1586 unsigned sz = elemtype.getSizeInBits(); in emitFunctionParamList()
1587 if (elemtype.isInteger() && (sz < 32)) in emitFunctionParamList()
H A DNVPTXISelLowering.cpp1590 EVT elemtype = VTs[j]; in LowerCall() local
1596 SDValue theVal = DAG.getLoad(elemtype, dl, tempChain, srcAddr, in LowerCall()
1598 if (elemtype.getSizeInBits() < 16) { in LowerCall()
1607 NVPTXISD::StoreParam, dl, CopyParamVTs, CopyParamOps, elemtype, in LowerCall()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c1956 Type *elemtype = ((TypeArray *)(val->type))->next; in visit() local
1957 d_uns64 elemsize = elemtype->size(); in visit()
1975 if (!isSafePointerCast(elemtype, pointee)) in visit()
1982 ve->type = elemtype; in visit()
2013 ei->type = elemtype; in visit()
3781 Type *elemtype = oldval->type->nextOf(); in assignToLvalue() local
3785 Expression *newelem = paintTypeOntoLiteral(elemtype, (*newelems)[i]); in assignToLvalue()
4049 Type *elemtype = aggregate->type->nextOf(); in interpretAssignToSlice() local
4061 newelem->type = elemtype; in interpretAssignToSlice()
4080 newelem->type = elemtype; in interpretAssignToSlice()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-types.c2073 tree elemtype = gfc_nonrestricted_type (TREE_TYPE (ffrom)); in mirror_fields() local
2074 TREE_TYPE (newfield) = elemtype; in mirror_fields()
2131 tree elemtype = gfc_nonrestricted_type (TREE_TYPE (t)); in gfc_nonrestricted_type() local
2132 if (elemtype == TREE_TYPE (t)) in gfc_nonrestricted_type()
2137 TREE_TYPE (ret) = elemtype; in gfc_nonrestricted_type()
2173 tree elemtype = gfc_nonrestricted_type (TREE_TYPE (field)); in gfc_nonrestricted_type() local
2174 if (elemtype != TREE_TYPE (field)) in gfc_nonrestricted_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d1901 Type elemtype = (cast(TypeArray)val.type).next; in visit() local
1902 const elemsize = elemtype.size(); in visit()
1919 if (!isSafePointerCast(elemtype, pointee)) in visit()
1926 ve.type = elemtype; in visit()
1956 ei.type = elemtype; in visit()
3937 Type elemtype = oldval.type.nextOf(); in assignToLvalue() local
3940 Expression newelem = paintTypeOntoLiteral(elemtype, (*newelems)[i]); in assignToLvalue()
4155 Type elemtype = aggregate.type.nextOf(); in interpretAssignToSlice() local
4166 newelem.type = elemtype; in interpretAssignToSlice()
4185 newelem.type = elemtype; in interpretAssignToSlice()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-types.cc2133 tree elemtype = gfc_nonrestricted_type (TREE_TYPE (ffrom)); in mirror_fields() local
2134 TREE_TYPE (newfield) = elemtype; in mirror_fields()
2191 tree elemtype = gfc_nonrestricted_type (TREE_TYPE (t)); in gfc_nonrestricted_type() local
2192 if (elemtype == TREE_TYPE (t)) in gfc_nonrestricted_type()
2197 TREE_TYPE (ret) = elemtype; in gfc_nonrestricted_type()
2233 tree elemtype = gfc_nonrestricted_type (TREE_TYPE (field)); in gfc_nonrestricted_type() local
2234 if (elemtype != TREE_TYPE (field)) in gfc_nonrestricted_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-sra.cc3361 tree elemtype = TREE_TYPE (root->type); in totally_scalarize_subtree() local
3362 tree elem_size = TYPE_SIZE (elemtype); in totally_scalarize_subtree()
3391 elemtype, pos, in totally_scalarize_subtree()
3408 tree nref = build4 (ARRAY_REF, elemtype, root->expr, in totally_scalarize_subtree()
3412 = create_total_access_and_reshape (root, pos, el_size, elemtype, in totally_scalarize_subtree()
3417 if (!is_gimple_reg_type (elemtype) in totally_scalarize_subtree()
H A Domp-simd-clone.cc819 tree elemtype = TREE_TYPE (TREE_TYPE (arg)); in simd_clone_init_simd_arrays() local
820 elemsize = GET_MODE_SIZE (SCALAR_TYPE_MODE (elemtype)); in simd_clone_init_simd_arrays()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-sra.c3314 tree elemtype = TREE_TYPE (root->type); in totally_scalarize_subtree() local
3315 tree elem_size = TYPE_SIZE (elemtype); in totally_scalarize_subtree()
3344 elemtype, pos, in totally_scalarize_subtree()
3361 tree nref = build4 (ARRAY_REF, elemtype, root->expr, in totally_scalarize_subtree()
3365 = create_total_access_and_reshape (root, pos, el_size, elemtype, in totally_scalarize_subtree()
3370 if (!is_gimple_reg_type (elemtype) in totally_scalarize_subtree()
H A Domp-simd-clone.c807 tree elemtype = TREE_TYPE (TREE_TYPE (arg)); in simd_clone_init_simd_arrays() local
808 elemsize = GET_MODE_SIZE (SCALAR_TYPE_MODE (elemtype)); in simd_clone_init_simd_arrays()
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dhp-symtab.h809 dnttpointer elemtype; member
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dhp-symtab.h809 dnttpointer elemtype; member
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20153877 (DequeWorkerBase): Rename elemtype to val_type.