Home
last modified time | relevance | path

Searched refs:ShouldDrop (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp998 bool ShouldDrop = Record->UnderlyingType.Name.empty(); in visitTypedefRecord() local
1001 ShouldDrop |= (Record->UnderlyingType.Name == Record->Name); in visitTypedefRecord()
1002 if (ShouldDrop) in visitTypedefRecord()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp209 llvm::function_ref<bool(const Use *)> ShouldDrop) { in dropDroppableUses() argument
212 if (U.getUser()->isDroppable() && ShouldDrop(&U)) in dropDroppableUses()
H A DFunction.cpp603 void Function::deleteBodyImpl(bool ShouldDrop) { in deleteBodyImpl() argument
615 if (ShouldDrop) { in deleteBodyImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h147 void deleteBodyImpl(bool ShouldDrop);
H A DValue.h492 dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =