Home
last modified time | relevance | path

Searched refs:build_memcmp_call (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dd-codegen.cc815 build_memcmp_call (tree ptr1, tree ptr2, tree num) in build_memcmp_call() function
915 tree result = build_memcmp_call (build_address (t1), in build_float_identity()
945 tmemcmp = build_memcmp_call (build_address (t1), build_address (t2), in lower_struct_comparison()
1007 tcmp = build_memcmp_call (build_address (t1ref), in lower_struct_comparison()
1057 tree tmemcmp = build_memcmp_call (build_address (t1), build_address (t2), in build_struct_comparison()
H A DChangeLog-2020348 * d-codegen.cc (build_memcmp_call): New function.
351 (build_float_identity): Call build_memcmp_call.
354 * d-tree.h (build_memcmp_call): Declare.
357 * expr.cc (ExprVisitor::visit (EqualExp *)): Call build_memcmp_call.
H A Dd-tree.h543 extern tree build_memcmp_call (tree, tree, tree);
H A Dexpr.cc378 result = build_memcmp_call (t1ptr, t2ptr, size); in visit()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20131391 * trans-expr.c (build_memcmp_call): New function.
H A Dtrans-expr.c3985 build_memcmp_call (tree s1, tree s2, tree n) in build_memcmp_call() function
4066 return build_memcmp_call (str1, str2, tmp); in gfc_build_compare_string()
H A Dtrans-expr.cc4072 build_memcmp_call (tree s1, tree s2, tree n) in build_memcmp_call() function
4153 return build_memcmp_call (str1, str2, tmp); in gfc_build_compare_string()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-expr.c3985 build_memcmp_call (tree s1, tree s2, tree n) in build_memcmp_call() function
4066 return build_memcmp_call (str1, str2, tmp); in gfc_build_compare_string()