OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:containsPointer
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
AliasSetTracker.h
366
///
containsPointer
- Return true if the specified location is represented by
369
bool
containsPointer
(Value *P, uint64_t Size, const MDNode *TBAAInfo) const;
/external/llvm/lib/Analysis/
AliasSetTracker.cpp
235
///
containsPointer
- Return true if the specified location is represented by
238
bool AliasSetTracker::
containsPointer
(Value *Ptr, uint64_t Size,
Completed in 357 milliseconds