Lines Matching +defs:VAR +defs:t
1822 #define SET_SSA_NAME_VAR_OR_IDENTIFIER(NODE,VAR) \ argument
3035 set_function_decl_type (tree decl, function_decl_type t, bool set) in set_function_decl_type()
4252 vector_cst_encoded_nelts (const_tree t) in vector_cst_encoded_nelts()
4336 tree t = build1 (code, type, arg1 PASS_MEM_STAT); in build1_loc() local
4346 tree t = build2 (code, type, arg0, arg1 PASS_MEM_STAT); in build2_loc() local
4356 tree t = build3 (code, type, arg0, arg1, arg2 PASS_MEM_STAT); in build3_loc() local
4366 tree t = build4 (code, type, arg0, arg1, arg2, arg3 PASS_MEM_STAT); in build4_loc() local
4376 tree t = build5 (code, type, arg0, arg1, arg2, arg3, in build5_loc() local
4511 tree_to_shwi (const_tree t) in tree_to_shwi()
4518 tree_to_uhwi (const_tree t) in tree_to_uhwi()
4525 tree_to_poly_int64 (const_tree t) in tree_to_poly_int64()
4532 tree_to_poly_uint64 (const_tree t) in tree_to_poly_uint64()
4562 poly_int_tree_p (const_tree t, poly_int64_pod *value) in poly_int_tree_p()
4576 poly_int_tree_p (const_tree t, poly_uint64_pod *value) in poly_int_tree_p()
4648 size_in_bytes (const_tree t) in size_in_bytes()
4901 handled_component_p (const_tree t) in handled_component_p()
4922 reverse_storage_order_for_component_p (tree t) in reverse_storage_order_for_component_p()
4960 storage_order_barrier_p (const_tree t) in storage_order_barrier_p()
5155 poly_int_tree_p (const_tree t) in poly_int_tree_p()
5164 bit_field_size (const_tree t) in bit_field_size()
5173 bit_field_offset (const_tree t) in bit_field_offset()
5334 canonical_type_used_p (const_tree t) in canonical_type_used_p()
5382 tree_decl_hash::hash (tree t) in hash()
5394 tree_type_hash::hash (tree t) in hash()
5408 tree_ssa_name_hash::hash (tree t) in hash()
5420 tree_hash::hash (tree t) in hash()
5529 is_lang_specific (const_tree t) in is_lang_specific()
5665 is_global_var (const_tree t) in is_global_var()
5727 unextended_tree (const_tree t) : m_t (t) {} in unextended_tree()