Home
last modified time | relevance | path

Searched refs:c_expand_start_cond (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-common.h899 extern void c_expand_start_cond PARAMS ((tree, int, tree));
H A Dc-parse.in2195 for each call to c_expand_start_cond.
2207 we later pass to c_expand_start_cond to fill
2212 { c_expand_start_cond (c_common_truthvalue_conversion ($4),
2308 for each call to c_expand_start_cond.
H A Dc-common.c900 c_expand_start_cond (cond, compstmt_count, if_stmt) in c_expand_start_cond() function
H A DChangeLog.03795 * c-tree.h (finish_file, c_expand_start_cond, c_expand_start_else,
7308 * c-common.c (c_expand_start_cond, c_expand_end_cond,
H A DChangeLog.48222 (c_expand_start_cond): Change prototype.
8234 (c_expand_start_cond): Add the if-statement to the statement-tree,
H A DChangeLog.721032 * c-common.c (c_expand_start_cond): Expect the IF_STMT node to
21036 * c-common.h (c_expand_start_cond): Update prototype.