HomeSort by: relevance | last modified time | path
    Searched refs:build_boolop (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc 917 return build_boolop (code, result, integer_zero_node);
933 tmemcmp = build_boolop (code, integer_zero_node, integer_zero_node);
947 return build_boolop (code, tmemcmp, integer_zero_node);
968 tcmp = build_boolop (code, t1ref, t2ref);
982 tcmp = build_boolop (tcode, req, ieq);
1003 tcmp = build_boolop (code, t1ref, t2ref);
1011 tcmp = build_boolop (code, tcmp, integer_zero_node);
1015 tmemcmp = (tmemcmp) ? build_boolop (tcode, tmemcmp, tcmp) : tcmp;
1033 tree exp = build_boolop (code, integer_zero_node, integer_zero_node);
1060 result = build_boolop (code, tmemcmp, integer_zero_node)
1434 build_boolop (tree_code code, tree arg0, tree arg1) function
    [all...]
expr.cc 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)
    [all...]
d-tree.h 564 extern tree build_boolop (tree_code, tree, tree);
d-convert.cc 422 tree cond = build_boolop (NE_EXPR, exp, null_pointer_node);
modules.cc 361 tree if_cond = build_boolop (NE_EXPR, dso_initialized_node, condition);

Completed in 20 milliseconds