Searched refs:pointer_type (Results 1 - 20 of 20) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dunsafe.cc56 Named_type* pointer_type = no->type_value(); local
58 this->add_named_type(pointer_type);
H A Dparse.h171 Type* pointer_type();
H A Dbackend.h100 pointer_type(Btype* to_type) = 0;
H A Dtypes.cc3771 Btype* ptr_struct_type = gogo->backend()->pointer_type(struct_type);
4280 return gogo->backend()->pointer_type(to_btype);
4446 { return gogo->backend()->pointer_type(gogo->backend()->void_type()); }
6460 Btype* pbtype = gogo->backend()->pointer_type(gogo->backend()->void_type());
6624 Btype* bpvt = gogo->backend()->pointer_type(bvt);
6625 Btype* bppvt = gogo->backend()->pointer_type(bpvt);
6632 backend_map_type = gogo->backend()->pointer_type(bt);
6928 backend_channel_type = gogo->backend()->pointer_type(bt);
7667 Btype* ret = gogo->backend()->pointer_type(st);
H A Dparse.cc262 return this->pointer_type();
633 Parse::pointer_type() function in class:Parse
H A Dexpressions.cc11655 Btype* pbtype = gogo->backend()->pointer_type(this->type_->get_backend(gogo));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr27291.C345 >pointer_type; typedef in class:alps::factory
348 creators_[k] = pointer_type (new detail::creator < BASE, T > ());
350 private:typedef std::map < key_type, pointer_type > map_type;
/haiku-buildtools/gcc/gcc/java/
H A Dmangle.c452 tree pointer_type; local
462 pointer_type = type;
471 compression_table_add (pointer_type);
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp1052 typedef node_pointer_pointer pointer_type; typedef
1053 pointer_type p = const_cast<pointer_type>(m_a_p_children);
1071 typedef node_pointer_pointer pointer_type; typedef
1072 pointer_type p = const_cast<pointer_type>(m_a_p_children) + arr_size;
/haiku-buildtools/gcc/gcc/jit/
H A Dlibgccjit.h771 gcc_jit_type *pointer_type,
776 gcc_jit_type *pointer_type);
H A Dlibgccjit.c1201 gcc_jit_type *pointer_type,
1206 RETURN_NULL_IF_FAIL (pointer_type, ctxt, NULL, "NULL type");
1208 pointer_type->is_pointer (),
1211 pointer_type->get_debug_string ());
1214 ->new_rvalue_from_const <void *> (pointer_type, value));
1220 gcc_jit_context_new_rvalue_from_ptr (ctxt, pointer_type, NULL);
1225 gcc_jit_type *pointer_type)
1229 RETURN_NULL_IF_FAIL (pointer_type, ctxt, NULL, "NULL type");
1231 pointer_type->is_pointer (),
1234 pointer_type
1200 gcc_jit_context_new_rvalue_from_ptr(gcc_jit_context *ctxt, gcc_jit_type *pointer_type, void *value) argument
1224 gcc_jit_context_null(gcc_jit_context *ctxt, gcc_jit_type *pointer_type) argument
[all...]
H A Dlibgccjit++.h181 rvalue new_rvalue (type pointer_type,
822 context::new_rvalue (type pointer_type, argument
827 pointer_type.get_inner_type (),
/haiku-buildtools/legacy/binutils/binutils/
H A Ddebug.h210 bfd_boolean (*pointer_type) (void *); member in struct:debug_write_fns
H A Ddebug.c2562 return (*fns->pointer_type) (fhandle);
/haiku-buildtools/binutils/binutils/
H A Ddebug.h210 bfd_boolean (*pointer_type) (void *); member in struct:debug_write_fns
H A Ddebug.c2559 return (*fns->pointer_type) (fhandle);
/haiku-buildtools/legacy/gcc/gcc/
H A Dprotoize.c122 typedef PTR pointer_type; typedef
618 pointer_type
622 register pointer_type rv = (pointer_type) malloc (byte_count);
633 pointer_type
635 pointer_type old_space;
638 register pointer_type rv;
640 rv = (pointer_type) realloc (old_space, byte_count);
642 rv = (pointer_type) malloc (byte_count);
660 free ((NONCONST pointer_type)
[all...]
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dtasking.c1903 tree pointer_type = build_chill_pointer_type (TREE_TYPE (sigdecl));
1904 tree pointer = convert (pointer_type, rc_state->databufp);
1947 tree pointer_type, pointer, assgn;
2061 pointer_type = build_chill_pointer_type (TREE_TYPE (var));
2062 pointer = convert (pointer_type,
1883 tree pointer_type = build_chill_pointer_type (TREE_TYPE (sigdecl)); local
1927 tree pointer_type, pointer, assgn; local
/haiku-buildtools/gcc/gcc/cp/
H A Dinit.c2295 tree pointer_type;
2668 pointer_type = build_pointer_type (type);
2670 return build_nop (pointer_type, alloc_call);
3003 return convert (pointer_type, rval);
2293 tree pointer_type; local
/haiku-buildtools/gcc/gcc/go/
H A Dgo-gcc.cc180 pointer_type(Btype*);
774 Gcc_backend::pointer_type(Btype* to_type) function in class:Gcc_backend

Completed in 398 milliseconds