| /freebsd-12.1/contrib/libstdc++/libsupc++/ |
| H A D | tinfo.cc | 273 const __class_type_info *src_type, in __find_public_src() argument 299 const __class_type_info *src_type, in __do_find_public_src() argument 302 if (src_ptr == obj_ptr && *this == *src_type) in __do_find_public_src() 310 const __class_type_info *src_type, in __do_find_public_src() argument 313 if (obj_ptr == src_ptr && *this == *src_type) in __do_find_public_src() 350 const __class_type_info *src_type, in __do_dyncast() argument 354 if (obj_ptr == src_ptr && *this == *src_type) in __do_dyncast() 376 const __class_type_info *src_type, in __do_dyncast() argument 391 if (obj_ptr == src_ptr && *this == *src_type) in __do_dyncast() 416 const __class_type_info *src_type, in __do_dyncast() argument [all …]
|
| /freebsd-12.1/cddl/contrib/opensolaris/common/ctf/ |
| H A D | ctf_create.c | 1272 return (src_type); in ctf_add_type() 1345 if (ctf_type_encoding(src_fp, src_type, in ctf_add_type() 1357 src.ctb_type = src_type; in ctf_add_type() 1393 src_type = ctf_type_reference(src_fp, src_type); in ctf_add_type() 1394 src_type = ctf_add_type(dst_fp, src_fp, src_type); in ctf_add_type() 1396 if (src_type == CTF_ERR) in ctf_add_type() 1452 if (ctf_type_size(src_fp, src_type) != in ctf_add_type() 1532 src_type = ctf_type_reference(src_fp, src_type); in ctf_add_type() 1533 src_type = ctf_add_type(dst_fp, src_fp, src_type); in ctf_add_type() 1535 if (src_type == CTF_ERR) in ctf_add_type() [all …]
|
| /freebsd-12.1/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_hw.c | 830 u8 src_type, in ecore_dmae_execute_sub_operation() argument 838 switch (src_type) { in ecore_dmae_execute_sub_operation() 873 if (src_type == ECORE_DMAE_ADDRESS_HOST_VIRT || in ecore_dmae_execute_sub_operation() 874 src_type == ECORE_DMAE_ADDRESS_HOST_PHYS) in ecore_dmae_execute_sub_operation() 887 if (src_type == ECORE_DMAE_ADDRESS_HOST_VIRT || in ecore_dmae_execute_sub_operation() 888 src_type == ECORE_DMAE_ADDRESS_HOST_PHYS) in ecore_dmae_execute_sub_operation() 914 u8 src_type, u8 dst_type, in ecore_dmae_execute_command() argument 929 (unsigned long long)src_addr, src_type, (unsigned long long)dst_addr, dst_type, in ecore_dmae_execute_command() 953 (src_type == ECORE_DMAE_ADDRESS_GRC), in ecore_dmae_execute_command() 972 if (src_type == ECORE_DMAE_ADDRESS_GRC) in ecore_dmae_execute_command() [all …]
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_xlator.c | 261 ctf_id_t src_type = src->dn_type; in dt_xlator_lookup() local 262 ctf_id_t src_base = ctf_type_resolve(src_ctfp, src_type); in dt_xlator_lookup() 303 src_ctfp, src_type) && in dt_xlator_lookup() 315 src_ctfp, src_type) && in dt_xlator_lookup() 344 src_dtt.dtt_type = src_type; in dt_xlator_lookup()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | method.c | 944 tree src_type; in locate_copy() local 951 src_type = non_reference (TREE_VALUE (parms)); in locate_copy() 953 if (src_type == error_mark_node) in locate_copy() 956 if (!same_type_ignoring_top_level_qualifiers_p (src_type, type)) in locate_copy() 960 quals = cp_type_quals (src_type); in locate_copy()
|
| H A D | typeck.c | 4888 description, src_type, dest_type); 5467 tree src_type; in build_const_cast_1() local 5501 src_type = TREE_TYPE (expr); in build_const_cast_1() 5503 if (TREE_CODE (src_type) == REFERENCE_TYPE) in build_const_cast_1() 5504 src_type = TREE_TYPE (src_type); in build_const_cast_1() 5519 src_type, dst_type); in build_const_cast_1() 5523 src_type = build_pointer_type (src_type); in build_const_cast_1() 5531 src_type = type_decays_to (src_type); in build_const_cast_1() 5532 if (src_type == error_mark_node) in build_const_cast_1() 5536 if ((TYPE_PTR_P (src_type) || TYPE_PTRMEM_P (src_type)) in build_const_cast_1() [all …]
|
| /freebsd-12.1/contrib/opencsd/decoder/include/common/ |
| H A D | ocsd_dcd_tree.h | 78 …static DecodeTree *CreateDecodeTree(const ocsd_dcd_tree_src_t src_type, const uint32_t formatterCf…
|
| /freebsd-12.1/contrib/opencsd/decoder/include/opencsd/c_api/ |
| H A D | opencsd_c_api.h | 107 OCSD_C_API dcd_tree_handle_t ocsd_create_dcd_tree(const ocsd_dcd_tree_src_t src_type, const uint32_…
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | varasm.c | 3787 tree src_type; in initializer_constant_valid_p() local 3791 src_type = TREE_TYPE (src); in initializer_constant_valid_p() 3796 if ((POINTER_TYPE_P (dest_type) && POINTER_TYPE_P (src_type)) in initializer_constant_valid_p() 3797 || (FLOAT_TYPE_P (dest_type) && FLOAT_TYPE_P (src_type)) in initializer_constant_valid_p() 3799 && TREE_CODE (src_type) == OFFSET_TYPE)) in initializer_constant_valid_p() 3803 if (INTEGRAL_TYPE_P (dest_type) && INTEGRAL_TYPE_P (src_type) in initializer_constant_valid_p() 3804 && (TYPE_PRECISION (dest_type) == TYPE_PRECISION (src_type))) in initializer_constant_valid_p() 3809 if (INTEGRAL_TYPE_P (dest_type) && INTEGRAL_TYPE_P (src_type)) in initializer_constant_valid_p() 3818 if (INTEGRAL_TYPE_P (dest_type) && POINTER_TYPE_P (src_type) in initializer_constant_valid_p() 3826 && INTEGRAL_TYPE_P (src_type)) in initializer_constant_valid_p() [all …]
|
| /freebsd-12.1/contrib/opencsd/decoder/source/c_api/ |
| H A D | ocsd_c_api.cpp | 92 OCSD_C_API dcd_tree_handle_t ocsd_create_dcd_tree(const ocsd_dcd_tree_src_t src_type, const uint32_… in ocsd_create_dcd_tree() argument 95 handle = (dcd_tree_handle_t)DecodeTree::CreateDecodeTree(src_type,deformatterCfgFlags); in ocsd_create_dcd_tree()
|
| /freebsd-12.1/contrib/opencsd/decoder/source/ |
| H A D | ocsd_dcd_tree.cpp | 46 DecodeTree *DecodeTree::CreateDecodeTree(const ocsd_dcd_tree_src_t src_type, uint32_t formatterCfgF… in CreateDecodeTree() argument 51 if(dcd_tree->initialise(src_type, formatterCfgFlags)) in CreateDecodeTree()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTImporter.cpp | 75 const CompilerType &src_type) { in CopyType() argument 79 llvm::dyn_cast_or_null<ClangASTContext>(src_type.GetTypeSystem()); in CopyType() 84 dst_clang_ast, src_clang_ast, src_type.GetOpaqueQualType()); in CopyType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.h | 371 CompilerType GuardedCopyType(const CompilerType &src_type);
|
| H A D | ClangASTSource.cpp | 2008 CompilerType ClangASTSource::GuardedCopyType(const CompilerType &src_type) { in GuardedCopyType() argument 2010 llvm::dyn_cast_or_null<ClangASTContext>(src_type.GetTypeSystem()); in GuardedCopyType() 2023 ClangUtil::GetQualType(src_type)); in GuardedCopyType() 2027 ClangUtil::GetQualType(src_type)); in GuardedCopyType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ClangASTImporter.h | 106 CompilerType CopyType(ClangASTContext &dst, const CompilerType &src_type);
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 849 SCRegType src_type = Inst->GetSrcType(i); in generateWaitcntInstBefore() 850 switch (src_type) { in generateWaitcntInstBefore()
|
| /freebsd-12.1/sys/crypto/ccp/ |
| H A D | ccp_hardware.c | 847 enum ccp_memtype dst_type, bus_addr_t src, enum ccp_memtype src_type, in ccp_passthrough() argument 869 desc->src_mem = src_type; in ccp_passthrough()
|
| /freebsd-12.1/sys/dev/bxe/ |
| H A D | bxe.h | 2180 uint32_t bxe_dmae_opcode(struct bxe_softc *sc, uint8_t src_type,
|
| H A D | bxe.c | 1545 uint8_t src_type, in bxe_dmae_opcode() argument 1552 opcode |= ((src_type << DMAE_CMD_SRC_SHIFT) | in bxe_dmae_opcode() 1580 uint8_t src_type, in bxe_prep_dmae_with_comp() argument 1586 dmae->opcode = bxe_dmae_opcode(sc, src_type, dst_type, in bxe_prep_dmae_with_comp()
|
| /freebsd-12.1/sys/dev/bnxt/ |
| H A D | hsi_struct_def.h | 17075 uint8_t src_type; member
|