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

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc 815 build_memcmp_call (tree ptr1, tree ptr2, tree num) function
915 tree result = build_memcmp_call (build_address (t1),
945 tmemcmp = build_memcmp_call (build_address (t1), build_address (t2),
1008 tcmp = build_memcmp_call (build_address (t1ref),
1058 tree tmemcmp = build_memcmp_call (build_address (t1), build_address (t2),
d-tree.h 549 extern tree build_memcmp_call (tree, tree, tree);
expr.cc 378 result = build_memcmp_call (t1ptr, t2ptr, size);
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc 4189 build_memcmp_call (tree s1, tree s2, tree n) function
4270 return build_memcmp_call (str1, str2, tmp);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc 4087 build_memcmp_call (tree s1, tree s2, tree n) function
4168 return build_memcmp_call (str1, str2, tmp);

Completed in 78 milliseconds