Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcall.c6108 && same_type_p (TREE_VALUE (t), align_type_node) in second_parm_is_size_t()
6124 return (a && same_type_p (TREE_VALUE (a), align_type_node)); in aligned_allocation_fn_p()
6144 if (same_type_p (TREE_VALUE (a), align_type_node) in aligned_deallocation_fn_p()
6150 if (a && same_type_p (TREE_VALUE (a), align_type_node) in aligned_deallocation_fn_p()
6424 tree al = build_int_cst (align_type_node, TYPE_ALIGN_UNIT (type)); in build_op_delete_call()
H A Ddecl.c4355 align_type_node = start_enum (align_id, NULL_TREE, size_type_node, in cxx_init_decl_processing()
4361 align_type_node, NULL_TREE); in cxx_init_decl_processing()
4373 align_type_node, NULL_TREE); in cxx_init_decl_processing()
4383 size_type_node, align_type_node, in cxx_init_decl_processing()
H A Dinit.c3063 align_arg = build_int_cst (align_type_node, TYPE_ALIGN_UNIT (elt_type)); in build_new_1()
H A Dcp-tree.h218 #define align_type_node cp_global_trees[CPTI_ALIGN_TYPE] macro