/netbsd/external/gpl3/gcc.old/dist/libobjc/objc/ |
H A D | Protocol.h | 40 struct objc_method_description_list *instance_methods, *class_methods; variable
|
/netbsd/external/gpl3/gcc/dist/libobjc/objc/ |
H A D | Protocol.h | 40 struct objc_method_description_list *instance_methods, *class_methods; variable
|
/netbsd/external/gpl3/gcc.old/dist/libobjc/objc-private/ |
H A D | module-abi-8.h | 166 struct objc_method_description_list *instance_methods, *class_methods; member 297 struct objc_method_list *class_methods; /* Linked list of member
|
/netbsd/external/gpl3/gcc/dist/libobjc/objc-private/ |
H A D | module-abi-8.h | 166 struct objc_method_description_list *instance_methods, *class_methods; member 297 struct objc_method_list *class_methods; /* Linked list of member
|
/netbsd/external/gpl3/gcc/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-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.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-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.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
|
H A D | objc-next-runtime-abi-02.cc | 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
|
H A D | objc-act.c | 7968 objc_gen_property_data (tree klass, tree class_methods) in objc_gen_property_data()
|
H A D | objc-act.cc | 8065 objc_gen_property_data (tree klass, tree class_methods) in objc_gen_property_data()
|
/netbsd/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
|
H A D | objc-act.c | 7968 objc_gen_property_data (tree klass, tree class_methods) in objc_gen_property_data()
|
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclObjC.h | 1047 classmeth_range class_methods() const { in class_methods() function
|
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 3643 uint32_t class_methods; /* struct objc_method_list * (32-bit pointer) */ member 3684 uint32_t class_methods; /* struct objc_method_description_list * member
|