Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/gdb/libcxx/
H A Dprinters.py594 def __init__(self, cast_type, root): argument
595 self.cast_type = cast_type
599 result = node.cast(self.cast_type).dereference()["__left_"]
603 result = node.cast(self.cast_type).dereference()["__right_"]
623 parent = node.cast(self.cast_type).dereference()["__parent_"]
655 cast_type = self._init_cast_type(val.type)
656 self.util = RBTreeUtils(cast_type, root)
689 return self if self.util.cast_type and self.size > 0 else iter(())
712 key_value = node.cast(self.util.cast_type).dereference()[
730 key_value = node.cast(self.util.cast_type).dereference()["__value_"]
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dcgram.y269 %type <nodep> e .e term enum_dcl struct_dcl cast_type declarator
351 | C_ALIGNAS '(' cast_type ')' {
358 | C_ATOMIC '(' cast_type ')' {
369 | C_TYPEOF '(' cast_type ')' { TYMFIX($3); $$ = tyof($3); }
1140 | e2 ',' cast_type { /* hack for stdarg */
1145 | cast_type { TYMFIX($1); $1->n_op = TYPE; $$ = $1; }
1187 | '(' cast_type ')' term %prec C_INCOP {
1191 | C_SIZEOF xa '(' cast_type ')' %prec C_SIZEOF {
1195 | C_ALIGNOF xa '(' cast_type ')' {
1203 | '(' cast_type ')' clbrace init_list optcomma '}' {
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dcgram.y242 %type <nodep> e .e term enum_dcl struct_dcl cast_type declarator
395 | C_TYPEOF '(' cast_type ')' { TYMFIX($3); $$ = tyof($3); }
1144 | elist ',' cast_type { /* hack for stdarg */
1203 | CXX_CASTS C_RELOP cast_type C_RELOP '(' e ')' {
1214 | '(' cast_type ')' term %prec C_INCOP {
1218 | C_SIZEOF xa '(' cast_type ')' %prec C_SIZEOF {
1222 | C_ALIGNOF xa '(' cast_type ')' {
1230 | '(' cast_type ')' clbrace init_list optcomma '}' {
1235 | '(' cast_type ')' clbrace '}' {
1261 | PCC_OFFSETOF '(' cast_type ',' term ')' {
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c1618 tree cast_type, initlist, protocol_decl; in generate_class_structures() local
1658 cast_type = build_pointer_type (objc_class_template); in generate_class_structures()
1668 super_expr = build_c_cast (loc, cast_type, super_expr); in generate_class_structures()
1671 root_expr = build_c_cast (loc, cast_type, root_expr); in generate_class_structures()
H A Dobjc-next-runtime-abi-01.c2005 tree cast_type, initlist, protocol_decl; in generate_v1_class_structs() local
2057 cast_type = build_pointer_type (objc_class_template); in generate_v1_class_structs()
2058 super_expr = build_c_cast (loc, cast_type, super_expr); in generate_v1_class_structs()
2061 root_expr = build_c_cast (loc, cast_type, root_expr); in generate_v1_class_structs()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.cc1619 tree cast_type, initlist, protocol_decl; in generate_class_structures() local
1659 cast_type = build_pointer_type (objc_class_template); in generate_class_structures()
1669 super_expr = build_c_cast (loc, cast_type, super_expr); in generate_class_structures()
1672 root_expr = build_c_cast (loc, cast_type, root_expr); in generate_class_structures()
H A Dobjc-next-runtime-abi-01.cc2006 tree cast_type, initlist, protocol_decl; in generate_v1_class_structs() local
2058 cast_type = build_pointer_type (objc_class_template); in generate_v1_class_structs()
2059 super_expr = build_c_cast (loc, cast_type, super_expr); in generate_v1_class_structs()
2062 root_expr = build_c_cast (loc, cast_type, root_expr); in generate_v1_class_structs()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcpplint.py3447 def CheckCStyleCast(filename, linenum, line, raw_line, cast_type, pattern, argument
3510 (cast_type, match.group(1)))
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200725956 (cast_type): Extended with new members.
25957 (check_cast): Returns cast_type.
H A DChangeLog-200016761 build_shared_structure_initializer): Do not cache cast_type