Searched refs:STPCPY (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/exp-sgcheck/ |
D | h_intercepts.c | 309 #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/ |
D | vg_replace_strmem.c | 1021 #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/ |
D | SystemZISelLowering.h | 131 STPCPY, enumerator
|
D | SystemZSelectionDAGInfo.cpp | 239 SDValue EndDest = DAG.getNode(SystemZISD::STPCPY, DL, VTs, Chain, Dest, Src, in EmitTargetCodeForStrcpy()
|
D | SystemZOperators.td | 176 def z_stpcpy : SDNode<"SystemZISD::STPCPY", SDT_ZString,
|
D | SystemZISelLowering.cpp | 2806 OPCODE(STPCPY); in getTargetNodeName()
|