HomeSort by relevance Sort by last modified time
    Searched refs:MemCpy (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 214 Value *MemCpy = M->getOrInsertFunction("__memcpy_chk",
223 CallInst *CI = B.CreateCall4(MemCpy, Dst, Src, Len, ObjSize);
224 if (const Function *F = dyn_cast<Function>(MemCpy->stripPointerCasts()))
499 // Should be similar to memcpy.
SimplifyLibCalls.cpp 388 // destination's pointer to get the actual memcpy destination (end of
392 // We have enough information to now generate the memcpy call to do the
393 // concatenation for us. Make a memcpy to copy the nul byte with align = 1.
642 // We have enough information to now generate the memcpy call to do the
643 // copy for us. Make a memcpy to copy the nul byte with align = 1.
679 // We have enough information to now generate the memcpy call to do the
680 // copy for us. Make a memcpy to copy the nul byte with align = 1.
725 // strncpy(x, s, c) -> memcpy(x, s, c, 1) [s and c are constant]
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 59 milliseconds