Home
last modified time | relevance | path

Searched defs:is_class_method (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dstub-objc.c199 objc_add_method_declaration (bool ARG_UNUSED (is_class_method), in objc_add_method_declaration()
206 objc_start_method_definition (bool ARG_UNUSED (is_class_method), in objc_start_method_definition()
235 objc_build_method_signature (bool ARG_UNUSED (is_class_method), in objc_build_method_signature()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dstub-objc.cc200 objc_add_method_declaration (bool ARG_UNUSED (is_class_method), in objc_add_method_declaration()
207 objc_start_method_definition (bool ARG_UNUSED (is_class_method), in objc_start_method_definition()
236 objc_build_method_signature (bool ARG_UNUSED (is_class_method), in objc_build_method_signature()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc2141 objc_build_method_signature (bool is_class_method, tree rettype, tree selector, in objc_build_method_signature()
2153 objc_add_method_declaration (bool is_class_method, tree decl, tree attributes) in objc_add_method_declaration()
2181 objc_start_method_definition (bool is_class_method, tree decl, tree attributes, in objc_start_method_definition()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c2078 objc_build_method_signature (bool is_class_method, tree rettype, tree selector, in objc_build_method_signature()
2090 objc_add_method_declaration (bool is_class_method, tree decl, tree attributes) in objc_add_method_declaration()
2118 objc_start_method_definition (bool is_class_method, tree decl, tree attributes, in objc_start_method_definition()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c11193 bool is_class_method = c_parser_objc_method_type (parser); in c_parser_objc_method_definition() local
11301 bool is_class_method = c_parser_objc_method_type (parser); in c_parser_objc_methodproto() local
11393 c_parser_objc_method_decl (c_parser *parser, bool is_class_method, in c_parser_objc_method_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc11257 bool is_class_method = c_parser_objc_method_type (parser); in c_parser_objc_method_definition() local
11365 bool is_class_method = c_parser_objc_method_type (parser); in c_parser_objc_methodproto() local
11457 c_parser_objc_method_decl (c_parser *parser, bool is_class_method, in c_parser_objc_method_decl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c32838 bool is_class_method; in cp_parser_objc_method_signature() local
32885 bool is_class_method; in cp_parser_objc_method_prototype_list() local
32937 bool is_class_method; in cp_parser_objc_method_definition_list() local
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc35142 bool is_class_method; in cp_parser_objc_method_signature() local
35189 bool is_class_method; in cp_parser_objc_method_prototype_list() local
35247 bool is_class_method = token->type == CPP_PLUS; in cp_parser_objc_method_definition_list() local