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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-c.cc 1352 tree arg1_inner_type;
1445 arg1_inner_type = TREE_TYPE (arg1_type);
1446 result = fold_convert (arg1_inner_type, result);
1452 /* Build *(((arg1_inner_type*) & (vector type){arg1}) + arg2). */
1453 arg1_inner_type = TREE_TYPE (arg1_type);
1481 tree innerptrtype = build_pointer_type (arg1_inner_type);
1568 /* Build *(((arg1_inner_type*) & (vector type){arg1}) + arg2) = arg0 with
1616 tree arg1_inner_type = TREE_TYPE (arg1_type);
1617 tree innerptrtype = build_pointer_type (arg1_inner_type);
1351 tree arg1_inner_type; local
1615 tree arg1_inner_type = TREE_TYPE (arg1_type); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-c.cc 1350 tree arg1_inner_type;
1443 arg1_inner_type = TREE_TYPE (arg1_type);
1444 result = fold_convert (arg1_inner_type, result);
1450 /* Build *(((arg1_inner_type*) & (vector type){arg1}) + arg2). */
1451 arg1_inner_type = TREE_TYPE (arg1_type);
1479 tree innerptrtype = build_pointer_type (arg1_inner_type);
1566 /* Build *(((arg1_inner_type*) & (vector type){arg1}) + arg2) = arg0 with
1614 tree arg1_inner_type = TREE_TYPE (arg1_type);
1615 tree innerptrtype = build_pointer_type (arg1_inner_type);
1349 tree arg1_inner_type; local
1613 tree arg1_inner_type = TREE_TYPE (arg1_type); local

Completed in 17 milliseconds