OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCallocLikeFn
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
MemoryBuiltins.h
54
bool
isCallocLikeFn
(const Value *V, const TargetLibraryInfo *TLI,
/external/llvm/lib/Analysis/
MemoryBuiltins.cpp
173
bool llvm::
isCallocLikeFn
(const Value *V, const TargetLibraryInfo *TLI,
303
return
isCallocLikeFn
(I, TLI) ? cast<CallInst>(I) : 0;
MemoryDependenceAnalysis.cpp
510
isMallocLikeFn(Inst, TLI) ||
isCallocLikeFn
(Inst, TLI))
[
all
...]
Completed in 39 milliseconds