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

  /src/external/bsd/mdocml/dist/
mdoc_html.c 807 enum htmltag elemtype; local
824 elemtype = TAG_UL;
829 elemtype = TAG_UL;
833 elemtype = TAG_UL;
837 elemtype = TAG_OL;
841 elemtype = TAG_DL;
845 elemtype = TAG_DL;
849 elemtype = TAG_DL;
853 elemtype = TAG_DL;
863 elemtype = TAG_TABLE
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
omp-simd-clone.cc 986 tree elemtype = TREE_TYPE (TREE_TYPE (arg)); local
987 elemsize = GET_MODE_SIZE (SCALAR_TYPE_MODE (elemtype));
tree-sra.cc 3674 tree elemtype = TREE_TYPE (root->type); local
3688 elemtype, pos,
3705 tree nref = build4 (ARRAY_REF, elemtype, root->expr,
3710 = create_total_access_and_reshape (root, pos, el_size, elemtype,
3715 if (!is_gimple_reg_type (elemtype)
  /src/external/gpl3/gcc.old/dist/gcc/
omp-simd-clone.cc 819 tree elemtype = TREE_TYPE (TREE_TYPE (arg)); local
820 elemsize = GET_MODE_SIZE (SCALAR_TYPE_MODE (elemtype));
tree-sra.cc 3368 tree elemtype = TREE_TYPE (root->type); local
3369 tree elem_size = TYPE_SIZE (elemtype);
3398 elemtype, pos,
3415 tree nref = build4 (ARRAY_REF, elemtype, root->expr,
3419 = create_total_access_and_reshape (root, pos, el_size, elemtype,
3424 if (!is_gimple_reg_type (elemtype)
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 379 EVT elemtype = vtparts[i]; local
382 elemtype = vtparts[i].getVectorElementType();
386 unsigned sz = elemtype.getSizeInBits();
387 if (elemtype.isInteger() && (sz < 32))
1579 EVT elemtype = vtparts[i]; local
1582 elemtype = vtparts[i].getVectorElementType();
1586 unsigned sz = elemtype.getSizeInBits();
1587 if (elemtype.isInteger() && (sz < 32))
NVPTXISelLowering.cpp 1590 EVT elemtype = VTs[j]; local
1596 SDValue theVal = DAG.getLoad(elemtype, dl, tempChain, srcAddr,
1598 if (elemtype.getSizeInBits() < 16) {
1607 NVPTXISD::StoreParam, dl, CopyParamVTs, CopyParamOps, elemtype,
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc 2159 tree elemtype = gfc_nonrestricted_type (TREE_TYPE (ffrom));
2160 TREE_TYPE (newfield) = elemtype;
2217 tree elemtype = gfc_nonrestricted_type (TREE_TYPE (t));
2218 if (elemtype == TREE_TYPE (t))
2223 TREE_TYPE (ret) = elemtype;
2259 tree elemtype = gfc_nonrestricted_type (TREE_TYPE (field));
2260 if (elemtype != TREE_TYPE (field))
2151 tree elemtype = gfc_nonrestricted_type (TREE_TYPE (ffrom)); local
2209 tree elemtype = gfc_nonrestricted_type (TREE_TYPE (t)); local
2251 tree elemtype = gfc_nonrestricted_type (TREE_TYPE (field)); local
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc 2141 tree elemtype = gfc_nonrestricted_type (TREE_TYPE (ffrom));
2142 TREE_TYPE (newfield) = elemtype;
2199 tree elemtype = gfc_nonrestricted_type (TREE_TYPE (t));
2200 if (elemtype == TREE_TYPE (t))
2205 TREE_TYPE (ret) = elemtype;
2241 tree elemtype = gfc_nonrestricted_type (TREE_TYPE (field));
2242 if (elemtype != TREE_TYPE (field))
2133 tree elemtype = gfc_nonrestricted_type (TREE_TYPE (ffrom)); local
2191 tree elemtype = gfc_nonrestricted_type (TREE_TYPE (t)); local
2233 tree elemtype = gfc_nonrestricted_type (TREE_TYPE (field)); local
  /src/external/gpl3/binutils/dist/include/
hp-symtab.h 787 ELEMTYPE is a DNTT pointer to the type for the array elements.
792 Multi-dimensional arrays are represented by ELEMTYPE pointing to
809 dnttpointer elemtype; member in struct:dntt_type_array
  /src/external/gpl3/binutils.old/dist/include/
hp-symtab.h 787 ELEMTYPE is a DNTT pointer to the type for the array elements.
792 Multi-dimensional arrays are represented by ELEMTYPE pointing to
809 dnttpointer elemtype; member in struct:dntt_type_array
  /src/external/gpl3/gdb/dist/include/
hp-symtab.h 787 ELEMTYPE is a DNTT pointer to the type for the array elements.
792 Multi-dimensional arrays are represented by ELEMTYPE pointing to
809 dnttpointer elemtype; member in struct:dntt_type_array
  /src/external/gpl3/gdb.old/dist/include/
hp-symtab.h 787 ELEMTYPE is a DNTT pointer to the type for the array elements.
792 Multi-dimensional arrays are represented by ELEMTYPE pointing to
809 dnttpointer elemtype; member in struct:dntt_type_array

Completed in 71 milliseconds