Searched refs:TREE_STRING_LENGTH (Results 1 – 25 of 30) sorted by relevance
12
| /freebsd-9-stable/contrib/gcc/ |
| D | c-pragma.c | 497 pragma_extern_prefix = (TREE_STRING_LENGTH (prefix) > 1 ? prefix : NULL); in handle_pragma_extern_prefix() 576 size_t plen = TREE_STRING_LENGTH (pragma_extern_prefix) - 1; in maybe_apply_renaming_pragma()
|
| D | varasm.c | 394 name = alloca (TREE_STRING_LENGTH (dsn) + 1); in initialize_cold_section_name() 395 memcpy (name, TREE_STRING_POINTER (dsn), TREE_STRING_LENGTH (dsn) + 1); in initialize_cold_section_name() 664 && TREE_STRING_LENGTH (decl) >= len) in mergeable_string_section() 2458 len = TREE_STRING_LENGTH (exp); in const_hash_1() 2577 return (TREE_STRING_LENGTH (t1) == TREE_STRING_LENGTH (t2) in compare_constant() 2579 TREE_STRING_LENGTH (t1))); in compare_constant() 2784 size = MAX (TREE_STRING_LENGTH (exp), size); in get_constant_size() 4102 thissize = MIN ((unsigned HOST_WIDE_INT)TREE_STRING_LENGTH (exp), in output_constant() 4167 return TREE_STRING_LENGTH (val); in array_size_for_constructor()
|
| D | c-lex.c | 796 if (TREE_STRING_LENGTH (value) != (int) istr.len in lex_string()
|
| D | tree.c | 421 return TREE_STRING_LENGTH (node) + offsetof (struct tree_string, str) + 1; in tree_size() 1145 TREE_STRING_LENGTH (s) = len; in build_string() 4659 return (TREE_STRING_LENGTH (t1) == TREE_STRING_LENGTH (t2) in simple_cst_equal() 4661 TREE_STRING_LENGTH (t1))); in simple_cst_equal() 4868 TREE_STRING_LENGTH (t), val); in iterative_hash_expr()
|
| D | print-tree.c | 750 int i = TREE_STRING_LENGTH (node); in print_node()
|
| D | tree-dump.c | 545 dump_int (di, "lngt", TREE_STRING_LENGTH (t)); in dequeue_and_dump()
|
| D | tree-mudflap.c | 1220 object_size = build_int_cst (NULL_TREE, TREE_STRING_LENGTH (obj)); in mudflap_enqueue_constant()
|
| D | expr.c | 4456 && INTVAL (size) < TREE_STRING_LENGTH (exp)) in store_expr() 4466 size_int (TREE_STRING_LENGTH (exp))); in store_expr() 4594 nz_elts += mult * TREE_STRING_LENGTH (value); in categorize_ctor_elements_1() 4595 elt_count += mult * TREE_STRING_LENGTH (value); in categorize_ctor_elements_1() 7353 TREE_STRING_LENGTH (init))) in expand_expr_real_1() 8988 || (length = TREE_STRING_LENGTH (DECL_INITIAL (array))) <= 0 in string_constant()
|
| D | c-pretty-print.c | 794 int n = TREE_STRING_LENGTH (s) - 1; in pp_c_string_literal()
|
| D | tree-ssa-ccp.c | 1049 && compare_tree_int (idx, TREE_STRING_LENGTH (ctor)) < 0) in fold_const_aggregate_ref()
|
| D | fold-const.c | 2726 return (TREE_STRING_LENGTH (arg0) == TREE_STRING_LENGTH (arg1) in operand_equal_p() 2729 TREE_STRING_LENGTH (arg0))); in operand_equal_p() 11949 TREE_STRING_LENGTH (expr), ctx); in fold_checksum_tree() 12966 && compare_tree_int (index, TREE_STRING_LENGTH (string)) < 0 in fold_read_from_constant_string()
|
| D | c-common.c | 858 int length = TREE_STRING_LENGTH (value); in fix_string_type() 6332 maxindex = size_int (TREE_STRING_LENGTH (initial_value)/eltsize - 1); in complete_array_type()
|
| D | c-format.c | 1401 format_length = TREE_STRING_LENGTH (format_tree); in check_format_arg()
|
| D | c-typeck.c | 4619 TREE_STRING_LENGTH (inside_init) in digest_init() 5983 end = p + TREE_STRING_LENGTH (str); in set_nonincremental_init_from_string()
|
| D | tree.h | 1307 #define TREE_STRING_LENGTH(NODE) (STRING_CST_CHECK (NODE)->string.length) macro
|
| D | tree.def | 283 /* Contents are TREE_STRING_LENGTH and the actual contents of the string. */
|
| D | builtins.c | 381 max = TREE_STRING_LENGTH (src) - 1; in c_strlen() 446 || compare_tree_int (offset_node, TREE_STRING_LENGTH (src) - 1) > 0) in c_getstr()
|
| D | dwarf2out.c | 10089 TREE_STRING_LENGTH (init) - 1) == 0 in rtl_for_decl_init() 10090 && ((size_t) TREE_STRING_LENGTH (init) in rtl_for_decl_init()
|
| D | ChangeLog-2001 | 15410 string constant either its TREE_STRING_LENGTH or its int_size_in_bytes 21354 * doc/c-tree.texi: Fix documentation of TREE_STRING_LENGTH for
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | tree.c | 1462 return TREE_STRING_LENGTH (t1) == TREE_STRING_LENGTH (t2) in cp_tree_equal() 1464 TREE_STRING_LENGTH (t1)); in cp_tree_equal()
|
| D | typeck2.c | 705 if (size < TREE_STRING_LENGTH (init)) in digest_init()
|
| D | parser.c | 2766 str.len = TREE_STRING_LENGTH (tok->u.value); in cp_parser_string_literal() 2783 str.len = TREE_STRING_LENGTH (tok->u.value); in cp_parser_string_literal() 7926 != (size_t) (TREE_STRING_LENGTH (linkage) - 1)) in cp_parser_linkage_specification()
|
| /freebsd-9-stable/contrib/gcc/config/ |
| D | darwin.c | 1129 && ((size_t) TREE_STRING_LENGTH (exp) in machopic_select_section()
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | c-tree.texi | 1836 @findex TREE_STRING_LENGTH 2030 These nodes represent string-constants. The @code{TREE_STRING_LENGTH} 2035 @code{TREE_STRING_LENGTH} includes the trailing @code{NUL} if it is 2038 For wide string constants, the @code{TREE_STRING_LENGTH} is the number
|
| /freebsd-9-stable/contrib/gcc/config/i386/ |
| D | i386.c | 14309 && TREE_STRING_LENGTH (exp) >= 31 && align < BITS_PER_WORD) in ix86_constant_alignment()
|
12