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

  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans.cc 317 tree natural_type; local
330 natural_type = type;
333 natural_type = build_pointer_type (base_type);
338 type = natural_type;
340 natural_type = TREE_TYPE (t);
347 t = fold_build1_loc (input_location, ADDR_EXPR, natural_type, t);
350 if (type && natural_type != type)
trans.cc 317 tree natural_type; local
330 natural_type = type;
333 natural_type = build_pointer_type (base_type);
338 type = natural_type;
340 natural_type = TREE_TYPE (t);
347 t = fold_build1_loc (input_location, ADDR_EXPR, natural_type, t);
350 if (type && natural_type != type)
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans.cc 346 tree natural_type; local
359 natural_type = type;
362 natural_type = build_pointer_type (base_type);
367 type = natural_type;
369 natural_type = TREE_TYPE (t);
376 t = fold_build1_loc (input_location, ADDR_EXPR, natural_type, t);
379 if (type && natural_type != type)
trans.cc 346 tree natural_type; local
359 natural_type = type;
362 natural_type = build_pointer_type (base_type);
367 type = natural_type;
369 natural_type = TREE_TYPE (t);
376 t = fold_build1_loc (input_location, ADDR_EXPR, natural_type, t);
379 if (type && natural_type != type)

Completed in 35 milliseconds