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

  /src/external/gpl2/texinfo/dist/makeinfo/
macro.c 995 } alias_type;
997 static alias_type *aliases;
1004 alias_type *a = xmalloc (sizeof (alias_type));
1022 alias_type *findit = aliases;
989 } alias_type; typedef in typeref:struct:alias_struct
  /src/external/gpl3/gcc/dist/gcc/c/
gimple-parser.cc 1498 tree alias_type = NULL_TREE; local
1510 alias_type = groktypename (alias_type_name,
1525 if (! alias_type)
1526 alias_type = TREE_TYPE (ptr.value);
1565 alias_off.value = fold_convert (alias_type,
1569 alias_off.value = build_int_cst (alias_type, 0);
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-dse.cc 608 tree alias_type = reference_alias_ptr_type (gimple_assign_lhs (stmt)); local
613 build_int_cst (alias_type, head_trim));
gimple-fold.cc 4127 tree alias_type; member in struct:clear_padding_struct
4308 build_int_cst (buf->alias_type,
4355 build_int_cst (buf->alias_type, off));
4384 build_int_cst (buf->alias_type, off));
4442 build_int_cst (buf->alias_type,
4527 union_buf->alias_type = NULL_TREE;
4961 buf.alias_type = NULL_TREE;
4998 buf.alias_type = NULL_TREE;
5041 buf.alias_type = build_pointer_type (elttype);
5054 buf.alias_type = build_pointer_type (type)
6133 tree alias_type = TREE_TYPE (TREE_OPERAND (*t, 1)); local
    [all...]
builtins.cc 2554 tree alias_type, alias_off;
2575 alias_type = build_pointer_type_for_mode (TREE_TYPE (arg), ptr_mode, true);
2576 alias_off = build_int_cst (alias_type, 0);
2553 tree alias_type, alias_off; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
gimple-parser.cc 1443 tree alias_type = NULL_TREE; local
1455 alias_type = groktypename (alias_type_name,
1470 if (! alias_type)
1471 alias_type = TREE_TYPE (ptr.value);
1478 alias_off = fold_convert (alias_type, alias_off);
1481 alias_off = build_int_cst (alias_type, 0);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-dse.cc 564 tree alias_type = reference_alias_ptr_type (gimple_assign_lhs (stmt)); local
569 build_int_cst (alias_type, head_trim));
builtins.cc 2526 tree alias_type, alias_off;
2547 alias_type = build_pointer_type_for_mode (TREE_TYPE (arg), ptr_mode, true);
2548 alias_off = build_int_cst (alias_type, 0);
2525 tree alias_type, alias_off; local
gimple-fold.cc 4127 tree alias_type; member in struct:clear_padding_struct
4308 build_int_cst (buf->alias_type,
4355 build_int_cst (buf->alias_type, off));
4384 build_int_cst (buf->alias_type, off));
4442 build_int_cst (buf->alias_type,
4527 union_buf->alias_type = NULL_TREE;
4885 buf.alias_type = NULL_TREE;
4922 buf.alias_type = NULL_TREE;
4965 buf.alias_type = build_pointer_type (elttype);
4978 buf.alias_type = build_pointer_type (type)
5997 tree alias_type = TREE_TYPE (TREE_OPERAND (*t, 1)); local
    [all...]

Completed in 63 milliseconds