Searched refs:suffix_id (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-lex.c505 tree suffix_id = get_identifier (suffix);
515 literal = build_userdef_literal (suffix_id, *value, overflow,
503 tree suffix_id = get_identifier (suffix); local
H A Dc-common.h1255 tree suffix_id;
1262 (((struct tree_userdef_literal *)USERDEF_LITERAL_CHECK (NODE))->suffix_id)
1276 extern tree build_userdef_literal (tree suffix_id, tree value,
1254 tree suffix_id; variable
H A Dc-common.c8063 build_userdef_literal (tree suffix_id, tree value,
8067 USERDEF_LITERAL_SUFFIX_ID (literal) = suffix_id;
8045 build_userdef_literal(tree suffix_id, tree value, enum overflow_type overflow, tree num_string) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-lex.cc530 tree suffix_id = get_identifier (suffix);
540 literal = build_userdef_literal (suffix_id, *value, overflow,
528 tree suffix_id = get_identifier (suffix); local
H A Dc-common.h1317 tree suffix_id;
1324 (((struct tree_userdef_literal *)USERDEF_LITERAL_CHECK (NODE))->suffix_id)
1338 extern tree build_userdef_literal (tree suffix_id, tree value,
1316 tree suffix_id; variable
H A Dc-common.cc8510 build_userdef_literal (tree suffix_id, tree value,
8514 USERDEF_LITERAL_SUFFIX_ID (literal) = suffix_id;
8492 build_userdef_literal(tree suffix_id, tree value, enum overflow_type overflow, tree num_string) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c4144 tree suffix_id = NULL_TREE;
4182 suffix_id = USERDEF_LITERAL_SUFFIX_ID (tok->u.value);
4210 suffix_id = curr_suffix_id;
4214 && curr_suffix_id != suffix_id)
4218 suffix_id, curr_suffix_id);
4314 tree literal = build_userdef_literal (suffix_id, value,
4390 tree suffix_id = USERDEF_LITERAL_SUFFIX_ID (literal);
4392 tree name = cp_literal_operator_id (IDENTIFIER_POINTER (suffix_id));
4487 tree suffix_id = USERDEF_LITERAL_SUFFIX_ID (literal);
4491 tree name = cp_literal_operator_id (IDENTIFIER_POINTER (suffix_id));
4142 tree suffix_id = NULL_TREE; local
4388 tree suffix_id = USERDEF_LITERAL_SUFFIX_ID (literal); local
4485 tree suffix_id = USERDEF_LITERAL_SUFFIX_ID (literal); local
4632 tree suffix_id = USERDEF_LITERAL_SUFFIX_ID (literal); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc4360 tree suffix_id = NULL_TREE;
4398 suffix_id = USERDEF_LITERAL_SUFFIX_ID (tok->u.value);
4426 suffix_id = curr_suffix_id;
4430 && curr_suffix_id != suffix_id)
4434 suffix_id, curr_suffix_id);
4530 tree literal = build_userdef_literal (suffix_id, value,
4606 tree suffix_id = USERDEF_LITERAL_SUFFIX_ID (literal);
4608 tree name = cp_literal_operator_id (IDENTIFIER_POINTER (suffix_id));
4704 tree suffix_id = USERDEF_LITERAL_SUFFIX_ID (literal);
4708 tree name = cp_literal_operator_id (IDENTIFIER_POINTER (suffix_id));
[all...]

Completed in 435 milliseconds