Searched refs:tmemcmp (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-codegen.cc848 tree tmemcmp = builtin_decl_explicit (BUILT_IN_MEMCMP); local
851 tree result = build_call_expr (tmemcmp, 3, build_address (t1),
864 tree tmemcmp = NULL_TREE; local
869 tmemcmp = build_boolop (code, integer_zero_node, integer_zero_node);
871 tmemcmp = compound_expr (t2, tmemcmp);
873 tmemcmp = compound_expr (t1, tmemcmp);
875 return tmemcmp;
881 tmemcmp
999 tree tmemcmp = build_call_expr (builtin_decl_explicit (BUILT_IN_MEMCMP), local
[all...]
H A Dexpr.cc373 tree tmemcmp = builtin_decl_explicit (BUILT_IN_MEMCMP); local
375 result = build_call_expr (tmemcmp, 3, t1ptr, t2ptr, size);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-codegen.cc928 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
1058 tree tmemcmp = build_memcmp_call (build_address (t1), build_address (t2), local
[all...]

Completed in 133 milliseconds