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

  /src/external/gpl3/gcc/dist/gcc/c/
gimple-parser.cc 1490 struct c_expr ptr, alias_off, step, index, index2; local
1492 alias_off.value = NULL_TREE;
1531 alias_off = c_parser_gimple_postfix_expression (parser);
1535 std::swap (index, alias_off);
1551 else if (alias_off.value
1552 && TREE_CODE (alias_off.value) != INTEGER_CST)
1553 std::swap (alias_off, index2);
1559 if (alias_off.value)
1561 if (TREE_CODE (alias_off.value) != INTEGER_CST)
1562 error_at (alias_off.get_start ()
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
gimple-parser.cc 1440 tree alias_off = NULL_TREE; local
1476 alias_off
1478 alias_off = fold_convert (alias_type, alias_off);
1480 if (! alias_off)
1481 alias_off = build_int_cst (alias_type, 0);
1491 type, ptr.value, alias_off);
  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 2526 tree alias_type, alias_off;
2548 alias_off = build_int_cst (alias_type, 0);
2550 sinp, alias_off));
2552 cosp, alias_off));
2525 tree alias_type, alias_off; local
tree-vect-stmts.cc 7960 tree stride_base, stride_step, alias_off; local
8080 alias_off = build_int_cst (ref_type, 0);
8131 tree this_off = build_int_cst (TREE_TYPE (alias_off),
9121 tree stride_base, stride_step, alias_off; local
9195 alias_off = build_int_cst (ref_type, 0);
9264 tree this_off = build_int_cst (TREE_TYPE (alias_off),
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 2554 tree alias_type, alias_off;
2576 alias_off = build_int_cst (alias_type, 0);
2578 sinp, alias_off));
2580 cosp, alias_off));
2553 tree alias_type, alias_off; local

Completed in 51 milliseconds