Searched refs:RID_ONEWAY (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-common.h | 81 RID_IN, RID_OUT, RID_INOUT, RID_BYCOPY, RID_BYREF, RID_ONEWAY, enumerator 193 RID_LAST_MODIFIER = RID_ONEWAY, 200 RID_LAST_PQ = RID_ONEWAY,
|
| HD | c-common.c | 586 { "oneway", RID_ONEWAY, D_OBJC },
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-common.h | 81 RID_IN, RID_OUT, RID_INOUT, RID_BYCOPY, RID_BYREF, RID_ONEWAY, enumerator 245 RID_LAST_MODIFIER = RID_ONEWAY, 252 RID_LAST_PQ = RID_ONEWAY,
|
| HD | c-common.c | 551 { "oneway", RID_ONEWAY, D_OBJC },
|
| /dragonfly/contrib/gcc-4.7/gcc/objc/ |
| HD | objc-encoding.c | 235 else if (ridpointers[(int) RID_ONEWAY] == TREE_VALUE (spec)) in encode_type_qualifiers()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | c-parser.c | 7797 || token->keyword == RID_ONEWAY)) in c_parser_objc_type_name() 8038 case RID_ONEWAY: in c_parser_objc_selector()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-parser.c | 10216 || token->keyword == RID_ONEWAY)) in c_parser_objc_type_name() 10461 case RID_ONEWAY: in c_parser_objc_selector()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | parser.c | 23449 || node == ridpointers [(int) RID_ONEWAY])) in cp_parser_objc_protocol_qualifiers()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | parser.c | 29879 || node == ridpointers [(int) RID_ONEWAY])) in cp_parser_objc_protocol_qualifiers()
|