Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-low.cc4792 tree &allocate_ptr, gimple_seq *ilist, in lower_private_allocate() argument
4797 gcc_assert (allocate_ptr == NULL_TREE); in lower_private_allocate()
4851 allocate_ptr = create_tmp_var (ptr_type); in lower_private_allocate()
4854 gimple_call_set_lhs (g, allocate_ptr); in lower_private_allocate()
4858 tree x = build_simple_mem_ref (allocate_ptr); in lower_private_allocate()
5031 tree allocator, allocate_ptr; in lower_rec_input_clauses() local
5171 allocate_ptr = NULL_TREE; in lower_rec_input_clauses()
5373 allocate_ptr, ilist, ctx, in lower_rec_input_clauses()
5378 x = allocate_ptr; in lower_rec_input_clauses()
5656 g = gimple_build_call (f, 2, allocate_ptr, allocator); in lower_rec_input_clauses()
[all …]