| /openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/ |
| H A D | tinfo.cc | 273 const __class_type_info *src_type, in __find_public_src() argument 281 return __do_find_public_src (src2dst, obj_ptr, src_type, src_ptr); in __find_public_src() 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() 304 return __base_type->__do_find_public_src (src2dst, obj_ptr, src_type, src_ptr); 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() 333 (src2dst, base, src_type, src_ptr); 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() [all …]
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/ |
| H A D | tinfo.cc | 256 const __class_type_info *src_type, in __find_public_src() argument 264 return __do_find_public_src (src2dst, obj_ptr, src_type, src_ptr); in __find_public_src() 282 const __class_type_info *src_type, in __do_find_public_src() argument 285 if (src_ptr == obj_ptr && *this == *src_type) in __do_find_public_src() 287 return __base_type->__do_find_public_src (src2dst, obj_ptr, src_type, src_ptr); in __do_find_public_src() 293 const __class_type_info *src_type, in __do_find_public_src() argument 296 if (obj_ptr == src_ptr && *this == *src_type) in __do_find_public_src() 316 (src2dst, base, src_type, src_ptr); in __do_find_public_src() 333 const __class_type_info *src_type, in __do_dyncast() argument 337 if (obj_ptr == src_ptr && *this == *src_type) in __do_dyncast() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | method.c | 943 tree src_type; local 950 src_type = TREE_VALUE (parms); 951 if (TREE_CODE (src_type) == REFERENCE_TYPE) 952 src_type = TREE_TYPE (src_type); 953 if (!same_type_ignoring_top_level_qualifiers_p (src_type, type)) 957 quals = cp_type_quals (src_type);
|
| H A D | typeck.c | 4682 check_for_casting_away_constness (tree src_type, tree dest_type) in check_for_casting_away_constness() argument 4684 if (casts_away_constness (src_type, dest_type)) in check_for_casting_away_constness() 4686 src_type, dest_type); in check_for_casting_away_constness()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 34 const CompilerType &src_type) { in CopyType() argument 37 auto src_ast = src_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in CopyType() 43 clang::QualType src_qual_type = ClangUtil::GetQualType(src_type); in CopyType() 305 const CompilerType &src_type) { in DeportType() argument 308 auto src_ctxt = src_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in DeportType() 315 src_type.GetTypeName(), src_type.GetOpaqueQualType(), in DeportType() 320 if (auto *t = ClangUtil::GetQualType(src_type)->getAs<TagType>()) in DeportType() 325 return CopyType(dst, src_type); in DeportType()
|
| H A D | ClangASTImporter.h | 94 CompilerType CopyType(TypeSystemClang &dst, const CompilerType &src_type); 106 CompilerType DeportType(TypeSystemClang &dst, const CompilerType &src_type);
|
| H A D | ClangASTSource.h | 315 CompilerType GuardedCopyType(const CompilerType &src_type);
|
| H A D | ClangASTSource.cpp | 1735 CompilerType ClangASTSource::GuardedCopyType(const CompilerType &src_type) { in GuardedCopyType() argument 1736 auto ts = src_type.GetTypeSystem(); in GuardedCopyType() 1742 m_ast_importer_sp->CopyType(*m_clang_ast_context, src_type)); in GuardedCopyType()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | method.c | 942 tree src_type; in locate_copy() local 949 src_type = non_reference (TREE_VALUE (parms)); in locate_copy() 951 if (src_type == error_mark_node) in locate_copy() 954 if (!same_type_ignoring_top_level_qualifiers_p (src_type, type)) in locate_copy() 958 quals = cp_type_quals (src_type); in locate_copy()
|
| H A D | typeck.c | 4749 check_for_casting_away_constness (tree src_type, tree dest_type, 4753 if (diag_fn && casts_away_constness (src_type, dest_type)) 4755 description, src_type, dest_type); 5301 tree src_type; in build_const_cast_1() local 5335 src_type = TREE_TYPE (expr); in build_const_cast_1() 5337 if (TREE_CODE (src_type) == REFERENCE_TYPE) in build_const_cast_1() 5338 src_type = TREE_TYPE (src_type); in build_const_cast_1() 5353 src_type, dst_type); in build_const_cast_1() 5357 src_type = build_pointer_type (src_type); in build_const_cast_1() 5365 src_type = type_decays_to (src_type); in build_const_cast_1() [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | varasm.c | 3788 tree src_type; in initializer_constant_valid_p() local 3792 src_type = TREE_TYPE (src); in initializer_constant_valid_p() 3797 if ((POINTER_TYPE_P (dest_type) && POINTER_TYPE_P (src_type)) in initializer_constant_valid_p() 3798 || (FLOAT_TYPE_P (dest_type) && FLOAT_TYPE_P (src_type)) in initializer_constant_valid_p() 3800 && TREE_CODE (src_type) == OFFSET_TYPE)) in initializer_constant_valid_p() 3804 if (INTEGRAL_TYPE_P (dest_type) && INTEGRAL_TYPE_P (src_type) in initializer_constant_valid_p() 3805 && (TYPE_PRECISION (dest_type) == TYPE_PRECISION (src_type))) in initializer_constant_valid_p() 3810 if (INTEGRAL_TYPE_P (dest_type) && INTEGRAL_TYPE_P (src_type)) in initializer_constant_valid_p() 3819 if (INTEGRAL_TYPE_P (dest_type) && POINTER_TYPE_P (src_type) in initializer_constant_valid_p() 3820 && (TYPE_PRECISION (dest_type) >= TYPE_PRECISION (src_type))) in initializer_constant_valid_p() [all …]
|
| /openbsd-src/sys/dev/pci/drm/i915/selftests/ |
| H A D | intel_memory_region.c | 1216 u64 size, u32 src_type, u32 dst_type) in _perf_memcpy() argument 1243 src = create_region_for_mapping(src_mr, size, src_type, &src_addr); in _perf_memcpy() 1278 src_mr->name, repr_type(src_type), in _perf_memcpy() 1287 src_mr->name, repr_type(src_type), in _perf_memcpy()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | jcf-write.c | 2255 tree src_type = TREE_TYPE (src); local 2258 if (target == IGNORE_TARGET || src_type == dst_type) 2273 int wide_src = TYPE_PRECISION (src_type) > 32; 2279 if (TREE_CODE (src_type) == REAL_TYPE) 2281 else if (TYPE_PRECISION (src_type) == 64) 2288 if (TREE_CODE (src_type) == REAL_TYPE)
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | elf32-xtensa.c | 3747 unsigned src_type; /* Relocation type. */ member 3764 reloc_bfd_fix_init (src_sec, src_offset, src_type, in reloc_bfd_fix_init() argument 3768 unsigned src_type; 3778 fix->src_type = src_type; 3800 && r->src_type == type)
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | elf32-xtensa.c | 5077 unsigned src_type; /* Relocation type. */ member 5091 unsigned src_type, in reloc_bfd_fix_init() argument 5102 fix->src_type = src_type; in reloc_bfd_fix_init() 5131 return (a->src_type - b->src_type); in fix_compare() 5182 key.src_type = type; in get_bfd_fix() 8427 if (is_operand_relocation (fix->src_type)) in translate_reloc_bfd_fix() 9292 if (elf_howto_table[fix->src_type].partial_inplace) in do_fix_for_final_link()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 1052 SCRegType src_type = Inst->GetSrcType(i); in generateWaitcntInstBefore() 1053 switch (src_type) { in generateWaitcntInstBefore()
|
| /openbsd-src/sys/dev/pci/ |
| H A D | if_bnxtreg.h | 17071 /* This bit must be '1' for the src_type field to be configured. */ 17135 uint8_t src_type; member 17160 * is implied if it src_id is not provided for a src_type that is either [all...] |