Searched refs:build_c_cast (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-tree.h558 extern tree build_c_cast (tree, tree);
H A Dc-typeck.c3462 build_c_cast (tree type, tree expr)
3677 return build_c_cast (type, expr);
3443 build_c_cast (tree type, tree expr) function
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck2.c1333 return build_c_cast (type, parms);
1349 return build_c_cast (type, TREE_VALUE (parms));
H A Dtypeck.c1507 /* build_c_cast puts on a NOP_EXPR to make the result not an lvalue.
2684 /* build_c_cast puts on a NOP_EXPR to make the result not an lvalue.
2831 /* build_c_cast puts on a NOP_EXPR to make the result not an lvalue.
5114 /* build_c_cast puts on a NOP_EXPR to make the result not an lvalue.
5237 /* build_c_cast puts on a NOP_EXPR to make the result not an lvalue.
5442 /* build_c_cast puts on a NOP_EXPR to make the result not an
5483 build_c_cast (tree type, tree expr)
5508 /* build_c_cast puts on a NOP_EXPR to make the result not an lvalue.
6117 pfn = build_c_cast (type, integer_zero_node);
6375 /* build_c_cast put
5470 build_c_cast (tree type, tree expr) function
[all...]
H A Dcp-tree.h4506 extern tree build_c_cast (tree, tree);
H A Dparser.c5648 expr = build_c_cast (type, expr);

Completed in 229 milliseconds