| /src/external/gpl3/gcc/dist/gcc/ |
| gimplify.cc | 279 gimplify_seq_add_stmt (gimple_seq *seq_p, gimple *gs) 281 gimple_seq_add_stmt_without_update (seq_p, gs); 509 /* Both gimplify the statement T and append it to *SEQ_P. This function 514 gimplify_and_add (tree t, gimple_seq *seq_p) 516 gimplify_stmt (&t, seq_p); 519 /* Gimplify statement T into sequence *SEQ_P, and return the first 524 gimplify_and_return_first (tree t, gimple_seq *seq_p) 526 gimple_stmt_iterator last = gsi_last (*seq_p); 528 gimplify_and_add (t, seq_p); 536 return gimple_seq_first_stmt (*seq_p); 1930 gimplify_one_sizepos (&DECL_SIZE (decl), seq_p); local 1931 gimplify_one_sizepos (&DECL_SIZE_UNIT (decl), seq_p); local 2094 gimplify_type_sizes (TREE_TYPE (decl), seq_p); local 2105 gimplify_type_sizes (DECL_ORIGINAL_TYPE (decl), seq_p); local [all...] |
| gimplify.cc | 279 gimplify_seq_add_stmt (gimple_seq *seq_p, gimple *gs) 281 gimple_seq_add_stmt_without_update (seq_p, gs); 509 /* Both gimplify the statement T and append it to *SEQ_P. This function 514 gimplify_and_add (tree t, gimple_seq *seq_p) 516 gimplify_stmt (&t, seq_p); 519 /* Gimplify statement T into sequence *SEQ_P, and return the first 524 gimplify_and_return_first (tree t, gimple_seq *seq_p) 526 gimple_stmt_iterator last = gsi_last (*seq_p); 528 gimplify_and_add (t, seq_p); 536 return gimple_seq_first_stmt (*seq_p); 1930 gimplify_one_sizepos (&DECL_SIZE (decl), seq_p); local 1931 gimplify_one_sizepos (&DECL_SIZE_UNIT (decl), seq_p); local 2094 gimplify_type_sizes (TREE_TYPE (decl), seq_p); local 2105 gimplify_type_sizes (DECL_ORIGINAL_TYPE (decl), seq_p); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimplify.cc | 259 gimplify_seq_add_stmt (gimple_seq *seq_p, gimple *gs) 261 gimple_seq_add_stmt_without_update (seq_p, gs); 489 /* Both gimplify the statement T and append it to *SEQ_P. This function 494 gimplify_and_add (tree t, gimple_seq *seq_p) 496 gimplify_stmt (&t, seq_p); 499 /* Gimplify statement T into sequence *SEQ_P, and return the first 504 gimplify_and_return_first (tree t, gimple_seq *seq_p) 506 gimple_stmt_iterator last = gsi_last (*seq_p); 508 gimplify_and_add (t, seq_p); 516 return gimple_seq_first_stmt (*seq_p); 1697 gimplify_one_sizepos (&DECL_SIZE (decl), seq_p); local 1698 gimplify_one_sizepos (&DECL_SIZE_UNIT (decl), seq_p); local 1863 gimplify_type_sizes (TREE_TYPE (decl), seq_p); local 1874 gimplify_type_sizes (DECL_ORIGINAL_TYPE (decl), seq_p); local [all...] |
| gimplify.cc | 259 gimplify_seq_add_stmt (gimple_seq *seq_p, gimple *gs) 261 gimple_seq_add_stmt_without_update (seq_p, gs); 489 /* Both gimplify the statement T and append it to *SEQ_P. This function 494 gimplify_and_add (tree t, gimple_seq *seq_p) 496 gimplify_stmt (&t, seq_p); 499 /* Gimplify statement T into sequence *SEQ_P, and return the first 504 gimplify_and_return_first (tree t, gimple_seq *seq_p) 506 gimple_stmt_iterator last = gsi_last (*seq_p); 508 gimplify_and_add (t, seq_p); 516 return gimple_seq_first_stmt (*seq_p); 1697 gimplify_one_sizepos (&DECL_SIZE (decl), seq_p); local 1698 gimplify_one_sizepos (&DECL_SIZE_UNIT (decl), seq_p); local 1863 gimplify_type_sizes (TREE_TYPE (decl), seq_p); local 1874 gimplify_type_sizes (DECL_ORIGINAL_TYPE (decl), seq_p); local [all...] |