Searched refs:build_memcmp_call (Results 1 – 8 of 8) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-codegen.cc | 815 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 D | ChangeLog-2020 | 348 * 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 D | d-tree.h | 543 extern tree build_memcmp_call (tree, tree, tree);
|
H A D | expr.cc | 378 result = build_memcmp_call (t1ptr, t2ptr, size); in visit()
|
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2013 | 1391 * trans-expr.c (build_memcmp_call): New function.
|
H A D | trans-expr.c | 3985 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 D | trans-expr.cc | 4072 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 D | trans-expr.c | 3985 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()
|