HomeSort by: relevance | last modified time | path
    Searched defs:tmemcmp (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc 928 tree tmemcmp = NULL_TREE; local
933 tmemcmp = build_boolop (code, integer_zero_node, integer_zero_node);
935 tmemcmp = compound_expr (t2, tmemcmp);
937 tmemcmp = compound_expr (t1, tmemcmp);
939 return tmemcmp;
945 tmemcmp = build_memcmp_call (build_address (t1), build_address (t2),
947 return build_boolop (code, tmemcmp, integer_zero_node);
1015 tmemcmp = (tmemcmp) ? build_boolop (tcode, tmemcmp, tcmp) : tcmp
1058 tree tmemcmp = build_memcmp_call (build_address (t1), build_address (t2), local
    [all...]

Completed in 15 milliseconds