Searched refs:make_node (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/
H A Dc-semantics.c120 ret = make_node (code);
H A Dstringpool.c77 return GCC_IDENT_TO_HT_IDENT (make_node (IDENTIFIER_NODE));
H A Dc-gimplify.c156 block = make_node (BLOCK);
H A Dtree.c241 int_cst_node = make_node (INTEGER_CST);
883 t = make_node (INTEGER_CST);
909 int_cst_node = make_node (INTEGER_CST);
972 tree v = make_node (VECTOR_CST);
1018 tree c = make_node (CONSTRUCTOR);
1085 v = make_node (REAL_CST);
1168 tree t = make_node (COMPLEX_CST);
3169 t = make_node (code);
3232 tree block = make_node (BLOCK);
5024 t = make_node (POINTER_TYP
[all...]
H A Dtree-ssanames.c147 t = make_node (SSA_NAME);
H A Dc-omp.c54 tree stmt = make_node (OMP_CRITICAL);
371 tree t = make_node (OMP_FOR);
H A Dlanghooks.c548 return make_node (code);
H A Domp-low.c1124 DECL_INITIAL (decl) = make_node (BLOCK);
3638 sec_end = make_node (OMP_RETURN);
3642 block = make_node (BLOCK);
3659 t = make_node (OMP_CONTINUE);
3667 t = make_node (OMP_RETURN);
3795 block = make_node (BLOCK);
3816 t = make_node (OMP_RETURN);
3837 block = make_node (BLOCK);
3857 x = make_node (OMP_RETURN);
3877 block = make_node (BLOC
[all...]
H A Dtree-iterator.c48 list = make_node (STATEMENT_LIST);
H A Dtree-nested.c221 type = make_node (RECORD_TYPE);
285 field = make_node (FIELD_DECL);
369 field = make_node (FIELD_DECL);
456 record = make_node (RECORD_TYPE);
486 field = make_node (FIELD_DECL);
535 field = make_node (FIELD_DECL);
H A Dstor-layout.c1885 tree type = make_node (INTEGER_TYPE);
1898 tree type = make_node (INTEGER_TYPE);
1913 tree t = make_node (INTEGER_TYPE);
1966 t = make_node (INTEGER_TYPE);
H A Dtree-scalar-evolution.c2746 chrec_dont_know = make_node (SCEV_NOT_KNOWN);
2747 chrec_known = make_node (SCEV_KNOWN);
H A Dsdbout.c894 type = make_node (POINTER_TYPE);
H A Dtree-mudflap.c319 tree struct_type = make_node (RECORD_TYPE);
H A Dtree-inline.c394 new_block = make_node (BLOCK);
2065 id->block = make_node (BLOCK);
H A Dcgraphunit.c1715 DECL_INITIAL (decl) = make_node (BLOCK);
H A Dc-decl.c729 block = make_node (BLOCK);
3018 t = make_node (code);
5865 ref = make_node (code);
5934 ref = make_node (code);
6252 /* Use the same allocation policy here that make_node uses, to
6365 enumtype = make_node (ENUMERAL_TYPE);
/freebsd-11-stable/contrib/gcc/cp/
H A Dtree.c423 t = make_node (ARRAY_TYPE);
902 tree result = make_node (OVERLOAD);
1301 t = make_node (code);
1326 t = make_node (code);
1356 t = make_node (code);
1956 tree ptrmem_cst = make_node (PTRMEM_CST);
H A Dlex.c796 tree t = make_node (code);
H A Dmethod.c438 fn_block = make_node (BLOCK);
H A Ddecl.c594 block = make_node (BLOCK);
3059 type = make_node (REAL_TYPE);
3235 unknown_type_node = make_node (UNKNOWN_TYPE);
3249 tree vfunc_type = make_node (FUNCTION_TYPE);
3271 global_type_node = make_node (LANG_TYPE);
8584 tree t = make_node (FUNCTION_TYPE);
10683 enumtype = make_node (ENUMERAL_TYPE);
H A Dsemantics.c3927 stmt = make_node (OMP_PARALLEL);
3992 stmt = make_node (OMP_FOR);
H A Dtypeck.c5864 lhs, rhs, make_node (NOP_EXPR),
5877 lhs, rhs, make_node (NOP_EXPR),
6101 make_node (modifycode),
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.h606 node *make_node(charinfo *, environment *);
H A Denv.cpp331 return make_node(ci, this);
1583 node *tem = make_node(charset_table[i], curenv);

Completed in 500 milliseconds

12