Lines Matching +defs:wrapper +defs:exp
2962 really_constant_p (const_tree exp) in really_constant_p()
3822 contains_placeholder_p (const_tree exp) in contains_placeholder_p()
4001 push_without_duplicates (tree exp, vec<tree> *queue) in push_without_duplicates()
4022 find_placeholder_in_expr (tree exp, vec<tree> *refs) in find_placeholder_in_expr()
4096 substitute_in_expr (tree exp, tree f, tree r) in substitute_in_expr()
4288 substitute_placeholder_in_expr (tree exp, tree obj) in substitute_placeholder_in_expr()
9968 tree_operand_check_failed (int idx, const_tree exp, const char *file, in tree_operand_check_failed()
12542 tree_nonartificial_location (tree exp) in tree_nonartificial_location()
12738 tree_nop_conversion (const_tree exp) in tree_nop_conversion()
12760 tree_sign_nop_conversion (const_tree exp) in tree_sign_nop_conversion()
12778 tree_strip_nop_conversions (tree exp) in tree_strip_nop_conversions()
12789 tree_strip_sign_nop_conversions (tree exp) in tree_strip_sign_nop_conversions()
12798 strip_float_extensions (tree exp) in strip_float_extensions()
13422 array_ref_element_size (tree exp) in array_ref_element_size()
13450 array_ref_low_bound (tree exp) in array_ref_low_bound()
13473 array_ref_up_bound (tree exp) in array_ref_up_bound()
13617 component_ref_field_offset (tree exp) in component_ref_field_offset()
14989 tree wrapper = build1_loc (loc, code, TREE_TYPE (expr), expr); in maybe_wrap_with_location() local