Home | History | Annotate | Download | only in d

Lines Matching refs:build_boolop

280 				   build_boolop (code, t1, t2));
300 this->result_ = build_boolop (TRUTH_ANDIF_EXPR, req, ieq);
302 this->result_ = build_boolop (TRUTH_ORIF_EXPR, req, ieq);
323 build_boolop (code, t1, t2));
379 result = build_boolop (code, result, integer_zero_node);
394 tree tsizecmp = build_boolop (code, t1len, size_zero_node);
396 result = build_boolop (TRUTH_ORIF_EXPR, tsizecmp, result);
398 result = build_boolop (TRUTH_ANDIF_EXPR, tsizecmp, result);
407 tree tlencmp = build_boolop (code, t1len, t2len);
409 result = build_boolop (TRUTH_ANDIF_EXPR, tlencmp, result);
411 result = build_boolop (TRUTH_ORIF_EXPR, tlencmp, result);
470 build_boolop (code, t1, t2));
534 result = build_boolop (code, build_expr (e->e1), build_expr (e->e2));
555 build_boolop (code, t1, t2));
1005 tree tlencmp = build_boolop (EQ_EXPR, t1len, t2len);
1009 tree t1ptrcmp = build_boolop (LE_EXPR,
1012 tree t2ptrcmp = build_boolop (LE_EXPR,
1015 tree toverlap = build_boolop (TRUTH_ORIF_EXPR, t1ptrcmp,
1020 tree tboundscheck = build_boolop (TRUTH_ANDIF_EXPR,