/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | ValueObjectCast.cpp | 27 const CompilerType &cast_type) { in Create() argument 29 new ValueObjectCast(parent, name, cast_type); in Create() 34 const CompilerType &cast_type) in ValueObjectCast() argument 35 : ValueObject(parent), m_cast_type(cast_type) { in ValueObjectCast() 37 m_value.SetCompilerType(cast_type); in ValueObjectCast()
|
H A 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()
|
/openbsd/gnu/llvm/libcxx/utils/gdb/libcxx/ |
H A D | printers.py | 579 def __init__(self, cast_type, root): argument 580 self.cast_type = cast_type 584 result = node.cast(self.cast_type).dereference()["__left_"] 640 cast_type = self._init_cast_type(val.type) 641 self.util = RBTreeUtils(cast_type, root) 725 cast_type = self.val.type.template_argument(1) 726 self.util = RBTreeUtils(cast_type, None) 728 self.node = self.addr.cast(cast_type).dereference() 809 self.cast_type = node_base_type.template_argument(0) 814 next_val = next_ptr.cast(self.cast_type).dereference() [all …]
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | ValueObjectCast.h | 32 const CompilerType &cast_type); 52 const CompilerType &cast_type);
|
H A D | ValueObjectConstResultCast.h | 31 const CompilerType &cast_type,
|
/openbsd/gnu/gcc/gcc/ |
H A D | ipa-type-escape.c | 624 enum cast_type { enum 635 static enum cast_type
|
/openbsd/gnu/usr.bin/gcc/gcc/objc/ |
H A D | objc-act.c | 3187 tree cast_type; local 3189 cast_type = groktypename 3200 TREE_TYPE (expr) = cast_type; 4101 tree cast_type; local 4112 cast_type = groktypename 4129 TREE_TYPE (e) = cast_type; 4403 tree cast_type, initlist, protocol_decl; in generate_shared_structures() local 4429 cast_type in generate_shared_structures() 4442 super_expr = build_c_cast (cast_type, super_expr); /* cast! */ in generate_shared_structures() 4448 root_expr = build_c_cast (cast_type, root_expr); /* cast! */ in generate_shared_structures()
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | parse.c | 18011 tree cast_type = TREE_TYPE (node); local 18021 if (!(cast_type = resolve_type_during_patch (cast_type))) 18028 if (cast_type == op_type) 18039 return convert (cast_type, op); 18048 return build_null_of_type (cast_type); 18053 && valid_ref_assignconv_cast_p (op_type, cast_type, 1)) 18055 TREE_TYPE (node) = promote_type (cast_type); 18060 if (valid_ref_assignconv_cast_p (op_type, cast_type, 0)) 18073 return build (CALL_EXPR, promote_type (cast_type), 18075 tree_cons (NULL_TREE, build_class_ref (cast_type), [all …]
|
H A D | parse.y | 14446 tree cast_type = TREE_TYPE (node); local 14456 if (!(cast_type = resolve_type_during_patch (cast_type))) 14463 if (cast_type == op_type) 14474 return convert (cast_type, op); 14483 return build_null_of_type (cast_type); 14488 && valid_ref_assignconv_cast_p (op_type, cast_type, 1)) 14490 TREE_TYPE (node) = promote_type (cast_type); 14495 if (valid_ref_assignconv_cast_p (op_type, cast_type, 0)) 14508 return build (CALL_EXPR, promote_type (cast_type), 14510 tree_cons (NULL_TREE, build_class_ref (cast_type), [all …]
|
/openbsd/gnu/gcc/gcc/objc/ |
H A D | objc-act.c | 4684 tree cast_type = build_pointer_type in build_protocol_initializer() local 4691 expr = build_int_cst (cast_type, PROTOCOL_VERSION); in build_protocol_initializer() 5701 tree cast_type, initlist, protocol_decl; in generate_shared_structures() local 5727 cast_type = build_pointer_type (objc_class_template); in generate_shared_structures() 5735 super_expr = build_c_cast (cast_type, super_expr); /* cast! */ in generate_shared_structures() 5741 root_expr = build_c_cast (cast_type, root_expr); /* cast! */ in generate_shared_structures()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.3 | 1495 build_shared_structure_initializer): Do not cache cast_type
|