Home
last modified time | relevance | path

Searched refs:STPCPY (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/exp-sgcheck/
Dh_intercepts.c309 #define STPCPY(soname, fnname) \ macro
319 STPCPY(VG_Z_LIBC_SONAME, stpcpy)
321 STPCPY(VG_Z_LD_LINUX_SO_2, stpcpy)
322 STPCPY(VG_Z_LD_LINUX_X86_64_SO_2, stpcpy)
/external/valgrind/shared/
Dvg_replace_strmem.c1021 #define STPCPY(soname, fnname) \ macro
1045 STPCPY(VG_Z_LIBC_SONAME, stpcpy)
1046 STPCPY(VG_Z_LIBC_SONAME, __GI_stpcpy)
1047 STPCPY(VG_Z_LIBC_SONAME, __stpcpy_sse2)
1048 STPCPY(VG_Z_LIBC_SONAME, __stpcpy_sse2_unaligned)
1049 STPCPY(VG_Z_LD_LINUX_SO_2, stpcpy)
1050 STPCPY(VG_Z_LD_LINUX_X86_64_SO_2, stpcpy)
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h131 STPCPY, enumerator
DSystemZSelectionDAGInfo.cpp239 SDValue EndDest = DAG.getNode(SystemZISD::STPCPY, DL, VTs, Chain, Dest, Src, in EmitTargetCodeForStrcpy()
DSystemZOperators.td176 def z_stpcpy : SDNode<"SystemZISD::STPCPY", SDT_ZString,
DSystemZISelLowering.cpp2806 OPCODE(STPCPY); in getTargetNodeName()