Searched refs:inst_methods (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/objc/ |
H A D | objc-gnu-runtime-abi-01.c | 1090 tree inst_methods, tree class_methods) in build_protocol_initializer() argument 1110 if (inst_methods) in build_protocol_initializer() 1111 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, inst_methods, 0)); in build_protocol_initializer() 1382 tree inst_methods, tree class_methods, in build_category_initializer() argument 1396 if (inst_methods) in build_category_initializer() 1397 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, inst_methods, 0)); in build_category_initializer() 1426 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_category() local 1452 inst_methods = generate_dispatch_table (CLASS_NST_METHODS (cat), buf); in generate_category() 1465 inst_methods, class_methods, in generate_category() 1627 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_class_structures() local [all …]
|
H A D | objc-next-runtime-abi-01.c | 1446 tree inst_methods, tree class_methods, in build_v1_protocol_initializer() argument 1471 if (inst_methods) in build_v1_protocol_initializer() 1472 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, inst_methods, 0)); in build_v1_protocol_initializer() 1693 tree inst_methods, tree class_methods, in build_v1_category_initializer() argument 1704 if (inst_methods) in build_v1_category_initializer() 1705 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, inst_methods, 0)); in build_v1_category_initializer() 1747 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v1_category() local 1779 inst_methods = generate_dispatch_table (CLASS_NST_METHODS (cat), buf, in generate_v1_category() 1794 inst_methods, class_methods, in generate_v1_category() 2005 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v1_class_structs() local [all …]
|
H A D | objc-next-runtime-abi-02.c | 2466 tree inst_methods, tree class_methods, in build_v2_protocol_initializer() argument 2485 if (inst_methods) in build_v2_protocol_initializer() 2486 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, inst_methods, 0)); in build_v2_protocol_initializer() 2648 tree inst_methods, tree class_methods, in build_v2_category_initializer() argument 2659 if (inst_methods) in build_v2_category_initializer() 2660 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, inst_methods, 0)); in build_v2_category_initializer() 2696 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v2_category() local 2735 inst_methods = generate_v2_dispatch_table (CLASS_NST_METHODS (cat), buf, in generate_v2_category() 2750 inst_methods, class_methods, in generate_v2_category() 3098 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v2_class_structs() local [all …]
|