Home
last modified time | relevance | path

Searched refs:RID_ONEWAY (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-common.h81 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,
HDc-common.c586 { "oneway", RID_ONEWAY, D_OBJC },
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-common.h81 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,
HDc-common.c551 { "oneway", RID_ONEWAY, D_OBJC },
/dragonfly/contrib/gcc-4.7/gcc/objc/
HDobjc-encoding.c235 else if (ridpointers[(int) RID_ONEWAY] == TREE_VALUE (spec)) in encode_type_qualifiers()
/dragonfly/contrib/gcc-4.7/gcc/
HDc-parser.c7797 || 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/
HDc-parser.c10216 || 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/
HDparser.c23449 || node == ridpointers [(int) RID_ONEWAY])) in cp_parser_objc_protocol_qualifiers()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDparser.c29879 || node == ridpointers [(int) RID_ONEWAY])) in cp_parser_objc_protocol_qualifiers()