Searched defs:What (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | VforkChecker.cpp | 123 void VforkChecker::reportBug(const char *What, CheckerContext &C, in reportBug()
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | Reusables.h | 23 const T *findNode(const Decl *Where, MatcherT What) { in findNode()
|
H A D | RangeSetTest.cpp | 266 void checkCastToImpl(RangeSet What, APSIntType Ty, RangeSet Expected) { in checkCastToImpl() argument 273 void checkCastTo(RawRangeSetT<From> What, RawRangeSetT<To> Expected) { in checkCastTo() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 1175 // Move What befor argument 1141 moveTo(MemoryUseOrDef * What,BasicBlock * BB,WhereType Where) moveTo() argument 1166 moveBefore(MemoryUseOrDef * What,MemoryUseOrDef * Where) moveBefore() argument 1171 moveAfter(MemoryUseOrDef * What,MemoryUseOrDef * Where) moveAfter() argument [all...] |
H A D | MemorySSA.cpp | 1650 void MemorySSA::insertIntoListsBefore(MemoryAccess *What, const BasicBlock *BB, in insertIntoListsBefore() argument 1678 void MemorySSA::prepareForMoveTo(MemoryAccess *What, BasicBlock *BB) { in prepareForMoveTo() argument 1694 moveTo(MemoryUseOrDef * What,BasicBlock * BB,AccessList::iterator Where) moveTo() argument 1700 moveTo(MemoryAccess * What,BasicBlock * BB,InsertionPlace Point) moveTo() argument [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 474 RangeSet RangeSet::Factory::intersect(RangeSet What, llvm::APSInt Lower, in intersect() argument 611 negate(RangeSet What) negate() argument 676 castTo(RangeSet What,APSIntType Ty) castTo() argument 707 castTo(RangeSet What,QualType T) castTo() argument 712 truncateTo(RangeSet What,APSIntType Ty) truncateTo() argument 778 convertTo(RangeSet What,APSIntType Ty) convertTo() argument 827 promoteTo(RangeSet What,APSIntType Ty) promoteTo() argument [all...] |
/llvm-project/llvm/unittests/DebugInfo/BTF/ |
H A D | BTFParserTest.cpp | 361 template <typename T> static void append(std::string &S, const T &What) { in append()
|