/external/llvm-project/lldb/source/Core/ |
D | ValueObjectCast.cpp | 26 const CompilerType &cast_type) { in Create() argument 28 new ValueObjectCast(parent, name, cast_type); in Create() 33 const CompilerType &cast_type) in ValueObjectCast() argument 34 : ValueObject(parent), m_cast_type(cast_type) { in ValueObjectCast() 36 m_value.SetCompilerType(cast_type); in ValueObjectCast()
|
D | ValueObjectConstResultCast.cpp | 24 ValueObject &parent, ConstString name, const CompilerType &cast_type, in ValueObjectConstResultCast() argument 26 : ValueObjectCast(parent, name, cast_type), m_impl(this, live_address) { in ValueObjectConstResultCast()
|
/external/llvm-project/libcxx/utils/gdb/libcxx/ |
D | printers.py | 592 def __init__(self, cast_type, root): argument 593 self.cast_type = cast_type 597 result = node.cast(self.cast_type).dereference()["__left_"] 601 result = node.cast(self.cast_type).dereference()["__right_"] 621 parent = node.cast(self.cast_type).dereference()["__parent_"] 653 cast_type = self._init_cast_type(val.type) 654 self.util = RBTreeUtils(cast_type, root) 687 return self if self.util.cast_type and self.size > 0 else iter(()) 710 key_value = node.cast(self.util.cast_type).dereference()[ 728 key_value = node.cast(self.util.cast_type).dereference()["__value_"] [all …]
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | ValueObjectCast.h | 31 const CompilerType &cast_type); 51 const CompilerType &cast_type);
|
D | ValueObjectConstResultCast.h | 31 const CompilerType &cast_type,
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 42 static LLVMValueRef cast_type(struct lp_build_nir_context *bld_base, LLVMValueRef val, in cast_type() function 307 LLVMValueRef result = LLVMBuildAnd(builder, cast_type(bld_base, src0, nir_type_int, 32), in emit_b2f() 329 LLVMValueRef result = LLVMBuildAnd(builder, cast_type(bld_base, src0, nir_type_int, 32), in emit_b2i() 349 LLVMValueRef sel = cast_type(bld_base, src[0], nir_type_int, 32); in emit_b32csel() 973 … result[i] = cast_type(bld_base, src[i], nir_op_infos[instr->op].input_types[i], src_bit_size[i]); in visit_alu() 985 …src_chan[i] = cast_type(bld_base, src_chan[i], nir_op_infos[instr->op].input_types[i], src_bit_siz… in visit_alu() 988 …result[c] = cast_type(bld_base, result[c], nir_op_infos[instr->op].output_type, nir_dest_bit_size(… in visit_alu() 1052 idx_src = cast_type(bld_base, idx_src, nir_type_uint, 32); in get_deref_offset() 1284 params.ms_index = cast_type(bld_base, get_src(bld_base, instr->src[2]), nir_type_uint, 32); in visit_load_image() 1493 cond = cast_type(bld_base, cond, nir_type_int, 32); in visit_discard() [all …]
|
/external/mesa3d/src/compiler/nir/ |
D | nir_deref.c | 974 const struct glsl_type *cast_type = cast->type; in opt_remove_sampler_cast() local 975 while (glsl_type_is_array(parent_type) && glsl_type_is_array(cast_type)) { in opt_remove_sampler_cast() 976 if (glsl_get_length(parent_type) != glsl_get_length(cast_type)) in opt_remove_sampler_cast() 979 cast_type = glsl_get_array_element(cast_type); in opt_remove_sampler_cast() 982 if (glsl_type_is_array(parent_type) || glsl_type_is_array(cast_type)) in opt_remove_sampler_cast() 986 cast_type != glsl_bare_sampler_type()) in opt_remove_sampler_cast()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | prepare_quantize_helper.h | 325 Type cast_type = quant_type.castFromExpressedType(expressed_type); in processConstantOp() local 327 auto q = rewriter.create<Q>(const_op->getLoc(), cast_type, in processConstantOp()
|
/external/python/pybind11/include/pybind11/ |
D | cast.h | 745 … const void *src, const std::type_info &cast_type, const std::type_info *rtti_type = nullptr) { 746 if (auto *tpi = get_type_info(cast_type)) 750 std::string tname = rtti_type ? rtti_type->name() : cast_type.name(); 884 auto &cast_type = typeid(itype); 887 if (instance_type && !same_type(cast_type, *instance_type)) { 901 return type_caster_generic::src_and_type(src, cast_type, instance_type);
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 3447 def CheckCStyleCast(filename, linenum, line, raw_line, cast_type, pattern, argument 3510 (cast_type, match.group(1)))
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 4136 def CheckCStyleCast(filename, linenum, line, raw_line, cast_type, pattern, argument 4227 (cast_type, match.group(1)))
|
/external/libaom/libaom/tools/ |
D | cpplint.py | 4136 def CheckCStyleCast(filename, linenum, line, raw_line, cast_type, pattern, argument 4227 (cast_type, match.group(1)))
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 5271 def CheckCStyleCast(filename, clean_lines, linenum, cast_type, pattern, error): argument 5319 (cast_type, match.group(1)))
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 5274 def CheckCStyleCast(filename, clean_lines, linenum, cast_type, pattern, error): argument 5322 (cast_type, match.group(1)))
|
/external/angle/scripts/ |
D | generate_entry_points.py | 1611 cast_type=param_type)
|