Searched refs:visit (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dlto-streamer-out.c957 #define visit(SIBLING) \ macro
1174 visit (TREE_TYPE (t));
1179 visit (VECTOR_CST_ELT (t, i));
1183 visit (TREE_REALPART (t));
1184 visit (TREE_IMAGPART (t));
1195 visit (DECL_NAME (t));
1199 visit (DECL_CONTEXT (t));
1204 visit (DECL_SIZE (t));
1205 visit (DECL_SIZE_UNIT (t));
1206 visit (DECL_ATTRIBUTE
1363 #undef visit macro
[all...]
H A Dcfgexpand.c461 walk_stmt_load_store_addr_fn visit; local
467 visit = visit_op;
472 walk_stmt_load_store_addr_ops (stmt, work, NULL, NULL, visit);
493 && visit == visit_op)
510 visit = visit_conflict;
512 walk_stmt_load_store_addr_ops (stmt, work, visit, visit, visit);
663 visit it once. */
670 we have to add we make sure to visit eac
[all...]
H A Dpredict.c2503 /* Number of predecessors we need to visit first. */
2536 /* For each basic block we need to visit count number of his predecessors
2537 we need to visit first. */
2547 bool visit = bitmap_bit_p (tovisit, e->src->index);
2549 if (visit && !(e->flags & EDGE_DFS_BACK))
2551 else if (visit && dump_file && !EDGE_INFO (e)->back_edge)
2543 bool visit = bitmap_bit_p (tovisit, e->src->index); local
/haiku-buildtools/gcc/gcc/jit/
H A Djit-recording.c3019 visit (recording::rvalue *rvalue);
3041 rvalue_usage_validator::visit (recording::rvalue *rvalue) function in class:rvalue_usage_validator
3097 v.visit (this);
4371 v->visit (m_a);
4440 v->visit (m_a);
4441 v->visit (m_b);
4612 v->visit (m_a);
4613 v->visit (m_b);
4651 v->visit (m_rvalue);
4725 v->visit (m_arg
[all...]
H A Djit-recording.h873 /* An abstract base class for operations that visit all rvalues within an
882 virtual void visit (rvalue *rvalue) = 0;
/haiku-buildtools/binutils/gold/
H A Darchive.h127 visit(const char* /* name */) = 0;
131 // Calls v->visit() for each global symbol defined
H A Dincremental.cc1042 // for_all_unused_symbols() iterator, which will call the visit()
1055 visit(const char* sym) function in class:gold::Unused_symbol_visitor
1846 visit(unsigned int got_type, unsigned int got_offset) function in class:gold::Local_got_offset_visitor
1877 visit(unsigned int got_type, unsigned int got_offset)
3074 v->visit(p->c_str());
H A Dobject.h299 visit(unsigned int, unsigned int) = 0;
309 v->visit(g->got_type_, g->got_offset_);
H A Darchive.cc1075 v->visit(this->armap_names_.data() + p->name_offset);
H A Dplugin.cc1216 v->visit(sym.name);
H A Ddynobj.cc816 v->visit(sym_names + sym.get_st_name());
H A Dobject.cc2110 v->visit(sym_names + sym.get_st_name());
/haiku-buildtools/legacy/gcc/texinfo/emacs/
H A Dinfo.el203 (defun info-insert-file-contents (filename &optional visit)
235 (insert-file-contents fullname visit)

Completed in 219 milliseconds