Home
last modified time | relevance | path

Searched refs:type_not_visited (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libfirm/libfirm-1.21.0/ir/tr/
H A Dtr_inheritance.c349 if (is_Class_type(tp) && type_not_visited(tp)) { /* For others there is nothing to accumulate. */ in compute_inh_transitive_closure()
356 if (type_not_visited(stp)) { in compute_inh_transitive_closure()
373 if (is_Class_type(tp) && type_not_visited(tp)) { /* For others there is nothing to accumulate. */ in compute_inh_transitive_closure()
380 if (type_not_visited(stp)) { in compute_inh_transitive_closure()
H A Dtypewalk.c501 if (type_not_visited(get_class_supertype(tp, i))) in class_walk_s2s_2()
533 type_not_visited(tp) && in class_walk_super2sub()
H A Dtype_t.h548 #define type_not_visited(tp) _type_not_visited(tp) macro
H A Dtype.c409 int (type_not_visited)(const ir_type *tp)
/dports/devel/libfirm/libfirm-1.21.0/include/libfirm/
H A Dtyperep.h1167 FIRM_API int type_not_visited(const ir_type *tp);