Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmacro.c989 } alias_type; typedef
991 static alias_type *aliases;
998 alias_type *a = xmalloc (sizeof (alias_type)); in cm_alias()
1016 alias_type *findit = aliases; in alias_expand()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dgimple-parser.c1432 tree alias_type = NULL_TREE; in c_parser_gimple_postfix_expression() local
1444 alias_type = groktypename (alias_type_name, in c_parser_gimple_postfix_expression()
1459 if (! alias_type) in c_parser_gimple_postfix_expression()
1460 alias_type = TREE_TYPE (ptr.value); in c_parser_gimple_postfix_expression()
1467 alias_off = fold_convert (alias_type, alias_off); in c_parser_gimple_postfix_expression()
1470 alias_off = build_int_cst (alias_type, 0); in c_parser_gimple_postfix_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dgimple-parser.cc1443 tree alias_type = NULL_TREE; in c_parser_gimple_postfix_expression() local
1455 alias_type = groktypename (alias_type_name, in c_parser_gimple_postfix_expression()
1470 if (! alias_type) in c_parser_gimple_postfix_expression()
1471 alias_type = TREE_TYPE (ptr.value); in c_parser_gimple_postfix_expression()
1478 alias_off = fold_convert (alias_type, alias_off); in c_parser_gimple_postfix_expression()
1481 alias_off = build_int_cst (alias_type, 0); in c_parser_gimple_postfix_expression()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dse.c404 tree alias_type = reference_alias_ptr_type (gimple_assign_lhs (stmt)); in maybe_trim_constructor_store() local
409 build_int_cst (alias_type, head_trim)); in maybe_trim_constructor_store()
H A Dgimple-fold.c4931 tree alias_type = TREE_TYPE (TREE_OPERAND (*t, 1)); variable
4935 && !TYPE_REF_CAN_ALIAS_ALL (alias_type)
4937 == TYPE_MAIN_VARIANT (TREE_TYPE (alias_type)))
H A Dbuiltins.c2541 tree alias_type, alias_off; in expand_builtin_sincos() local
2562 alias_type = build_pointer_type_for_mode (TREE_TYPE (arg), ptr_mode, true); in expand_builtin_sincos()
2563 alias_off = build_int_cst (alias_type, 0); in expand_builtin_sincos()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dse.cc563 tree alias_type = reference_alias_ptr_type (gimple_assign_lhs (stmt)); in maybe_trim_constructor_store() local
568 build_int_cst (alias_type, head_trim)); in maybe_trim_constructor_store()
H A Dgimple-fold.cc4122 tree alias_type; member
4302 build_int_cst (buf->alias_type, in clear_padding_flush()
4349 build_int_cst (buf->alias_type, off)); in clear_padding_flush()
4378 build_int_cst (buf->alias_type, off)); in clear_padding_flush()
4436 build_int_cst (buf->alias_type, in clear_padding_flush()
4521 union_buf->alias_type = NULL_TREE; in clear_padding_union()
4878 buf.alias_type = NULL_TREE; in clear_type_padding_in_mask()
4915 buf.alias_type = NULL_TREE; in gimple_fold_builtin_clear_padding()
4958 buf.alias_type = build_pointer_type (elttype); in gimple_fold_builtin_clear_padding()
4971 buf.alias_type = build_pointer_type (type); in gimple_fold_builtin_clear_padding()
[all …]
H A Dbuiltins.cc2525 tree alias_type, alias_off; in expand_builtin_sincos() local
2546 alias_type = build_pointer_type_for_mode (TREE_TYPE (arg), ptr_mode, true); in expand_builtin_sincos()
2547 alias_off = build_int_cst (alias_type, 0); in expand_builtin_sincos()