Lines Matching refs:CHAR_STR
1361 string id = CHAR_STR(s); in walk_xml_node_to_map_type_ids()
2224 file_path = CHAR_STR(f); in read_location()
2230 line = atoi(CHAR_STR(l)); in read_location()
2233 column = atoi(CHAR_STR(c)); in read_location()
2254 string v = CHAR_STR(s); in read_visibility()
2283 string b = CHAR_STR(s); in read_binding()
2311 string a = CHAR_STR(s); in read_access()
2354 size_in_bits = atoi(CHAR_STR(s)); in read_size_and_alignment()
2360 align_in_bits = atoi(CHAR_STR(s)); in read_size_and_alignment()
2380 string b = CHAR_STR(s); in read_static()
2399 offset_in_bits = strtoull(CHAR_STR(s), 0, 0); in read_offset_in_bits()
2434 string b = CHAR_STR(s); in read_cdtor_const()
2445 string b = CHAR_STR(s); in read_cdtor_const()
2456 string b = CHAR_STR(s); in read_cdtor_const()
2481 string str = CHAR_STR(s); in read_is_declaration_only()
2505 string is_artificial_str = CHAR_STR(s) ? CHAR_STR(s) : ""; in read_is_artificial()
2531 string tracking_non_reachable_types_str = CHAR_STR(s) ? CHAR_STR(s) : ""; in read_tracking_non_reachable_types()
2557 string is_non_reachable_type_str = CHAR_STR(s) ? CHAR_STR(s) : ""; in read_is_non_reachable_type()
2580 string str = CHAR_STR(s); in read_is_virtual()
2603 string str = CHAR_STR(s); in read_is_struct()
2626 string str = CHAR_STR(s); in read_is_anonymous()
2730 name = xml::unescape_xml_string(CHAR_STR(s)); in build_namespace_decl()
2780 size = strtol(CHAR_STR(s), NULL, 0); in build_elf_symbol()
2819 crc = strtoull(CHAR_STR(s), NULL, 0); in build_elf_symbol()
2959 string alias_id = CHAR_STR(s); in build_elf_symbol_db()
3003 is_variadic_str = CHAR_STR(s) ? CHAR_STR(s) : ""; in build_function_parameter()
3012 type_id = CHAR_STR(a); in build_function_parameter()
3027 name = CHAR_STR(a); in build_function_parameter()
3070 name = xml::unescape_xml_string(CHAR_STR(s)); in build_function_decl()
3074 mangled_name = xml::unescape_xml_string(CHAR_STR(s)); in build_function_decl()
3078 inline_prop = CHAR_STR(s); in build_function_decl()
3114 type_id = CHAR_STR(s); in build_function_decl()
3212 fname = xml::unescape_xml_string(CHAR_STR(s)); in function_is_suppressed()
3216 flinkage_name = xml::unescape_xml_string(CHAR_STR(s)); in function_is_suppressed()
3241 type_name = xml::unescape_xml_string(CHAR_STR(s)); in type_is_suppressed()
3292 name = xml::unescape_xml_string(CHAR_STR(s)); in variable_is_suppressed()
3296 linkage_name = xml::unescape_xml_string(CHAR_STR(s)); in variable_is_suppressed()
3345 name = xml::unescape_xml_string(CHAR_STR(s)); in build_var_decl()
3349 type_id = CHAR_STR(s); in build_var_decl()
3356 mangled_name = xml::unescape_xml_string(CHAR_STR(s)); in build_var_decl()
3413 name = xml::unescape_xml_string(CHAR_STR(s)); in build_type_decl()
3417 id = CHAR_STR(s); in build_type_decl()
3422 size_in_bits = atoi(CHAR_STR(s)); in build_type_decl()
3426 alignment_in_bits = atoi(CHAR_STR(s)); in build_type_decl()
3493 type_id = CHAR_STR(s); in build_qualified_type_decl()
3511 id = CHAR_STR(s); in build_qualified_type_decl()
3515 const_str = CHAR_STR(s); in build_qualified_type_decl()
3520 volatile_str = CHAR_STR(s); in build_qualified_type_decl()
3525 restrict_str = CHAR_STR(s); in build_qualified_type_decl()
3594 type_id = CHAR_STR(s); in build_pointer_type_def()
3616 id = CHAR_STR(s); in build_pointer_type_def()
3675 kind = CHAR_STR(s); // this should be either "lvalue" or "rvalue". in build_reference_type_def()
3680 type_id = CHAR_STR(s); in build_reference_type_def()
3702 id = CHAR_STR(s); in build_reference_type_def()
3754 id = CHAR_STR(s); in build_function_type()
3759 method_class_id = CHAR_STR(s); in build_function_type()
3807 type_id = CHAR_STR(s); in build_function_type()
3852 id = CHAR_STR(s); in build_subrange_type()
3864 name = CHAR_STR(s); in build_subrange_type()
3871 if (string(CHAR_STR(s)) == "infinite") in build_subrange_type()
3874 length = strtoull(CHAR_STR(s), NULL, 0); in build_subrange_type()
3881 lower_bound = strtoll(CHAR_STR(s), NULL, 0); in build_subrange_type()
3883 if (!string(CHAR_STR(s)).empty()) in build_subrange_type()
3884 upper_bound = strtoll(CHAR_STR(s), NULL, 0); in build_subrange_type()
3892 underlying_type_id = CHAR_STR(s); in build_subrange_type()
3964 dimensions = atoi(CHAR_STR(s)); in build_array_type_def()
3968 type_id = CHAR_STR(s); in build_array_type_def()
3991 size_in_bits = strtoull(CHAR_STR(s), &endptr, 0); in build_array_type_def()
3994 if (!strcmp(CHAR_STR(s), "infinite")) in build_array_type_def()
4004 alignment_in_bits = strtoull(CHAR_STR(s), &endptr, 0); in build_array_type_def()
4011 id = CHAR_STR(s); in build_array_type_def()
4156 name = xml::unescape_xml_string(CHAR_STR(s)); in build_enum_type_decl()
4160 linkage_name = xml::unescape_xml_string(CHAR_STR(s)); in build_enum_type_decl()
4176 id = CHAR_STR(s); in build_enum_type_decl()
4194 base_type_id = CHAR_STR(a); in build_enum_type_decl()
4205 name = xml::unescape_xml_string(CHAR_STR(a)); in build_enum_type_decl()
4210 value = strtoll(CHAR_STR(a), NULL, 0); in build_enum_type_decl()
4265 id = CHAR_STR(s); in build_typedef_decl()
4270 name = xml::unescape_xml_string(CHAR_STR(s)); in build_typedef_decl()
4274 type_id = CHAR_STR(s); in build_typedef_decl()
4387 name = xml::unescape_xml_string(CHAR_STR(s)); in build_class_decl()
4400 id = CHAR_STR(s); in build_class_decl()
4424 naming_typedef_id = xml::unescape_xml_string(CHAR_STR(s)); in build_class_decl()
4493 def_id = CHAR_STR(s); in build_class_decl()
4571 type_id = CHAR_STR(s); in build_class_decl()
4620 string id = CHAR_STR(i); in build_class_decl()
4694 vtable_offset = atoi(CHAR_STR(s)); in build_class_decl()
4807 name = xml::unescape_xml_string(CHAR_STR(s)); in build_union_decl()
4820 id = CHAR_STR(s); in build_union_decl()
4901 def_id = CHAR_STR(s); in build_union_decl()
4981 string id = CHAR_STR(i); in build_union_decl()
5133 id = CHAR_STR(s); in build_function_tdecl()
5200 id = CHAR_STR(s); in build_class_tdecl()
5272 id = CHAR_STR(s); in build_type_tparameter()
5278 type_id = CHAR_STR(s); in build_type_tparameter()
5286 name = xml::unescape_xml_string(CHAR_STR(s)); in build_type_tparameter()
5393 type_id = CHAR_STR(s); in build_non_type_tparameter()
5401 name = xml::unescape_xml_string(CHAR_STR(s)); in build_non_type_tparameter()
5440 id = CHAR_STR(s); in build_template_tparameter()
5446 type_id = CHAR_STR(s); in build_template_tparameter()
5455 name = xml::unescape_xml_string(CHAR_STR(s)); in build_template_tparameter()