Searched refs:num_string (Results 1 – 8 of 8) sorted by relevance
560 tree num_string = build_string (len + 1, in c_lex_with_flags() local562 TREE_TYPE (num_string) = char_array_type_node; in c_lex_with_flags()563 num_string = fix_string_type (num_string); in c_lex_with_flags()564 str = CONST_CAST (char *, TREE_STRING_POINTER (num_string)); in c_lex_with_flags()567 num_string); in c_lex_with_flags()
1318 tree num_string; member1332 (((struct tree_userdef_literal *)USERDEF_LITERAL_CHECK (NODE))->num_string)1339 tree num_string);
8493 enum overflow_type overflow, tree num_string) in build_userdef_literal() argument8499 USERDEF_LITERAL_NUM_STRING (literal) = num_string; in build_userdef_literal()
507 tree num_string = build_string (len + 1, in c_lex_with_flags() local509 TREE_TYPE (num_string) = char_array_type_node; in c_lex_with_flags()510 num_string = fix_string_type (num_string); in c_lex_with_flags()511 str = CONST_CAST (char *, TREE_STRING_POINTER (num_string)); in c_lex_with_flags()514 num_string); in c_lex_with_flags()
1256 tree num_string; member1270 (((struct tree_userdef_literal *)USERDEF_LITERAL_CHECK (NODE))->num_string)1277 tree num_string);
8046 enum overflow_type overflow, tree num_string) in build_userdef_literal() argument8052 USERDEF_LITERAL_NUM_STRING (literal) = num_string; in build_userdef_literal()
4488 tree num_string = USERDEF_LITERAL_NUM_STRING (literal); in cp_parser_userdef_numeric_literal() local4526 vec_safe_push (args, num_string); in cp_parser_userdef_numeric_literal()4542 tree tmpl_args = make_char_string_pack (num_string); in cp_parser_userdef_numeric_literal()4546 num_string); in cp_parser_userdef_numeric_literal()
4705 tree num_string = USERDEF_LITERAL_NUM_STRING (literal); in cp_parser_userdef_numeric_literal() local4743 vec_safe_push (args, num_string); in cp_parser_userdef_numeric_literal()4759 tree tmpl_args = make_char_string_pack (num_string); in cp_parser_userdef_numeric_literal()4763 num_string); in cp_parser_userdef_numeric_literal()