Searched refs:alias_type (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dmacro.c995 } 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
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dgimple-parser.c1432 tree alias_type = NULL_TREE; local
1444 alias_type = groktypename (alias_type_name,
1459 if (! alias_type)
1460 alias_type = TREE_TYPE (ptr.value);
1467 alias_off = fold_convert (alias_type, alias_off);
1470 alias_off = build_int_cst (alias_type, 0);
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dgimple-parser.cc1443 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);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dse.c404 tree alias_type = reference_alias_ptr_type (gimple_assign_lhs (stmt)); local
409 build_int_cst (alias_type, head_trim));
H A Dgimple-fold.c4931 tree alias_type = TREE_TYPE (TREE_OPERAND (*t, 1)); local
4935 && !TYPE_REF_CAN_ALIAS_ALL (alias_type)
4937 == TYPE_MAIN_VARIANT (TREE_TYPE (alias_type)))
H A Dbuiltins.c2542 tree alias_type, alias_off;
2563 alias_type = build_pointer_type_for_mode (TREE_TYPE (arg), ptr_mode, true);
2564 alias_off = build_int_cst (alias_type, 0);
2541 tree alias_type, alias_off; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dse.cc560 tree alias_type = reference_alias_ptr_type (gimple_assign_lhs (stmt)); local
565 build_int_cst (alias_type, head_trim));
H A Dgimple-fold.cc4122 tree alias_type; member in struct:clear_padding_struct
4302 build_int_cst (buf->alias_type,
4349 build_int_cst (buf->alias_type, off));
4378 build_int_cst (buf->alias_type, off));
4436 build_int_cst (buf->alias_type,
4521 union_buf->alias_type = NULL_TREE;
4878 buf.alias_type = NULL_TREE;
4915 buf.alias_type = NULL_TREE;
4958 buf.alias_type = build_pointer_type (elttype);
4971 buf.alias_type
5990 tree alias_type = TREE_TYPE (TREE_OPERAND (*t, 1)); local
[all...]
H A Dbuiltins.cc2526 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

Completed in 589 milliseconds