Searched refs:simple_type (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | trans-mem.cc | 2276 tree t, fn, type = TREE_TYPE (rhs), simple_type; in build_tm_store() local 2337 simple_type = TREE_VALUE (TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (fn)))); in build_tm_store() 2343 rhs = build_int_cst (simple_type, 0); in build_tm_store() 2353 else if (!useless_type_conversion_p (simple_type, type)) in build_tm_store() 2358 temp = create_tmp_reg (simple_type); in build_tm_store() 2359 t = fold_build1 (VIEW_CONVERT_EXPR, simple_type, rhs); in build_tm_store()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | trans-mem.c | 2273 tree t, fn, type = TREE_TYPE (rhs), simple_type; in build_tm_store() local 2334 simple_type = TREE_VALUE (TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (fn)))); in build_tm_store() 2340 rhs = build_int_cst (simple_type, 0); in build_tm_store() 2350 else if (!useless_type_conversion_p (simple_type, type)) in build_tm_store() 2355 temp = create_tmp_reg (simple_type); in build_tm_store() 2356 t = fold_build1 (VIEW_CONVERT_EXPR, simple_type, rhs); in build_tm_store()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1991 | 1829 language.[ch] Predicates involving types (simple_type, ordered_type,
|
H A D | ChangeLog-2012 | 13090 (simple_type, ordered_type, same_type, integral_type): Delete.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1991 | 1829 language.[ch] Predicates involving types (simple_type, ordered_type,
|
H A D | ChangeLog-2012 | 13090 (simple_type, ordered_type, same_type, integral_type): Delete.
|