• Home
  • Raw
  • Download

Lines Matching refs:CHAR_STR

1559       string id = CHAR_STR(s);  in walk_xml_node_to_map_type_ids()
2428 file_path = CHAR_STR(f); in read_location()
2434 line = atoi(CHAR_STR(l)); in read_location()
2439 column = atoi(CHAR_STR(c)); in read_location()
2526 string v = CHAR_STR(s); in read_visibility()
2555 string b = CHAR_STR(s); in read_binding()
2583 string a = CHAR_STR(s); in read_access()
2626 size_in_bits = atoll(CHAR_STR(s)); in read_size_and_alignment()
2632 align_in_bits = atoll(CHAR_STR(s)); in read_size_and_alignment()
2652 string b = CHAR_STR(s); in read_static()
2671 offset_in_bits = strtoull(CHAR_STR(s), 0, 0); in read_offset_in_bits()
2706 string b = CHAR_STR(s); in read_cdtor_const()
2717 string b = CHAR_STR(s); in read_cdtor_const()
2728 string b = CHAR_STR(s); in read_cdtor_const()
2753 string str = CHAR_STR(s); in read_is_declaration_only()
2777 string is_artificial_str = CHAR_STR(s) ? CHAR_STR(s) : ""; in read_is_artificial()
2803 string tracking_non_reachable_types_str = CHAR_STR(s) ? CHAR_STR(s) : ""; in read_tracking_non_reachable_types()
2829 string is_non_reachable_type_str = CHAR_STR(s) ? CHAR_STR(s) : ""; in read_is_non_reachable_type()
2853 naming_typedef_id = xml::unescape_xml_string(CHAR_STR(s)); in read_naming_typedef_id_string()
2872 string str = CHAR_STR(s); in read_is_virtual()
2895 string str = CHAR_STR(s); in read_is_struct()
2918 string str = CHAR_STR(s); in read_is_anonymous()
3002 type_id = CHAR_STR(s); in read_type_id_string()
3130 name = xml::unescape_xml_string(CHAR_STR(s)); in build_namespace_decl()
3179 size = strtol(CHAR_STR(s), NULL, 0); in build_elf_symbol()
3240 e->set_crc(strtoull(CHAR_STR(s), NULL, 0)); in build_elf_symbol()
3360 string alias_id = CHAR_STR(s); in build_elf_symbol_db()
3404 is_variadic_str = CHAR_STR(s) ? CHAR_STR(s) : ""; in build_function_parameter()
3413 type_id = CHAR_STR(a); in build_function_parameter()
3428 name = CHAR_STR(a); in build_function_parameter()
3471 name = xml::unescape_xml_string(CHAR_STR(s)); in build_function_decl()
3475 mangled_name = xml::unescape_xml_string(CHAR_STR(s)); in build_function_decl()
3479 inline_prop = CHAR_STR(s); in build_function_decl()
3514 type_id = CHAR_STR(s); in build_function_decl()
3616 fname = xml::unescape_xml_string(CHAR_STR(s)); in function_is_suppressed()
3620 flinkage_name = xml::unescape_xml_string(CHAR_STR(s)); in function_is_suppressed()
3645 type_name = xml::unescape_xml_string(CHAR_STR(s)); in type_is_suppressed()
3696 name = xml::unescape_xml_string(CHAR_STR(s)); in variable_is_suppressed()
3700 linkage_name = xml::unescape_xml_string(CHAR_STR(s)); in variable_is_suppressed()
3749 name = xml::unescape_xml_string(CHAR_STR(s)); in build_var_decl()
3753 type_id = CHAR_STR(s); in build_var_decl()
3760 mangled_name = xml::unescape_xml_string(CHAR_STR(s)); in build_var_decl()
3824 name = xml::unescape_xml_string(CHAR_STR(s)); in build_type_decl()
3828 id = CHAR_STR(s); in build_type_decl()
3833 size_in_bits = atoi(CHAR_STR(s)); in build_type_decl()
3837 alignment_in_bits = atoi(CHAR_STR(s)); in build_type_decl()
3905 id = CHAR_STR(s); in build_qualified_type_decl()
3915 const_str = CHAR_STR(s); in build_qualified_type_decl()
3920 volatile_str = CHAR_STR(s); in build_qualified_type_decl()
3925 restrict_str = CHAR_STR(s); in build_qualified_type_decl()
3937 type_id = CHAR_STR(s); in build_qualified_type_decl()
3995 id = CHAR_STR(s); in build_pointer_type_def()
4007 type_id = CHAR_STR(s); in build_pointer_type_def()
4070 id = CHAR_STR(s); in build_reference_type_def()
4084 kind = CHAR_STR(s); // this should be either "lvalue" or "rvalue". in build_reference_type_def()
4093 type_id = CHAR_STR(s); in build_reference_type_def()
4142 id = CHAR_STR(s); in build_function_type()
4147 method_class_id = CHAR_STR(s); in build_function_type()
4195 type_id = CHAR_STR(s); in build_function_type()
4240 id = CHAR_STR(s); in build_subrange_type()
4252 name = CHAR_STR(s); in build_subrange_type()
4259 if (string(CHAR_STR(s)) == "infinite") in build_subrange_type()
4262 length = strtoull(CHAR_STR(s), NULL, 0); in build_subrange_type()
4269 lower_bound = strtoll(CHAR_STR(s), NULL, 0); in build_subrange_type()
4271 if (!string(CHAR_STR(s)).empty()) in build_subrange_type()
4272 upper_bound = strtoll(CHAR_STR(s), NULL, 0); in build_subrange_type()
4280 underlying_type_id = CHAR_STR(s); in build_subrange_type()
4353 id = CHAR_STR(s); in build_array_type_def()
4365 dimensions = atoi(CHAR_STR(s)); in build_array_type_def()
4369 type_id = CHAR_STR(s); in build_array_type_def()
4387 size_in_bits = strtoull(CHAR_STR(s), &endptr, 0); in build_array_type_def()
4390 if (!strcmp(CHAR_STR(s), "infinite")) in build_array_type_def()
4400 alignment_in_bits = strtoull(CHAR_STR(s), &endptr, 0); in build_array_type_def()
4537 name = xml::unescape_xml_string(CHAR_STR(s)); in build_enum_type_decl()
4541 linkage_name = xml::unescape_xml_string(CHAR_STR(s)); in build_enum_type_decl()
4557 id = CHAR_STR(s); in build_enum_type_decl()
4574 base_type_id = CHAR_STR(a); in build_enum_type_decl()
4585 name = xml::unescape_xml_string(CHAR_STR(a)); in build_enum_type_decl()
4590 value = strtoll(CHAR_STR(a), NULL, 0); in build_enum_type_decl()
4652 id = CHAR_STR(s); in build_typedef_decl()
4664 name = xml::unescape_xml_string(CHAR_STR(s)); in build_typedef_decl()
4671 type_id = CHAR_STR(s); in build_typedef_decl()
4762 name = xml::unescape_xml_string(CHAR_STR(s)); in build_class_decl()
4775 id = CHAR_STR(s); in build_class_decl()
4873 def_id = CHAR_STR(s); in build_class_decl()
4944 type_id = CHAR_STR(s); in build_class_decl()
4992 string id = CHAR_STR(i); in build_class_decl()
5080 vtable_offset = atoi(CHAR_STR(s)); in build_class_decl()
5191 name = xml::unescape_xml_string(CHAR_STR(s)); in build_union_decl()
5204 id = CHAR_STR(s); in build_union_decl()
5286 def_id = CHAR_STR(s); in build_union_decl()
5366 string id = CHAR_STR(i); in build_union_decl()
5532 id = CHAR_STR(s); in build_function_tdecl()
5599 id = CHAR_STR(s); in build_class_tdecl()
5671 id = CHAR_STR(s); in build_type_tparameter()
5677 type_id = CHAR_STR(s); in build_type_tparameter()
5685 name = xml::unescape_xml_string(CHAR_STR(s)); in build_type_tparameter()
5791 type_id = CHAR_STR(s); in build_non_type_tparameter()
5799 name = xml::unescape_xml_string(CHAR_STR(s)); in build_non_type_tparameter()
5839 id = CHAR_STR(s); in build_template_tparameter()
5845 type_id = CHAR_STR(s); in build_template_tparameter()
5854 name = xml::unescape_xml_string(CHAR_STR(s)); in build_template_tparameter()