HomeSort by relevance Sort by last modified time
    Searched defs:isFreeCall (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 132 /// 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) {
136 return const_cast<CallInst*>(isFreeCall((const Value*)I, TLI));
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 316 /// 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) {
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 2396 milliseconds