Searched refs:build_conditional_expr (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-tree.h555 extern tree build_conditional_expr (tree, tree, tree);
H A Dc-parser.c4479 ret.value = build_conditional_expr (cond.value, exp1.value, exp2.value);
H A Dc-typeck.c3254 build_conditional_expr (tree ifexp, tree op1, tree op2)
3236 build_conditional_expr (tree ifexp, tree op1, tree op2) function
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck.c1708 build_conditional_expr (build_x_binary_op ((TREE_CODE (t) == MIN_EXPR
1718 build_conditional_expr (TREE_OPERAND (t, 0),
2436 return build_conditional_expr
2658 e1 = build_conditional_expr (e1, e2, e3);
4710 expr = build_conditional_expr (ifexp, op1, op2);
5679 cond = build_conditional_expr
H A Dinit.c2039 rval = build_conditional_expr (ifexp, rval, alloc_node);
H A Dcall.c3186 build_conditional_expr (tree arg1, tree arg2, tree arg3) function
3959 return build_conditional_expr (arg1, arg2, arg3);
H A Dcp-tree.h3795 extern tree build_conditional_expr (tree, tree, tree);

Completed in 283 milliseconds