Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c4506 align_type_node = start_enum (align_id, NULL_TREE, size_type_node, in cxx_init_decl_processing()
4512 align_type_node, NULL_TREE); in cxx_init_decl_processing()
4526 align_type_node, NULL_TREE); in cxx_init_decl_processing()
4540 size_type_node, align_type_node, in cxx_init_decl_processing()
H A Dcall.c6659 return (a && same_type_p (TREE_VALUE (a), align_type_node)); in aligned_allocation_fn_p()
6729 && same_type_p (TREE_VALUE (chain), align_type_node)) in usual_deallocation_fn_p()
7020 tree al = build_int_cst (align_type_node, TYPE_ALIGN_UNIT (type)); in build_op_delete_call()
H A Dinit.c3237 align_arg = build_int_cst (align_type_node, align); in build_new_1()
H A Dcp-tree.h246 #define align_type_node cp_global_trees[CPTI_ALIGN_TYPE] macro
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc7151 return (a && same_type_p (TREE_VALUE (a), align_type_node)); in aligned_allocation_fn_p()
7221 && same_type_p (TREE_VALUE (chain), align_type_node)) in usual_deallocation_fn_p()
7520 tree al = build_int_cst (align_type_node, TYPE_ALIGN_UNIT (type)); in build_op_delete_call()
H A Ddecl.cc4749 align_type_node = start_enum (align_id, NULL_TREE, size_type_node, in cxx_init_decl_processing()
4755 align_type_node, NULL_TREE); in cxx_init_decl_processing()
4769 align_type_node, NULL_TREE); in cxx_init_decl_processing()
4783 size_type_node, align_type_node, in cxx_init_decl_processing()
H A Dinit.cc3313 align_arg = build_int_cst (align_type_node, align); in build_new_1()
H A Dcp-tree.h259 #define align_type_node cp_global_trees[CPTI_ALIGN_TYPE] macro
H A DChangeLog-20161351 (align_type_node): New macro.