Searched defs:isNoAlias (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h185 /// isNoAlias - A trivial helper function to check to see if the specified
187 bool isNoAlias(const Location &LocA, const Location &LocB) { function in class:llvm::AliasAnalysis
191 /// isNoAlias - A convenience wrapper.
192 bool isNoAlias(const Value *V1, uint64_t V1Size, function in class:llvm::AliasAnalysis
194 return isNoAlias(Location(V1, V1Size), Location(V2, V2Size));
197 /// isNoAlias - A convenience wrapper.
198 bool isNoAlias(const Value *V1, const Value *V2) { function in class:llvm::AliasAnalysis
199 return isNoAlias(Location(V1), Location(V2));
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 308 milliseconds