Searched defs:isFreeCall (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h132 /// isFreeCall - Returns non-null if the value is a call to the builtin free()
133 const CallInst *isFreeCall(const Value *I, const TargetLibraryInfo *TLI);
135 static inline CallInst *isFreeCall(Value *I, const TargetLibraryInfo *TLI) { function in namespace:llvm
136 return const_cast<CallInst*>(isFreeCall((const Value*)I, TLI));
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp316 /// isFreeCall - Returns non-null if the value is a call to the builtin free()
317 const CallInst *llvm::isFreeCall(const Value *I, const TargetLibraryInfo *TLI) { function in class:llvm
/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 177 milliseconds