Home
last modified time | relevance | path

Searched refs:TREE_STRING_POINTER (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-9-stable/contrib/gcc/
Dstmt.c282 ggc_strdup (TREE_STRING_POINTER (string))); in expand_asm()
691 constraints[i] = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t))); in expand_asm_operands()
693 constraints[i] = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t))); in expand_asm_operands()
711 regname = TREE_STRING_POINTER (TREE_VALUE (tail)); in expand_asm_operands()
873 ggc_strdup (TREE_STRING_POINTER (string)), in expand_asm_operands()
1021 ggc_strdup (TREE_STRING_POINTER (string)), in expand_asm_operands()
1038 const char *regname = TREE_STRING_POINTER (TREE_VALUE (tail)); in expand_asm_operands()
1152 = n_occurrences (',', TREE_STRING_POINTER (TREE_VALUE (tmp))); in check_operand_nalternatives()
1165 = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (tmp))); in check_operand_nalternatives()
1223 TREE_STRING_POINTER (TREE_PURPOSE (TREE_PURPOSE (i)))); in check_unique_operand_names()
[all …]
Dc-pragma.c525 if (asmname && strcmp (TREE_STRING_POINTER (asmname), oldname)) in maybe_apply_renaming_pragma()
555 if (strcmp (TREE_STRING_POINTER (asmname), in maybe_apply_renaming_pragma()
575 const char *prefix = TREE_STRING_POINTER (pragma_extern_prefix); in maybe_apply_renaming_pragma()
714 option_string = TREE_STRING_POINTER (x); in handle_pragma_diagnostic()
Dipa-pure-const.c282 = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (link))); in get_asm_expr_operands()
292 = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (link))); in get_asm_expr_operands()
Dvarasm.c395 memcpy (name, TREE_STRING_POINTER (dsn), TREE_STRING_LENGTH (dsn) + 1); in initialize_cold_section_name()
457 name = TREE_STRING_POINTER (DECL_SECTION_NAME (decl)); in get_named_section()
602 const char *name = TREE_STRING_POINTER (DECL_SECTION_NAME (decl)); in default_function_rodata_section()
681 str = TREE_STRING_POINTER (decl); in mergeable_string_section()
1180 fprintf (asm_out_file, "\t%s\n", TREE_STRING_POINTER (string)); in assemble_asm()
1412 && strcmp (TREE_STRING_POINTER (DECL_SECTION_NAME (decl)), in assemble_start_function()
2457 p = TREE_STRING_POINTER (exp); in const_hash_1()
2578 && ! memcmp (TREE_STRING_POINTER (t1), TREE_STRING_POINTER (t2), in compare_constant()
4104 assemble_string (TREE_STRING_POINTER (exp), thissize); in output_constant()
Dc-common.c4771 && strcmp (TREE_STRING_POINTER (DECL_SECTION_NAME (decl)), in handle_section_attribute()
4772 TREE_STRING_POINTER (TREE_VALUE (args))) != 0) in handle_section_attribute()
4940 id = get_identifier (TREE_STRING_POINTER (id)); in handle_alias_attribute()
5066 if (strcmp (TREE_STRING_POINTER (id), "default") == 0) in handle_visibility_attribute()
5068 else if (strcmp (TREE_STRING_POINTER (id), "internal") == 0) in handle_visibility_attribute()
5070 else if (strcmp (TREE_STRING_POINTER (id), "hidden") == 0) in handle_visibility_attribute()
5072 else if (strcmp (TREE_STRING_POINTER (id), "protected") == 0) in handle_visibility_attribute()
5167 if (!strcmp (TREE_STRING_POINTER (id), "local-exec")) in handle_tls_model_attribute()
5169 else if (!strcmp (TREE_STRING_POINTER (id), "initial-exec")) in handle_tls_model_attribute()
5171 else if (!strcmp (TREE_STRING_POINTER (id), "local-dynamic")) in handle_tls_model_attribute()
[all …]
Dipa-reference.c402 = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (link))); in get_asm_expr_operands()
412 = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (link))); in get_asm_expr_operands()
Dipa-type-escape.c985 = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (link))); in get_asm_expr_operands()
995 = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (link))); in get_asm_expr_operands()
Dtree-ssa-operands.c1733 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (link))); in get_asm_expr_operands()
1755 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (link))); in get_asm_expr_operands()
1774 if (strcmp (TREE_STRING_POINTER (TREE_VALUE (link)), "memory") == 0) in get_asm_expr_operands()
Dpasses.c133 alias = get_identifier (TREE_STRING_POINTER (alias)); in rest_of_decl_compilation()
Dc-lex.c797 || 0 != strncmp (TREE_STRING_POINTER (value), (char *) istr.text, in lex_string()
Dtree-nested.c565 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (link))); in walk_asm_expr()
576 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (link))); in walk_asm_expr()
Dprint-tree.c749 const char *p = TREE_STRING_POINTER (node); in print_node()
Dtree-dump.c544 fprintf (di->stream, "strg: %-7s ", TREE_STRING_POINTER (t)); in dequeue_and_dump()
Dtree.c1146 memcpy ((char *) TREE_STRING_POINTER (s), str, len); in build_string()
1147 ((char *) TREE_STRING_POINTER (s))[len] = '\0'; in build_string()
4660 && ! memcmp (TREE_STRING_POINTER (t1), TREE_STRING_POINTER (t2), in simple_cst_equal()
4867 return iterative_hash (TREE_STRING_POINTER (t), in iterative_hash_expr()
Dc-pretty-print.c793 const char *p = TREE_STRING_POINTER (s); in pp_c_string_literal()
Dtree-ssa-ccp.c1050 return build_int_cst (TREE_TYPE (t), (TREE_STRING_POINTER (ctor) in fold_const_aggregate_ref()
Dtree-outof-ssa.c774 = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (link))); in coalesce_asm_operands()
Dc-typeck.c5982 p = TREE_STRING_POINTER (str); in set_nonincremental_init_from_string()
6833 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (tail))); in build_asm_expr()
6854 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (tail))); in build_asm_expr()
Ddwarf2out.c10091 == strlen (TREE_STRING_POINTER (init)) + 1)) in rtl_for_decl_init()
10093 ggc_strdup (TREE_STRING_POINTER (init))); in rtl_for_decl_init()
10372 secname = TREE_STRING_POINTER (sectree); in secname_for_decl()
10377 secname = TREE_STRING_POINTER (sectree); in secname_for_decl()
/freebsd-9-stable/contrib/gcc/cp/
Dlex.c504 filename = ggc_strdup (TREE_STRING_POINTER (fname)); in handle_pragma_interface()
552 filename = ggc_strdup (TREE_STRING_POINTER (fname)); in handle_pragma_implementation()
Dtree.c1463 && !memcmp (TREE_STRING_POINTER (t1), TREE_STRING_POINTER (t2), in cp_tree_equal()
Dsemantics.c1265 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t))); in finish_asm_stmt()
1284 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t))); in finish_asm_stmt()
Dparser.c784 fprintf (stream, " \"%s\"", TREE_STRING_POINTER (token->u.value)); in cp_lexer_print_token()
2765 str.text = (const unsigned char *)TREE_STRING_POINTER (tok->u.value); in cp_parser_string_literal()
2782 str.text = (unsigned char *)TREE_STRING_POINTER (tok->u.value); in cp_parser_string_literal()
7925 if (strlen (TREE_STRING_POINTER (linkage)) in cp_parser_linkage_specification()
7933 linkage = get_identifier (TREE_STRING_POINTER (linkage)); in cp_parser_linkage_specification()
19370 c_common_pch_pragma (parse_in, TREE_STRING_POINTER (name)); in cp_parser_initial_pragma()
Ddecl2.c831 asmspec = TREE_STRING_POINTER (asmspec_tree); in grokfield()
/freebsd-9-stable/contrib/gcc/config/
Ddarwin.c1130 == strlen (TREE_STRING_POINTER (exp)) + 1)) in machopic_select_section()

12