Searched refs:categ (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dstub-objc.c126 tree ARG_UNUSED (categ),
164 tree ARG_UNUSED (categ))
/openbsd-current/sys/net80211/
H A Dieee80211_output.c1783 u_int8_t categ, u_int8_t action, int arg)
1787 switch (categ) {
1782 ieee80211_get_action(struct ieee80211com *ic, struct ieee80211_node *ni, u_int8_t categ, u_int8_t action, int arg) argument
/openbsd-current/gnu/gcc/gcc/cp/
H A Dparser.c17805 tree *categ)
17809 *super = *categ = NULL_TREE;
17818 *categ = cp_parser_identifier (parser);
17828 tree name, super, categ, protos;
17832 cp_parser_objc_superclass_or_category (parser, &super, &categ);
17836 if (categ)
17837 objc_start_category_interface (name, categ, protos);
17854 tree name, super, categ;
17858 cp_parser_objc_superclass_or_category (parser, &super, &categ);
17861 if (categ)
17801 cp_parser_objc_superclass_or_category(cp_parser *parser, tree *super, tree *categ) argument
17825 tree name, super, categ, protos; local
17851 tree name, super, categ; local
[all...]
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c643 objc_start_category_interface (tree class, tree categ, tree protos)
646 = start_class (CATEGORY_INTERFACE_TYPE, class, categ, protos);
682 objc_start_category_implementation (tree class, tree categ)
685 = start_class (CATEGORY_IMPLEMENTATION_TYPE, class, categ, NULL_TREE);
640 objc_start_category_interface(tree class, tree categ, tree protos) argument
679 objc_start_category_implementation(tree class, tree categ) argument

Completed in 120 milliseconds