| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| ttm_object.h | 134 enum ttm_ref_type ref_type); 187 ref_type)); 232 * @ref_type: The type of reference. 251 enum ttm_ref_type ref_type, bool *existed, 261 * @ref_type: Ref type of the ref object to be dereferenced. 263 * Unreference a ref object with type @ref_type 270 enum ttm_ref_type ref_type); 339 enum ttm_ref_type ref_type));
|
| ttm_object.c | 118 * @ref_type: Type of ref object. 133 enum ttm_ref_type ref_type; member in struct:ttm_ref_object 171 enum ttm_ref_type ref_type)) 353 enum ttm_ref_type ref_type, bool *existed, 356 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; 401 ref->ref_type = ref_type; 436 ht = &tfile->ref_hash[ref->ref_type]; 441 if (ref->ref_type != TTM_REF_USAGE && base->ref_obj_release) 442 base->ref_obj_release(base, ref->ref_type); [all...] |
| vmwgfx_bo.c | 571 * @ref_type: Reference type of the reference reaching zero. 577 enum ttm_ref_type ref_type) 583 switch (ref_type) {
|
| /src/external/bsd/elftosb/dist/common/ |
| smart_ptr.h | 24 typedef T & ref_type; typedef in class:smart_ptr 84 operator ref_type () { return *_p; } 106 // ref_type operator * () const { return *_p; } 133 typedef T & ref_type; typedef in class:smart_array_ptr 193 operator ref_type () { return *_p; } 215 ref_type operator [] (unsigned index) { return _p[index]; } 221 // ref_type operator * () const { return *_p; }
|
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| node.h | 111 extern char *glean_node_from_menu (int remember_ref, enum reftype ref_type);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| btfout.cc | 719 ctf_dtdef_ref ref_type = ctfc->ctfc_types_list[dmd->dmd_type]; local 721 if (CTF_V2_INFO_KIND (ref_type->dtd_data.ctti_info) == CTF_K_SLICE) 723 unsigned short word_offset = ref_type->dtd_u.dtu_slice.cts_offset; 724 unsigned short bits = ref_type->dtd_u.dtu_slice.cts_bits; 756 ctf_dtdef_ref ref_type = ctfc->ctfc_types_list[ctf_id]; local 758 = get_btf_kind (CTF_V2_INFO_KIND (ref_type->dtd_data.ctti_info)); 760 const char *kind_name = btf_fwd_to_enum_p (ref_type) 766 get_btf_type_name (ref_type)); 792 ctf_dtdef_ref ref_type = (*funcs)[func_id]; local 794 prefix, get_btf_type_name (ref_type)); 940 ctf_dtdef_ref ref_type = ctfc->ctfc_types_list[dmd->dmd_type]; local 1044 ctf_dtdef_ref ref_type = (*funcs)[func_id]; local [all...] |
| df-scan.cc | 2480 enum df_ref_type ref_type, 2516 DF_REF_TYPE (this_ref) = ref_type; 2534 if (ref_type == DF_REF_REG_DEF) 2570 enum df_ref_type ref_type, 2623 hardreg->type = ref_type; 2635 bb, insn_info, ref_type, ref_flags); 2643 ref_type, ref_flags); 2824 rtx *loc, enum df_ref_type ref_type, 2873 df_uses_record (collection_rec, loc, ref_type, bb, insn_info, flags); 2881 ref_type, flags) [all...] |
| ipa-modref.cc | 1089 tree base_type = NULL_TREE, ref_type = NULL_TREE; local 1107 ref_type = reference_alias_ptr_type_1 (&ref_expr); 1109 if (!ref_type) 1110 ref_type = TREE_TYPE (ref_expr); 1112 ref_type = TYPE_REF_CAN_ALIAS_ALL (ref_type) 1113 ? NULL_TREE : TREE_TYPE (ref_type); 1119 gcc_checking_assert ((!ref_type && !ao_ref_alias_set (ref)) 1120 || get_alias_set (ref_type) 1128 if (ref_type && (!get_alias_set (ref_type [all...] |
| ipa-strub.cc | 2070 tree ref_type = build_reference_type (TREE_TYPE (parm)); 2072 return ref_type; 2900 tree ref_type = build_ref_type_for (nparm); 2904 && !TYPE_VOLATILE (ref_type)) 2906 DECL_ARG_TYPE (nparm) = TREE_TYPE (nparm) = ref_type; 3199 tree ref_type = TREE_TYPE (nparm); 3201 arg = build1 (ADDR_EXPR, ref_type, arg); 2068 tree ref_type = build_reference_type (TREE_TYPE (parm)); local 2898 tree ref_type = build_ref_type_for (nparm); local 3197 tree ref_type = TREE_TYPE (nparm); local
|
| tree-vect-stmts.cc | 7451 tree ref_type; 7464 || !(ref_type = reference_alias_ptr_type (DR_REF (dr_info->dr))) 7466 get_alias_set (TREE_TYPE (ref_type)))) 7855 tree ref_type = reference_alias_ptr_type (DR_REF (dr_info->dr)); 7955 tree dataref_offset = build_int_cst (ref_type, 0); 8136 tree ref_type; 8399 ref_type = get_group_alias_ptr_type (first_stmt_info); 8402 ref_type = reference_alias_ptr_type (DR_REF (first_dr_info->dr)); 8575 alias_off = build_int_cst (ref_type, 0); 8940 tree alias_ptr = build_int_cst (ref_type, align) [all...] |
| tree-ssa-loop-prefetch.cc | 784 tree ref_type; 878 ref_type = TREE_TYPE (ref->mem); 879 align_unit = TYPE_ALIGN (ref_type) / 8;
|
| tree-predcom.cc | 1747 tree ref_type = NULL_TREE; local 1784 ref_type = TREE_TYPE (ref); 1826 if (ref_type) 1827 ref = build3 (ref_code, ref_type, ref, ref_op1, ref_op2);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| btfout.cc | 545 ctf_dtdef_ref ref_type = ctfc->ctfc_types_list[dmd->dmd_type]; local 547 if (CTF_V2_INFO_KIND (ref_type->dtd_data.ctti_info) == CTF_K_SLICE) 549 unsigned short word_offset = ref_type->dtd_u.dtu_slice.cts_offset; 550 unsigned short bits = ref_type->dtd_u.dtu_slice.cts_bits; 675 ctf_dtdef_ref ref_type = ctfc->ctfc_types_list[dmd->dmd_type]; local 678 if (CTF_V2_INFO_KIND (ref_type->dtd_data.ctti_info) == CTF_K_SLICE) 680 ctf_id_t base_type = ref_type->dtd_u.dtu_slice.cts_type; 681 unsigned short word_offset = ref_type->dtd_u.dtu_slice.cts_offset; 682 unsigned short bits = ref_type->dtd_u.dtu_slice.cts_bits;
|
| df-scan.cc | 2480 enum df_ref_type ref_type, 2512 DF_REF_TYPE (this_ref) = ref_type; 2566 enum df_ref_type ref_type, 2619 hardreg->type = ref_type; 2631 bb, insn_info, ref_type, ref_flags); 2639 ref_type, ref_flags); 2820 rtx *loc, enum df_ref_type ref_type, 2869 df_uses_record (collection_rec, loc, ref_type, bb, insn_info, flags); 2877 ref_type, flags); 2884 &XEXP (x, 1), ref_type, bb, insn_info, flags) [all...] |
| tree-vect-stmts.cc | 6814 tree ref_type; local 6827 || !(ref_type = reference_alias_ptr_type (DR_REF (dr_info->dr))) 6829 get_alias_set (TREE_TYPE (ref_type)))) 7218 tree ref_type = reference_alias_ptr_type (DR_REF (dr_info->dr)); local 7318 tree dataref_offset = build_int_cst (ref_type, 0); 7503 tree ref_type; 7942 ref_type = get_group_alias_ptr_type (first_stmt_info); 7945 ref_type = reference_alias_ptr_type (DR_REF (first_dr_info->dr)); 8080 alias_off = build_int_cst (ref_type, 0); 8325 get_alias_set (TREE_TYPE (ref_type)))) 8771 tree ref_type; local [all...] |
| ipa-modref.cc | 1087 tree base_type = NULL_TREE, ref_type = NULL_TREE; local 1105 ref_type = reference_alias_ptr_type_1 (&ref_expr); 1107 if (!ref_type) 1108 ref_type = TREE_TYPE (ref_expr); 1110 ref_type = TYPE_REF_CAN_ALIAS_ALL (ref_type) 1111 ? NULL_TREE : TREE_TYPE (ref_type); 1117 gcc_checking_assert ((!ref_type && !ao_ref_alias_set (ref)) 1118 || get_alias_set (ref_type) 1126 if (ref_type && (!get_alias_set (ref_type [all...] |
| tree-ssa-loop-prefetch.cc | 784 tree ref_type; 878 ref_type = TREE_TYPE (ref->mem); 879 align_unit = TYPE_ALIGN (ref_type) / 8;
|
| tree-predcom.cc | 1716 tree ref_type = NULL_TREE; local 1753 ref_type = TREE_TYPE (ref); 1795 if (ref_type) 1796 ref = build3 (ref_code, ref_type, ref, ref_op1, ref_op2);
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Dwarf.cc | 67 ref_type = 0; 75 int64_t cu_die_offset, ref_type, extent, parent, child, next; member in class:Dwr_type 187 Dwr_type *t = ctx->get_dwr_type (ref_type); 199 Dwr_type *t = ctx->get_dwr_type (ref_type); 211 Dwr_type *t = ctx->get_dwr_type (ref_type); 217 Dwr_type *t = ctx->get_dwr_type (ref_type); 223 Dwr_type *t = ctx->get_dwr_type (ref_type); 242 Dwr_type *t = ctx->get_dwr_type (ref_type); 300 if (ref_type) 302 Dwr_type *t = ctx->get_dwr_type (ref_type); 925 int64_t ref_type = Dwarf_ref (DW_AT_type); local [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Dwarf.cc | 67 ref_type = 0; 75 int64_t cu_die_offset, ref_type, extent, parent, child, next; member in class:Dwr_type 187 Dwr_type *t = ctx->get_dwr_type (ref_type); 199 Dwr_type *t = ctx->get_dwr_type (ref_type); 211 Dwr_type *t = ctx->get_dwr_type (ref_type); 217 Dwr_type *t = ctx->get_dwr_type (ref_type); 223 Dwr_type *t = ctx->get_dwr_type (ref_type); 242 Dwr_type *t = ctx->get_dwr_type (ref_type); 300 if (ref_type) 302 Dwr_type *t = ctx->get_dwr_type (ref_type); 925 int64_t ref_type = Dwarf_ref (DW_AT_type); local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| implref-array.exp | 122 set ref_type [format {\(int \(&\)\[%d\]\)} ${array_length}] 137 gdb_test "print ref" " = ${ref_type} @${address}: \\{${contents}\\}" 156 gdb_test "print ref" " = ${ref_type} @${address}: ${new_contents}" "print ref after assignment"
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| implref-array.exp | 122 set ref_type [format {\(int \(&\)\[%d\]\)} ${array_length}] 137 gdb_test "print ref" " = ${ref_type} @${address}: \\{${contents}\\}" 156 gdb_test "print ref" " = ${ref_type} @${address}: ${new_contents}" "print ref after assignment"
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-ada-spec.cc | 2253 tree ref_type = TREE_TYPE (node); local 2254 const unsigned int quals = TYPE_QUALS (ref_type); 2257 if (VOID_TYPE_P (ref_type)) 2272 && TREE_CODE (ref_type) == INTEGER_TYPE 2273 && id_equal (DECL_NAME (TYPE_NAME (ref_type)), "char")) 2288 tree stub = TYPE_STUB_DECL (ref_type); 2289 tree type_name = TYPE_NAME (ref_type); 2292 if (TREE_CODE (ref_type) == POINTER_TYPE) 2311 else if (AGGREGATE_TYPE_P (ref_type)) 2351 && DECL_ORIGINAL_TYPE (DECL_CHAIN (stub)) == ref_type) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-ada-spec.cc | 2206 tree ref_type = TREE_TYPE (node); local 2207 const unsigned int quals = TYPE_QUALS (ref_type); 2210 if (VOID_TYPE_P (ref_type)) 2225 && TREE_CODE (ref_type) == INTEGER_TYPE 2226 && id_equal (DECL_NAME (TYPE_NAME (ref_type)), "char")) 2241 tree stub = TYPE_STUB_DECL (ref_type); 2242 tree type_name = TYPE_NAME (ref_type); 2245 if (TREE_CODE (ref_type) == POINTER_TYPE) 2264 else if (AGGREGATE_TYPE_P (ref_type)) 2304 && DECL_ORIGINAL_TYPE (DECL_CHAIN (stub)) == ref_type) [all...] |
| /src/external/mpl/bind/dist/contrib/gitchangelog/ |
| gitchangelog.py | 1384 for ref_type in ("includes", "excludes"): 1385 for idx, ref in enumerate(refs[ref_type]): 1387 refs[ref_type][idx] = self.commit(ref)
|