Home
last modified time | relevance | path

Searched +defs:type +defs:reference (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dtypes_traits.hpp109 typedef std::pair<const Key, Mapped> type; typedef
116 typedef Key type; typedef
141 using reference = T&; typedef
178 typedef typename __rebind_va::reference reference; typedef
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dtypes_traits.hpp109 typedef std::pair<const Key, Mapped> type; typedef
116 typedef Key type; typedef
141 using reference = T&; typedef
178 typedef typename __rebind_va::reference reference; typedef
/netbsd-src/sbin/chown/
H A Dchown.c86 char *cp, *reference; in main() local
291 id(const char *name, const char *type) in id()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c40 int type; /* EVP key type */ member
184 const void *reference, size_t reference_sz, in pvk2key_export_object()
H A Ddecode_msblob2key.c39 int type; /* EVP key type */ member
217 const void *reference, size_t reference_sz, in msblob2key_export_object()
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Domapip.h52 omapi_datatype_t type; member
70 isc_result_t (*reference) (void *, member
162 #define OMAPI_OBJECT_ALLOC(name, stype, type) \ argument
181 #define OMAPI_OBJECT_ALLOC_DECL(name, stype, type) \ argument
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dlabel.y69 char type; variable
74 : type(c), width(w), first_number(f) { } in type() function
642 void literal_expr::evaluate(int, const reference &, in evaluate()
874 int reference::merge_labels(reference **v, int n, label_type type, in merge_labels()
883 int reference::merge_labels_by_number(reference **v, int n, label_type type, in merge_labels_by_number()
903 const substring_position &reference::get_separator_pos(label_type type) const in get_separator_pos()
911 const string &reference::get_label(label_type type) const in get_label()
919 int reference::merge_labels_by_parts(reference **v, int n, label_type type, in merge_labels_by_parts()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Decx_kmgmt.c79 ECX_KEY_TYPE type; member
476 const OSSL_PARAM params[], ECX_KEY_TYPE type) in ecx_gen_init()
701 void *ecx_load(const void *reference, size_t reference_sz) in ecx_load()
722 static int ecx_key_pairwise_check(const ECX_KEY *ecx, int type) in ecx_key_pairwise_check()
749 static int ecx_validate(const void *keydata, int selection, int type, size_t keylen) in ecx_validate()
H A Ddh_kmgmt.c79 static int dh_gen_type_name2id_w_default(const char *name, int type) in dh_gen_type_name2id_w_default()
445 const OSSL_PARAM params[], int type) in dh_gen_init_base()
805 static void *dh_load(const void *reference, size_t reference_sz) in dh_load()
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapsearch.c728 struct berval type; in handle_private_option() local
863 struct berval type; in handle_private_option() local
2045 LDAPMessage *reference ) in print_reference()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-common.c512 tree type = unsigned_char_type_node; in get_init_field() local
864 gfc_ref *reference; in calculate_offset() local
H A Dtrans-intrinsic.c279 tree type; in gfc_conv_intrinsic_conversion() local
350 build_fixbound_expr (stmtblock_t * pblock, tree arg, tree type, int up) in build_fixbound_expr()
411 build_fix_expr (stmtblock_t * pblock, tree arg, tree type, in build_fix_expr()
446 tree type; in gfc_conv_intrinsic_aint() local
521 tree type; in gfc_conv_intrinsic_int() local
585 define_quad_builtin (const char *name, tree type, bool is_const) in define_quad_builtin()
690 tree type, complex_type, func_1, func_2, func_cabs, func_frexp; in gfc_build_intrinsic_lib_fndecls() local
800 tree type; in gfc_get_intrinsic_lib_fndecl() local
983 tree arg, type, res, tmp, frexp, cond, huge; in gfc_conv_intrinsic_exponent() local
1032 tree field, type, tmp; in conv_caf_vector_subscript_elem() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-common.cc540 tree type = unsigned_char_type_node; in get_init_field() local
893 gfc_ref *reference; in calculate_offset() local
H A Dtrans-intrinsic.cc284 tree type; in gfc_conv_intrinsic_conversion() local
355 build_fixbound_expr (stmtblock_t * pblock, tree arg, tree type, int up) in build_fixbound_expr()
419 build_fix_expr (stmtblock_t * pblock, tree arg, tree type, in build_fix_expr()
454 tree type; in gfc_conv_intrinsic_aint() local
529 tree type; in gfc_conv_intrinsic_int() local
593 define_quad_builtin (const char *name, tree type, bool is_const) in define_quad_builtin()
698 tree type, complex_type, func_1, func_2, func_cabs, func_frexp; in gfc_build_intrinsic_lib_fndecls() local
808 tree type; in gfc_get_intrinsic_lib_fndecl() local
991 tree arg, type, res, tmp, frexp, cond, huge; in gfc_conv_intrinsic_exponent() local
1040 tree field, type, tmp; in conv_caf_vector_subscript_elem() local
[all …]
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dpdb.h203 uint32_t reference; member
377 uint32_t type; member
491 uint32_t type; member
510 uint32_t type; member
519 uint32_t type; member
566 uint32_t type; member
576 uint32_t type; member
587 uint32_t type; member
599 uint32_t type; member
616 uint32_t type; member
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-pre.cc253 vn_reference_t reference; member
470 get_or_alloc_expr_for_reference (vn_reference_t reference, in get_or_alloc_expr_for_reference()
1242 tree type, tree vuse, edge e, bool *same_valid) in translate_vuse_through_block()
1547 tree type = operand->type; in phi_translate_1() local
2838 gimple_seq *stmts, tree type) in create_expression_by_pieces()
3126 tree type = get_expr_type (expr); in insert_into_preds_of_block() local
H A Dalias.cc1036 auto_vec <bool, 8> reference; in get_alias_set() local
1249 record_component_aliases (tree type, alias_set_type superset) in record_component_aliases()
1341 record_component_aliases (tree type) in record_component_aliases()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-brig.c826 hsa_get_imm_brig_type_len (BrigType16_t type) in hsa_get_imm_brig_type_len()
883 tree type = TREE_TYPE (value); in emit_immediate_scalar_to_buffer() local
1559 emit_unconditional_jump (hsa_op_code_ref *reference) in emit_unconditional_jump()
1839 BrigType16_t type; in emit_basic_insn() local
H A Dalias.c1021 auto_vec <bool, 8> reference; in get_alias_set() local
1234 record_component_aliases (tree type, alias_set_type superset) in record_component_aliases()
1326 record_component_aliases (tree type) in record_component_aliases()
H A Dtree-ssa-pre.c252 vn_reference_t reference; member
1144 tree type, tree vuse, in translate_vuse_through_block()
1486 tree type = operand->type; in phi_translate_1() local
2753 gimple_seq *stmts, tree type) in create_expression_by_pieces()
3028 tree type = get_expr_type (expr); in insert_into_preds_of_block() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h690 typedef Value reference; typedef
1238 std::string type; member
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h725 typedef Value reference; typedef
1277 std::string type; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h839 using reference = ImportDecl *; variable
2028 QualType getLifetimeQualifiedType(QualType type, in getLifetimeQualifiedType()
2040 QualType getUnqualifiedObjCPointerType(QualType type) const { in getUnqualifiedObjCPointerType()
/netbsd-src/external/lgpl3/gmp/dist/tests/devel/
H A Dtry.c375 tryfun_t reference; member
1722 int type; member
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h1995 struct type_identity { typedef T type; }; typedef
4092 tree type = TREE_TYPE (EXPR_CHECK (t)); in templated_operator_saved_lookups() local
6241 tree type; member
6397 } reference; member
8147 cxx_incomplete_type_diagnostic (const_tree value, const_tree type, in cxx_incomplete_type_diagnostic()
8157 cxx_incomplete_type_error (const_tree value, const_tree type) in cxx_incomplete_type_error()

12