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

/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Ddutils.h120 AST_type_n_t *pointer_type,
H A Dfe_pvt.h311 struct AST_type_n_t *pointer_type; /* fe_type_id == fe_ptr_info */ member in union:fe_info_t::__anon7856
H A Dcspell.c898 AST_type_n_t pointer_type; local
905 memset(&pointer_type, 0, sizeof(pointer_type));
906 pointer_type.kind = AST_pointer_k;
907 pointer_type.type_structure.pointer = &pointer;
912 CSPELL_cast_exp(fid, &pointer_type);
H A Dbedeck.h462 struct AST_type_n_t *pointer_type; /* only used if (heap) */ member in struct:BE_ptr_init_t
H A Dchecker.c4897 AST_type_n_t *ptr_type_p = type_p->fe_info->type_specific.pointer_type;
4913 AST_type_n_t *ptr_type_p = type_p->fe_info->type_specific.pointer_type;
H A Dpropagat.c1874 ptee_type_p->fe_info->type_specific.pointer_type = type_p;
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/pat_trie_/
H A Dinternal_node.hpp280 typedef node_pointer_pointer pointer_type; typedef
281 pointer_type p = const_cast<pointer_type>(m_a_p_children);
299 typedef node_pointer_pointer pointer_type; typedef
300 pointer_type p = const_cast<pointer_type>(m_a_p_children) + arr_size;
/macosx-10.10.1/dcerpc-61/dcerpc/idl_lib/
H A Dndrui2.c187 /* [in] */ idl_byte pointer_type, /* [ptr], [unique] or [ref] */
222 if ( (pointer_type == IDL_DT_FULL_PTR)
223 || (pointer_type == IDL_DT_UNIQUE_PTR) )
254 if (pointer_type == IDL_DT_FULL_PTR
296 if ( (pointer_type == IDL_DT_FULL_PTR)
336 if (pointer_type == IDL_DT_FULL_PTR
349 if (pointer_type == IDL_DT_FULL_PTR)
1774 /* [in] */ idl_byte pointer_type, /* [ptr], [unique] or [ref] */
1812 if (pointer_type == IDL_DT_FULL_PTR)
1827 else if (pointer_type
185 rpc_ss_ndr_unmar_pointee( idl_byte pointer_type, idl_byte *defn_vec_ptr, IDL_pointee_desc_t *p_pointee_desc, rpc_void_p_t *p_pointer, IDL_msp_t IDL_msp ) argument
1772 rpc_ss_ndr_unmar_pointee_desc( idl_byte pointer_type, idl_byte *defn_vec_ptr, IDL_pointee_desc_t *p_pointee_desc, rpc_void_p_t *p_pointer, IDL_msp_t IDL_msp ) argument
[all...]
H A Dndrui.h528 idl_byte pointer_type,
537 idl_byte pointer_type,
/macosx-10.10.1/cxxfilt-11/cxxfilt/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);
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.ml313 external pointer_type : lltype -> lltype = "llvm_pointer_type"
H A Dllvm.mli516 (** [pointer_type ty] returns the pointer type referencing objects of type
519 val pointer_type : lltype -> lltype var
790 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type {i8,ty}))
796 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type ty))

Completed in 295 milliseconds