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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc 12126 tree class_han, re, size; local
12157 class_han = GFC_CLASS_TYPE_P (TREE_TYPE (tmp))
12160 if (!POINTER_TYPE_P (TREE_TYPE (class_han)))
12161 class_han = gfc_build_addr_expr (NULL_TREE, class_han);
12165 gfc_allocate_using_malloc (&alloc, class_han, size, NULL_TREE);
12171 gfc_add_expr_to_block (&re_alloc, gfc_call_free (class_han));
12172 gfc_allocate_using_malloc (&re_alloc, class_han, size, NULL_TREE);
12176 tmp = fold_convert (pvoid_type_node, class_han);
12194 logical_type_node, class_han,
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc 11473 tree class_han, re, size; local
11481 class_han = GFC_CLASS_TYPE_P (TREE_TYPE (lse->expr))
11484 if (!POINTER_TYPE_P (TREE_TYPE (class_han)))
11485 class_han = gfc_build_addr_expr (NULL_TREE, class_han);
11489 gfc_allocate_using_malloc (&alloc, class_han, size, NULL_TREE);
11495 fold_convert (pvoid_type_node, class_han),
11505 logical_type_node, class_han,

Completed in 23 milliseconds