OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extractCallocCall
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryBuiltins.h
161
///
extractCallocCall
- Returns the corresponding CallInst if the instruction
163
const CallInst *
extractCallocCall
(const Value *I, const TargetLibraryInfo *TLI);
164
inline CallInst *
extractCallocCall
(Value *I, const TargetLibraryInfo *TLI) {
165
return const_cast<CallInst*>(
extractCallocCall
((const Value*)I, TLI));
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryBuiltins.cpp
426
///
extractCallocCall
- Returns the corresponding CallInst if the instruction
428
const CallInst *llvm::
extractCallocCall
(const Value *I,
Completed in 54 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026