Searched defs:inst_methods (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-gnu-runtime-abi-01.c | 1098 tree inst_methods, tree class_methods) in build_protocol_initializer() 1390 tree inst_methods, tree class_methods, in build_category_initializer() 1434 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_category() local 1619 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_class_structures() local
|
H A D | objc-next-runtime-abi-01.c | 1448 tree inst_methods, tree class_methods, in build_v1_protocol_initializer() 1695 tree inst_methods, tree class_methods, in build_v1_category_initializer() 1749 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v1_category() local 2007 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v1_class_structs() local
|
H A D | objc-next-runtime-abi-02.c | 2659 tree inst_methods, tree class_methods, in build_v2_protocol_initializer() 2872 tree inst_methods, tree class_methods, in build_v2_category_initializer() 2920 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v2_category() local 3320 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v2_class_structs() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-gnu-runtime-abi-01.cc | 1099 tree inst_methods, tree class_methods) in build_protocol_initializer() 1391 tree inst_methods, tree class_methods, in build_category_initializer() 1435 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_category() local 1620 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_class_structures() local
|
H A D | objc-next-runtime-abi-01.cc | 1449 tree inst_methods, tree class_methods, in build_v1_protocol_initializer() 1696 tree inst_methods, tree class_methods, in build_v1_category_initializer() 1750 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v1_category() local 2008 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v1_class_structs() local
|
H A D | objc-next-runtime-abi-02.cc | 2670 tree inst_methods, tree class_methods, in build_v2_protocol_initializer() 2884 tree inst_methods, tree class_methods, in build_v2_category_initializer() 2932 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v2_category() local 3333 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v2_class_structs() local
|