• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/

Lines Matching refs:location

125     parser_location_p location,
142 attr_node_p->source_line = location->lineno ;
149 parser_location_p location,
163 attr_node_p->source_line = location->lineno ;
170 parser_location_p location,
182 attr_node_p->b.expr = AST_expression(location,
188 attr_node_p->source_line = location->lineno;
205 parser_location_p location,
211 const_node_ptr = AST_constant_node(location, AST_boolean_const_k);
228 parser_location_p location,
234 const_node_ptr = AST_constant_node(location, AST_char_const_k);
252 parser_location_p location,
263 ASTP_set_fe_info (location, &constant_node_p->fe_info, fe_constant_n_k);
279 parser_location_p location,
287 ASTP_set_fe_info (location, &operation_node_p->fe_info, fe_operation_n_k);
424 parser_location_p location,
443 log_error(location->lineno, NIDL_ANONTYPE, identifier, NULL);
451 new_parameter = AST_parameter_node (location, declarator->name);
452 new_type = AST_propagate_type(location, type, declarator, attributes,
455 ASTP_validate_forward_ref(location, new_type);
459 AST_set_field_attrs(location, attributes, (ASTP_node_t *)new_parameter,
465 AST_set_flags(location, &new_parameter->flags,
473 ASTP_add_name_binding (location, new_parameter->name, new_parameter);
501 parser_location_p location,
532 log_error(location->lineno, NIDL_TOOMANYELEM, "enum", NULL) ;
538 type_node_ptr = AST_type_node(location, AST_enum_k);
553 ASTP_set_fe_info (location, &enum_node_ptr->fe_info, fe_enumeration_n_k);
574 parser_location_p location,
614 ASTP_set_fe_info (location, &export_node_ptr->fe_info, fe_export_n_k);
632 parser_location_p location,
642 ASTP_set_fe_info (location, &cpp_quote_node_ptr->fe_info, fe_cpp_quote_n_k);
665 parser_location_p location,
680 result_type = AST_propagate_type(location,
687 return_constant = AST_clone_constant(location, constant_ptr);
698 ASTP_add_name_binding (location, return_constant->name, return_constant);
718 log_error(location->lineno, NIDL_INTOVERFLOW,
726 log_error(location->lineno, NIDL_INTOVERFLOW,
734 log_error(location->lineno, NIDL_INTOVERFLOW,
742 log_error(location->lineno, NIDL_INTOVERFLOW,
750 log_error(location->lineno, NIDL_INTOVERFLOW,
761 log_error(location->lineno, NIDL_INTOVERFLOW,
769 log_error (location->lineno, NIDL_HYPERCONST, NULL);
817 log_error (location->lineno, NIDL_CONSTTYPE, NULL);
898 parser_location_p location,
907 operation_node_p = AST_create_operation_node(location, op_name, parameters);
908 operation_node_p->result = AST_parameter_node (location, operation_node_p->name);
940 parser_location_p location,
950 ASTP_set_fe_info (location, &include_node_ptr->fe_info, fe_include_n_k);
967 parser_location_p location,
977 ASTP_set_fe_info (location, &import_node_ptr->fe_info, fe_import_n_k);
994 parser_location_p location,
1012 log_error(location->lineno, NIDL_NAMEPREVDECLAT, identifier,
1016 log_error(location->lineno, NIDL_NAMEALRDEC, identifier, NULL);
1022 ASTP_set_fe_info (location, &excep_node_ptr->fe_info, fe_exception_n_k);
1063 parser_location_p location
1067 zero_constant_p = AST_integer_constant (location, 0L);
1073 ASTP_char_ptr = AST_type_node(location, AST_character_k);
1074 ASTP_boolean_ptr = AST_type_node(location, AST_boolean_k);
1075 ASTP_byte_ptr = AST_type_node(location, AST_byte_k);
1076 ASTP_void_ptr = AST_type_node(location, AST_void_k);
1077 ASTP_handle_ptr = AST_type_node(location, AST_handle_k);
1078 ASTP_short_float_ptr = AST_type_node(location, AST_short_float_k);
1079 ASTP_long_float_ptr = AST_type_node(location, AST_long_float_k);
1080 ASTP_small_int_ptr = AST_type_node(location, AST_small_integer_k);
1081 ASTP_short_int_ptr = AST_type_node(location, AST_short_integer_k);
1082 ASTP_long_int_ptr = AST_type_node(location, AST_long_integer_k);
1083 ASTP_hyper_int_ptr = AST_type_node(location, AST_hyper_integer_k);
1084 ASTP_small_unsigned_ptr = AST_type_node(location, AST_small_unsigned_k);
1085 ASTP_short_unsigned_ptr = AST_type_node(location, AST_short_unsigned_k);
1086 ASTP_long_unsigned_ptr = AST_type_node(location, AST_long_unsigned_k);
1087 ASTP_hyper_unsigned_ptr = AST_type_node(location, AST_hyper_unsigned_k);
1101 parser_location_p location,
1107 constant_node_p = AST_constant_node (location, AST_int_const_k);
1135 parser_location_p location
1142 ASTP_set_fe_info (location, &interface_node_p->fe_info, fe_interface_n_k);
1215 parser_location_p location,
1222 (AST_type_n_t *) ASTP_lookup_binding(location,
1335 parser_location_p location,
1342 ASTP_lookup_binding(location, const_name,
1370 parser_location_p location
1375 const_node_ptr = AST_constant_node(location, AST_nil_const_k);
1395 parser_location_p location,
1417 log_error(location->lineno, NIDL_VARDECLNOSUP, var_name, NULL);
1458 operation_node_p = AST_create_operation_node(location, op_name, parameters);
1459 result_type = AST_propagate_type(location,
1464 operation_node_p->result = AST_parameter_node (location, operation_node_p->name);
1503 log_error(location->lineno, NIDL_ANONTYPE, identifier, NULL);
1512 AST_set_flags(location, &operation_node_p->flags,
1524 ASTP_add_name_binding (location, op_name, operation_node_p);
1544 parser_location_p location,
1552 ASTP_set_fe_info (location, &parameter_node_ptr->fe_info, fe_parameter_n_k);
1568 parser_location_p location,
1574 interface_node_p = AST_interface_node(location);
1578 ASTP_patch_tag_references(location, interface_node_p);
1585 parser_location_p location,
1596 ASTP_set_fe_info (location, &represent_as_node->fe_info, fe_rep_as_n_k);
1606 parser_location_p location,
1616 ASTP_set_fe_info (location, &cs_char_node->fe_info, fe_cs_char_n_k);
1755 parser_location_p location,
1761 const_node_ptr = AST_constant_node (location, AST_string_const_k);
1780 parser_location_p location,
1791 ASTP_set_fe_info (location, &type_node_ptr->fe_info, fe_type_n_k);
1862 parser_location_p location
1869 ASTP_set_fe_info (location, &type_p_node->fe_info, fe_type_p_n_k);
1896 parser_location_p location,
1908 export_node_ptr = AST_export_node(location,
2057 parser_location_p location,
2067 constant_node_ptr = AST_constant_node(location, AST_int_const_k);
2079 ASTP_add_name_binding (location, identifier, constant_node_ptr);
2104 parser_location_p location,
2115 type_node_ptr = AST_type_node(location, AST_pipe_k);
2130 ASTP_set_fe_info(location, &pipe_node_ptr->fe_info, fe_pipe_n_k);