OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isNoAlias
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
AliasAnalysis.h
185
///
isNoAlias
- A trivial helper function to check to see if the specified
187
bool
isNoAlias
(const Location &LocA, const Location &LocB) {
191
///
isNoAlias
- A convenience wrapper.
192
bool
isNoAlias
(const Value *V1, uint64_t V1Size,
194
return
isNoAlias
(Location(V1, V1Size), Location(V2, V2Size));
197
///
isNoAlias
- A convenience wrapper.
198
bool
isNoAlias
(const Value *V1, const Value *V2) {
199
return
isNoAlias
(Location(V1), Location(V2));
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 805 milliseconds