Searched refs:pointed_to (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-encoding.cc | 441 encode_aggregate_fields (tree type, bool pointed_to, int curtype, int format) in encode_aggregate_fields() argument 459 pointed_to, curtype, format); in encode_aggregate_fields() 463 if (generating_instance_variables && !pointed_to) in encode_aggregate_fields() 490 bool pointed_to = false; in encode_aggregate_within() local 496 pointed_to = true; in encode_aggregate_within() 499 && (!pointed_to || ob_size - curtype == 1 in encode_aggregate_within() 517 pointed_to = true; in encode_aggregate_within() 521 if (!pointed_to) in encode_aggregate_within() 574 encode_aggregate_fields (type, pointed_to, curtype, format); in encode_aggregate_within()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-encoding.c | 441 encode_aggregate_fields (tree type, bool pointed_to, int curtype, int format) in encode_aggregate_fields() argument 459 pointed_to, curtype, format); in encode_aggregate_fields() 463 if (generating_instance_variables && !pointed_to) in encode_aggregate_fields() 490 bool pointed_to = false; in encode_aggregate_within() local 496 pointed_to = true; in encode_aggregate_within() 499 && (!pointed_to || ob_size - curtype == 1 in encode_aggregate_within() 517 pointed_to = true; in encode_aggregate_within() 521 if (!pointed_to) in encode_aggregate_within() 574 encode_aggregate_fields (type, pointed_to, curtype, format); in encode_aggregate_within()
|