Home
last modified time | relevance | path

Searched refs:cast_type (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/lldb/source/Core/
DValueObjectCast.cpp26 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()
DValueObjectConstResultCast.cpp24 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/
Dprinters.py592 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/
DValueObjectCast.h31 const CompilerType &cast_type);
51 const CompilerType &cast_type);
DValueObjectConstResultCast.h31 const CompilerType &cast_type,
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c42 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/
Dnir_deref.c974 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/
Dprepare_quantize_helper.h325 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/
Dcast.h745 … 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/
Dcpplint.py3447 def CheckCStyleCast(filename, linenum, line, raw_line, cast_type, pattern, argument
3510 (cast_type, match.group(1)))
/external/libvpx/libvpx/tools/
Dcpplint.py4136 def CheckCStyleCast(filename, linenum, line, raw_line, cast_type, pattern, argument
4227 (cast_type, match.group(1)))
/external/libaom/libaom/tools/
Dcpplint.py4136 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/
Dcpplint.py5271 def CheckCStyleCast(filename, clean_lines, linenum, cast_type, pattern, error): argument
5319 (cast_type, match.group(1)))
/external/google-styleguide/cpplint/
Dcpplint.py5274 def CheckCStyleCast(filename, clean_lines, linenum, cast_type, pattern, error): argument
5322 (cast_type, match.group(1)))
/external/angle/scripts/
Dgenerate_entry_points.py1611 cast_type=param_type)