Searched refs:STPCPY (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/exp-sgcheck/ |
D | h_intercepts.c | 321 #define STPCPY(soname, fnname) \ macro 331 STPCPY(VG_Z_LIBC_SONAME, stpcpy) 333 STPCPY(VG_Z_LD_LINUX_SO_2, stpcpy) 334 STPCPY(VG_Z_LD_LINUX_X86_64_SO_2, stpcpy)
|
/external/valgrind/shared/ |
D | vg_replace_strmem.c | 1115 #define STPCPY(soname, fnname) \ macro 1139 STPCPY(VG_Z_LIBC_SONAME, stpcpy) 1140 STPCPY(VG_Z_LIBC_SONAME, __GI_stpcpy) 1141 STPCPY(VG_Z_LIBC_SONAME, __stpcpy_sse2) 1142 STPCPY(VG_Z_LIBC_SONAME, __stpcpy_sse2_unaligned) 1143 STPCPY(VG_Z_LD_LINUX_SO_2, stpcpy) 1144 STPCPY(VG_Z_LD_LINUX_X86_64_SO_2, stpcpy) 1151 STPCPY(VG_Z_LIBC_SONAME, stpcpy)
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 131 STPCPY, enumerator
|
D | SystemZSelectionDAGInfo.cpp | 235 SDValue EndDest = DAG.getNode(SystemZISD::STPCPY, DL, VTs, Chain, Dest, Src, in EmitTargetCodeForStrcpy()
|
D | SystemZOperators.td | 305 def z_stpcpy : SDNode<"SystemZISD::STPCPY", SDT_ZString,
|
D | SystemZISelLowering.cpp | 4455 OPCODE(STPCPY); in getTargetNodeName()
|