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

  /src/external/gpl3/binutils/dist/binutils/
stabs.c 4581 char temptype;
4584 temptype = **pp;
4587 if (temptype == 'T')
4580 char temptype; local
  /src/external/gpl3/binutils.old/dist/binutils/
stabs.c 4581 char temptype;
4584 temptype = **pp;
4587 if (temptype == 'T')
4580 char temptype; local
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-stmt.cc 272 tree initial, temptype; local
309 temptype = TREE_TYPE (parmse.expr); /* Pointer to descriptor. */
310 gcc_assert (TREE_CODE (temptype) == POINTER_TYPE);
311 temptype = TREE_TYPE (temptype);
312 temptype = gfc_get_element_type (temptype);
318 temptype = NULL_TREE;
327 temptype, initial, false, true,
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-stmt.cc 270 tree initial, temptype; local
307 temptype = TREE_TYPE (parmse.expr); /* Pointer to descriptor. */
308 gcc_assert (TREE_CODE (temptype) == POINTER_TYPE);
309 temptype = TREE_TYPE (temptype);
310 temptype = gfc_get_element_type (temptype);
316 temptype = NULL_TREE;
325 temptype, initial, false, true,

Completed in 39 milliseconds