Searched refs:src_type (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Dtinfo.cc273 const __class_type_info *src_type,
281 return __do_find_public_src (src2dst, obj_ptr, src_type, src_ptr);
299 const __class_type_info *src_type,
302 if (src_ptr == obj_ptr && *this == *src_type)
304 return __base_type->__do_find_public_src (src2dst, obj_ptr, src_type, src_ptr);
310 const __class_type_info *src_type,
313 if (obj_ptr == src_ptr && *this == *src_type)
333 (src2dst, base, src_type, src_ptr);
350 const __class_type_info *src_type,
354 if (obj_ptr == src_ptr && *this == *src_type)
271 __find_public_src(ptrdiff_t src2dst, const void *obj_ptr, const __class_type_info *src_type, const void *src_ptr) const argument
297 __do_find_public_src(ptrdiff_t src2dst, const void *obj_ptr, const __class_type_info *src_type, const void *src_ptr) const argument
308 __do_find_public_src(ptrdiff_t src2dst, const void *obj_ptr, const __class_type_info *src_type, const void *src_ptr) const argument
346 __do_dyncast(ptrdiff_t, __sub_kind access_path, const __class_type_info *dst_type, const void *obj_ptr, const __class_type_info *src_type, const void *src_ptr, __dyncast_result &__restrict result) const argument
372 __do_dyncast(ptrdiff_t src2dst, __sub_kind access_path, const __class_type_info *dst_type, const void *obj_ptr, const __class_type_info *src_type, const void *src_ptr, __dyncast_result &__restrict result) const argument
412 __do_dyncast(ptrdiff_t src2dst, __sub_kind access_path, const __class_type_info *dst_type, const void *obj_ptr, const __class_type_info *src_type, const void *src_ptr, __dyncast_result &__restrict result) const argument
716 __dynamic_cast(const void *src_ptr, const __class_type_info *src_type, const __class_type_info *dst_type, ptrdiff_t src2dst) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c1251 ctf_add_type(ctf_file_t *dst_fp, ctf_file_t *src_fp, ctf_id_t src_type) argument
1272 return (src_type);
1277 if ((tp = ctf_lookup_by_id(&src_fp, src_type)) == NULL)
1313 * unless dst_type is a forward declaration and src_type is a struct,
1345 if (ctf_type_encoding(src_fp, src_type,
1357 src.ctb_type = src_type;
1366 * we add a new type with the same properties as src_type to dst_fp.
1368 * same attributes as src_type. We recurse for embedded references.
1373 if (ctf_type_encoding(src_fp, src_type, &src_en) != 0)
1393 src_type
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_hw.c830 u8 src_type,
838 switch (src_type) {
873 if (src_type == ECORE_DMAE_ADDRESS_HOST_VIRT ||
874 src_type == ECORE_DMAE_ADDRESS_HOST_PHYS)
887 if (src_type == ECORE_DMAE_ADDRESS_HOST_VIRT ||
888 src_type == ECORE_DMAE_ADDRESS_HOST_PHYS)
914 u8 src_type, u8 dst_type,
929 (unsigned long long)src_addr, src_type, (unsigned long long)dst_addr, dst_type,
937 (unsigned long long)src_addr, src_type, (unsigned long long)dst_addr, dst_type,
953 (src_type
826 ecore_dmae_execute_sub_operation(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u64 src_addr, u64 dst_addr, u8 src_type, u8 dst_type, u32 length_dw) argument
911 ecore_dmae_execute_command(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u64 src_addr, u64 dst_addr, u8 src_type, u8 dst_type, u32 size_in_dwords, struct ecore_dmae_params *p_params) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_xlator.c261 ctf_id_t src_type = src->dn_type; local
262 ctf_id_t src_base = ctf_type_resolve(src_ctfp, src_type);
303 src_ctfp, src_type) &&
315 src_ctfp, src_type) &&
344 src_dtt.dtt_type = src_type;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTImporter.cpp29 const CompilerType &src_type) {
33 llvm::dyn_cast_or_null<ClangASTContext>(src_type.GetTypeSystem());
39 clang::QualType src_qual_type = ClangUtil::GetQualType(src_type);
294 const CompilerType &src_type) {
298 llvm::cast<ClangASTContext>(src_type.GetTypeSystem());
303 src_type.GetTypeName(), src_type.GetOpaqueQualType(),
308 if (auto *t = ClangUtil::GetQualType(src_type)->getAs<TagType>())
313 return CopyType(dst, src_type);
28 CopyType(ClangASTContext &dst_ast, const CompilerType &src_type) argument
293 DeportType(ClangASTContext &dst, const CompilerType &src_type) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTImporter.h51 CompilerType CopyType(ClangASTContext &dst, const CompilerType &src_type);
55 CompilerType DeportType(ClangASTContext &dst, const CompilerType &src_type);
/freebsd-11-stable/contrib/gcc/cp/
H A Dmethod.c946 tree src_type;
953 src_type = non_reference (TREE_VALUE (parms));
955 if (src_type == error_mark_node)
958 if (!same_type_ignoring_top_level_qualifiers_p (src_type, type))
962 quals = cp_type_quals (src_type);
944 tree src_type; local
H A Dtypeck.c4894 check_for_casting_away_constness (tree src_type, tree dest_type,
4898 if (diag_fn && casts_away_constness (src_type, dest_type))
4900 description, src_type, dest_type);
5479 tree src_type;
5513 src_type = TREE_TYPE (expr);
5515 if (TREE_CODE (src_type) == REFERENCE_TYPE)
5516 src_type = TREE_TYPE (src_type);
5531 src_type, dst_type);
5535 src_type
4882 check_for_casting_away_constness(tree src_type, tree dest_type, void (*diag_fn)(const char *, ...) ATTRIBUTE_GCC_CXXDIAG(1,2), const char *description) argument
5467 tree src_type; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h313 /// \param[in] src_type
318 CompilerType GuardedCopyType(const CompilerType &src_type);
H A DClangASTSource.cpp1824 CompilerType ClangASTSource::GuardedCopyType(const CompilerType &src_type) { argument
1826 llvm::dyn_cast_or_null<ClangASTContext>(src_type.GetTypeSystem());
1836 m_ast_importer_sp->CopyType(*m_clang_ast_context, src_type));
/freebsd-11-stable/contrib/gcc/
H A Dvarasm.c3811 tree src_type;
3815 src_type = TREE_TYPE (src);
3820 if ((POINTER_TYPE_P (dest_type) && POINTER_TYPE_P (src_type))
3821 || (FLOAT_TYPE_P (dest_type) && FLOAT_TYPE_P (src_type))
3823 && TREE_CODE (src_type) == OFFSET_TYPE))
3827 if (INTEGRAL_TYPE_P (dest_type) && INTEGRAL_TYPE_P (src_type)
3828 && (TYPE_PRECISION (dest_type) == TYPE_PRECISION (src_type)))
3833 if (INTEGRAL_TYPE_P (dest_type) && INTEGRAL_TYPE_P (src_type))
3842 if (INTEGRAL_TYPE_P (dest_type) && POINTER_TYPE_P (src_type)
3843 && (TYPE_PRECISION (dest_type) >= TYPE_PRECISION (src_type)))
3787 tree src_type; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp889 SCRegType src_type = Inst->GetSrcType(i);
890 switch (src_type) {
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h2177 uint32_t bxe_dmae_opcode(struct bxe_softc *sc, uint8_t src_type,
H A Dbxe.c1541 uint8_t src_type,
1548 opcode |= ((src_type << DMAE_CMD_SRC_SHIFT) |
1576 uint8_t src_type,
1582 dmae->opcode = bxe_dmae_opcode(sc, src_type, dst_type,
1540 bxe_dmae_opcode(struct bxe_softc *sc, uint8_t src_type, uint8_t dst_type, uint8_t with_comp, uint8_t comp_type) argument
1574 bxe_prep_dmae_with_comp(struct bxe_softc *sc, struct dmae_cmd *dmae, uint8_t src_type, uint8_t dst_type) argument
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h17011 /* This bit must be '1' for the src_type field to be configured. */
17075 uint8_t src_type; member in struct:hwrm_cfa_l2_filter_alloc_input
17100 * is implied if it src_id is not provided for a src_type that is either
[all...]

Completed in 933 milliseconds