/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() argument 1118 if (inst_methods) in build_protocol_initializer() 1119 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, inst_methods, 0)); in build_protocol_initializer() 1390 tree inst_methods, tree class_methods, in build_category_initializer() argument 1404 if (inst_methods) in build_category_initializer() 1405 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, inst_methods, 0)); in build_category_initializer() 1434 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_category() local 1460 inst_methods = generate_dispatch_table (CLASS_NST_METHODS (cat), buf); in generate_category() 1473 inst_methods, class_methods, in generate_category() 1619 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_class_structures() local [all …]
|
H A D | objc-next-runtime-abi-01.c | 1448 tree inst_methods, tree class_methods, in build_v1_protocol_initializer() argument 1473 if (inst_methods) in build_v1_protocol_initializer() 1474 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, inst_methods, 0)); in build_v1_protocol_initializer() 1695 tree inst_methods, tree class_methods, in build_v1_category_initializer() argument 1706 if (inst_methods) in build_v1_category_initializer() 1707 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, inst_methods, 0)); in build_v1_category_initializer() 1749 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v1_category() local 1781 inst_methods = generate_dispatch_table (CLASS_NST_METHODS (cat), buf, in generate_v1_category() 1796 inst_methods, class_methods, in generate_v1_category() 2007 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 | 2659 tree inst_methods, tree class_methods, in build_v2_protocol_initializer() argument 2679 if (inst_methods) in build_v2_protocol_initializer() 2680 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, inst_methods, 0)); in build_v2_protocol_initializer() 2872 tree inst_methods, tree class_methods, in build_v2_category_initializer() argument 2883 if (inst_methods) in build_v2_category_initializer() 2884 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, inst_methods, 0)); in build_v2_category_initializer() 2920 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v2_category() local 2959 inst_methods = generate_v2_dispatch_table (CLASS_NST_METHODS (cat), buf, in generate_v2_category() 2974 inst_methods, class_methods, in generate_v2_category() 3320 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v2_class_structs() local [all …]
|
/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() argument 1119 if (inst_methods) in build_protocol_initializer() 1120 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, inst_methods, 0)); in build_protocol_initializer() 1391 tree inst_methods, tree class_methods, in build_category_initializer() argument 1405 if (inst_methods) in build_category_initializer() 1406 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, inst_methods, 0)); in build_category_initializer() 1435 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_category() local 1461 inst_methods = generate_dispatch_table (CLASS_NST_METHODS (cat), buf); in generate_category() 1474 inst_methods, class_methods, in generate_category() 1620 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_class_structures() local [all …]
|
H A D | objc-next-runtime-abi-01.cc | 1449 tree inst_methods, tree class_methods, in build_v1_protocol_initializer() argument 1474 if (inst_methods) in build_v1_protocol_initializer() 1475 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, inst_methods, 0)); in build_v1_protocol_initializer() 1696 tree inst_methods, tree class_methods, in build_v1_category_initializer() argument 1707 if (inst_methods) in build_v1_category_initializer() 1708 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, inst_methods, 0)); in build_v1_category_initializer() 1750 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v1_category() local 1782 inst_methods = generate_dispatch_table (CLASS_NST_METHODS (cat), buf, in generate_v1_category() 1797 inst_methods, class_methods, in generate_v1_category() 2008 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v1_class_structs() local [all …]
|
H A D | objc-next-runtime-abi-02.cc | 2670 tree inst_methods, tree class_methods, in build_v2_protocol_initializer() argument 2690 if (inst_methods) in build_v2_protocol_initializer() 2691 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, inst_methods, 0)); in build_v2_protocol_initializer() 2884 tree inst_methods, tree class_methods, in build_v2_category_initializer() argument 2895 if (inst_methods) in build_v2_category_initializer() 2896 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, inst_methods, 0)); in build_v2_category_initializer() 2932 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v2_category() local 2971 inst_methods = generate_v2_dispatch_table (CLASS_NST_METHODS (cat), buf, in generate_v2_category() 2986 inst_methods, class_methods, in generate_v2_category() 3333 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v2_class_structs() local [all …]
|