Home
last modified time | relevance | path

Searched refs:block_ptr_exp (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dtypeck.c2707 build_block_call (tree fntype, tree block_ptr_exp, tree params) in build_block_call() argument
2713 bool block_ptr_exp_side_effect = TREE_SIDE_EFFECTS (block_ptr_exp); in build_block_call()
2716 block_ptr_exp = convert (ptr_type_node, block_ptr_exp); in build_block_call()
2718 block_ptr_exp = convert (build_pointer_type (generic_block_literal_struct_type), in build_block_call()
2719 block_ptr_exp); in build_block_call()
2721 block_ptr_exp = save_expr (block_ptr_exp); in build_block_call()
2725 finish_class_member_access_expr (build_indirect_ref (block_ptr_exp, "->"), in build_block_call()
2734 params = tree_cons (NULL_TREE, block_ptr_exp, params); in build_block_call()
/freebsd-12-stable/contrib/gcc/
Dc-typeck.c3851 build_block_call (tree fntype, tree block_ptr_exp, tree params) in build_block_call() argument
3855 bool block_ptr_exp_side_effect = TREE_SIDE_EFFECTS (block_ptr_exp); in build_block_call()
3858 block_ptr_exp = convert (ptr_type_node, block_ptr_exp); in build_block_call()
3860 block_ptr_exp = convert (build_pointer_type (generic_block_literal_struct_type), in build_block_call()
3861 block_ptr_exp); in build_block_call()
3863 block_ptr_exp = save_expr (block_ptr_exp); in build_block_call()
3866 function_ptr_exp = build_component_ref (build_indirect_ref (block_ptr_exp, "->"), in build_block_call()
3875 params = tree_cons (NULL_TREE, block_ptr_exp, params); in build_block_call()