OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StrCpy
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp
97
/// EmitStrCpy - Emit a call to the
strcpy
function to the builder, for the
106
Value *
StrCpy
= M->getOrInsertFunction(Name, AttrListPtr::get(AWI, 2),
108
CallInst *CI = B.CreateCall2(
StrCpy
, CastToCStr(Dst, B), CastToCStr(Src, B),
110
if (const Function *F = dyn_cast<Function>(
StrCpy
->stripPointerCasts()))
/external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp
419
// '
strcpy
' Optimizations
427
// Verify the "
strcpy
" function prototype.
437
if (Dst == Src) //
strcpy
(x,x) -> x
[
all
...]
Completed in 20 milliseconds