Searched refs:tsi (Results 1 - 19 of 19) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dgimple-low.c182 tree_stmt_iterator tsi; local
184 for (tsi = tsi_start (expr); !tsi_end_p (tsi); )
185 lower_stmt (&tsi, data);
193 lower_omp_directive (tree_stmt_iterator *tsi, struct lower_data *data) argument
197 stmt = tsi_stmt (*tsi);
200 tsi_link_before (tsi, stmt, TSI_SAME_STMT);
201 tsi_link_before (tsi, OMP_BODY (stmt), TSI_SAME_STMT);
203 tsi_delink (tsi);
210 lower_stmt (tree_stmt_iterator *tsi, struc argument
292 lower_bind_expr(tree_stmt_iterator *tsi, struct lower_data *data) argument
461 lower_cond_expr(tree_stmt_iterator *tsi, struct lower_data *data) argument
556 lower_return_expr(tree_stmt_iterator *tsi, struct lower_data *data) argument
646 lower_builtin_setjmp(tree_stmt_iterator *tsi) argument
[all...]
H A Dtree-mudflap.c448 tree_stmt_iterator tsi; local
475 for (tsi = tsi_start (shift_init_stmts);
476 ! tsi_end_p (tsi);
477 tsi_next (&tsi))
478 insert_edge_copies (tsi_stmt (tsi), ENTRY_BLOCK_PTR);
480 for (tsi = tsi_start (mask_init_stmts);
481 ! tsi_end_p (tsi);
482 tsi_next (&tsi))
483 insert_edge_copies (tsi_stmt (tsi), ENTRY_BLOCK_PTR);
501 tree_stmt_iterator head, tsi; local
[all...]
H A Dtree-nested.c386 init_tmp_var (struct nesting_info *info, tree exp, tree_stmt_iterator *tsi) argument
392 SET_EXPR_LOCUS (stmt, EXPR_LOCUS (tsi_stmt (*tsi)));
393 tsi_link_before (tsi, stmt, TSI_SAME_STMT);
401 tsi_gimplify_val (struct nesting_info *info, tree exp, tree_stmt_iterator *tsi) argument
406 return init_tmp_var (info, exp, tsi);
414 tree_stmt_iterator *tsi)
420 SET_EXPR_LOCUS (stmt, EXPR_LOCUS (tsi_stmt (*tsi)));
421 tsi_link_after (tsi, stmt, TSI_SAME_STMT);
613 wi->tsi = i;
798 tree_stmt_iterator *tsi)
413 save_tmp_var(struct nesting_info *info, tree exp, tree_stmt_iterator *tsi) argument
795 get_static_chain(struct nesting_info *info, tree target_context, tree_stmt_iterator *tsi) argument
827 get_frame_field(struct nesting_info *info, tree target_context, tree field, tree_stmt_iterator *tsi) argument
[all...]
H A Dlambda-code.c1537 tree_stmt_iterator tsi; local
1548 tsi = tsi_last (stmts);
1549 tsi_link_after (&tsi, stmt, TSI_CONTINUE_LINKING);
1566 tsi = tsi_last (stmts);
1567 tsi_link_after (&tsi, stmt, TSI_CONTINUE_LINKING);
1575 tsi = tsi_last (stmts);
1576 tsi_link_after (&tsi, stmt, TSI_CONTINUE_LINKING);
1590 tsi = tsi_last (stmts);
1591 tsi_link_after (&tsi, stmt, TSI_CONTINUE_LINKING);
1620 tree_stmt_iterator tsi; local
[all...]
H A Dtree-gimple.h168 tree_stmt_iterator tsi; member in struct:walk_stmt_info
H A Dtree-flow-inline.h650 bsi.tsi = tsi_start (bb->stmt_list);
654 bsi.tsi.ptr = NULL;
655 bsi.tsi.container = NULL;
682 bsi.tsi = tsi_last (bb->stmt_list);
686 bsi.tsi.ptr = NULL;
687 bsi.tsi.container = NULL;
698 return tsi_end_p (i.tsi);
706 tsi_next (&i->tsi);
714 tsi_prev (&i->tsi);
722 return tsi_stmt (i.tsi);
[all...]
H A Dtree-eh.c391 tree_stmt_iterator *tsi)
409 tsi_link_after (tsi, label, TSI_CONTINUE_LINKING);
410 tsi_link_after (tsi, new, TSI_CONTINUE_LINKING);
419 replace_goto_queue_1 (tree t, struct leh_tf_state *tf, tree_stmt_iterator *tsi)
428 tsi_link_before (tsi, t, TSI_SAME_STMT);
429 tsi_delink (tsi);
435 replace_goto_queue_cond_clause (&COND_EXPR_THEN (t), tf, tsi);
436 replace_goto_queue_cond_clause (&COND_EXPR_ELSE (t), tf, tsi);
459 tsi_next (tsi);
385 replace_goto_queue_cond_clause(tree *tp, struct leh_tf_state *tf, tree_stmt_iterator *tsi) argument
414 replace_goto_queue_1(tree t, struct leh_tf_state *tf, tree_stmt_iterator *tsi) argument
430 replace_goto_queue_cond_clause (&COND_EXPR_THEN (t), tf, tsi); local
431 replace_goto_queue_cond_clause (&COND_EXPR_ELSE (t), tf, tsi); local
H A Dtree-sra.c2192 tree_stmt_iterator tsi;
2196 tsi = tsi_start (list);
2197 first = tsi_stmt (tsi);
2198 tsi_delink (&tsi);
2203 if (!tsi_end_p (tsi))
2212 walk_tree (tsi_stmt_ptr (tsi), mark_notrap, NULL, NULL);
2213 tsi_next (&tsi);
2215 while (!tsi_end_p (tsi));
2185 tree_stmt_iterator tsi; local
H A Domp-low.c3597 tree_stmt_iterator tsi;
3608 tsi = tsi_start (OMP_SECTIONS_BODY (stmt));
3609 for (len = 0; !tsi_end_p (tsi); len++, tsi_next (&tsi))
3612 tsi = tsi_start (OMP_SECTIONS_BODY (stmt));
3614 for (i = 0; i < len; i++, tsi_next (&tsi))
3619 sec_start = tsi_stmt (tsi);
4256 tsi_link_before (&wi->tsi, pre, TSI_SAME_STMT);
4262 init_tmp_var (tree exp, tree_stmt_iterator *tsi)
4270 SET_EXPR_LOCUS (stmt, EXPR_LOCUS (tsi_stmt (*tsi)));
3595 tree_stmt_iterator tsi; local
4260 init_tmp_var(tree exp, tree_stmt_iterator *tsi) argument
4278 save_tmp_var(tree exp, tree_stmt_iterator *tsi) argument
[all...]
H A Dtree-ssa-pre.c2306 tree_stmt_iterator tsi; local
2399 tsi = tsi_start (forced_stmts);
2400 for (; !tsi_end_p (tsi); tsi_next (&tsi))
2402 tree stmt = tsi_stmt (tsi);
2413 tsi = tsi_last (stmts);
2414 tsi_link_after (&tsi, forced_stmts, TSI_CONTINUE_LINKING);
2436 tsi = tsi_last (stmts);
2437 tsi_link_after (&tsi, newexpr, TSI_CONTINUE_LINKING);
H A Dtree-flow.h472 tree_stmt_iterator tsi; member in struct:__anon331
H A Dtree-cfg.c2857 tsi_link_before (&i->tsi, t, m);
2870 tsi_link_after (&i->tsi, t, m);
2890 tsi_delink (&i->tsi);
4256 new_bb->stmt_list = tsi_split_statement_list_before (&bsi.tsi);
/openbsd-current/gnu/llvm/clang/lib/Tooling/DumpTool/
H A Dgenerate_cxx_src_locs.py149 for tsi in ClassData['typeSourceInfos']:
158 """.format(tsi)
/openbsd-current/sbin/iked/
H A Dconfig.c215 struct iked_ts *tsi; local
240 while ((tsi = TAILQ_FIRST(&pol->pol_tssrc))) {
241 TAILQ_REMOVE(&pol->pol_tssrc, tsi, ts_entry);
242 free(tsi);
244 while ((tsi = TAILQ_FIRST(&pol->pol_tsdst))) {
245 TAILQ_REMOVE(&pol->pol_tsdst, tsi, ts_entry);
246 free(tsi);
H A Dikev2.c1960 struct iked_ts *tsi; local
1987 TAILQ_FOREACH(tsi, tss, ts_entry) {
1991 addr = &tsi->ts_addr;
2000 ts->ts_protoid = tsi->ts_ipproto;
/openbsd-current/gnu/llvm/lld/COFF/
H A DPDB.cpp1287 for (const auto &tsi : reverse(tsis)) {
1289 tsi.typeIndex.getIndex(), tsi.totalInputSize(),
1290 tsi.dupCount, tsi.typeSize);
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DExpr.h2471 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
2482 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
2500 void setTypeSourceInfo(TypeSourceInfo *tsi) { argument
2501 TSInfo = tsi;
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DExpr.cpp1641 TypeSourceInfo *tsi,
1648 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs,
1660 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1664 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi),
1639 Create(const ASTContext &C, QualType type, SourceLocation OperatorLoc, TypeSourceInfo *tsi, ArrayRef<OffsetOfNode> comps, ArrayRef<Expr*> exprs, SourceLocation RParenLoc) argument
1659 OffsetOfExpr(const ASTContext &C, QualType type, SourceLocation OperatorLoc, TypeSourceInfo *tsi, ArrayRef<OffsetOfNode> comps, ArrayRef<Expr *> exprs, SourceLocation RParenLoc) argument
/openbsd-current/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/
H A DList.pm1550 =item {tsi} : Tsimshian

Completed in 415 milliseconds