Searched refs:num_string (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dstmt-expr-4.c15 char *Foo (union tree_node * num_string) argument
18 ((const char *)(({ __typeof (num_string) const __t
19 = num_string; __t; })
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-lex.c459 tree num_string = build_string (len + 1,
461 TREE_TYPE (num_string) = char_array_type_node;
462 num_string = fix_string_type (num_string);
463 str = CONST_CAST (char *, TREE_STRING_POINTER (num_string));
466 num_string);
457 tree num_string = build_string (len + 1, local
H A Dc-common.h1312 tree num_string;
1326 (((struct tree_userdef_literal *)USERDEF_LITERAL_CHECK (NODE))->num_string)
1333 tree num_string);
1311 tree num_string; variable
H A Dc-common.c12132 enum overflow_type overflow, tree num_string)
12138 USERDEF_LITERAL_NUM_STRING (literal) = num_string;
12112 build_userdef_literal(tree suffix_id, tree value, enum overflow_type overflow, tree num_string) argument
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c3943 tree num_string = USERDEF_LITERAL_NUM_STRING (literal);
3984 vec_safe_push (args, num_string);
4002 tree tmpl_args = make_char_string_pack (num_string);
3941 tree num_string = USERDEF_LITERAL_NUM_STRING (literal); local

Completed in 313 milliseconds