Searched refs:addIfPresent (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp3817 static void addIfPresent(llvm::DenseSet<llvm::Value*> &S, llvm::Value *V) { function
3821 static void addIfPresent(llvm::DenseSet<llvm::Value*> &S, Address V) { function
3828 addIfPresent(AllocasToIgnore, CGF.ReturnValue);
3829 addIfPresent(AllocasToIgnore, CGF.NormalCleanupDest);

Completed in 63 milliseconds