Home
last modified time | relevance | path

Searched defs:What (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp123 void VforkChecker::reportBug(const char *What, CheckerContext &C, in reportBug()
/llvm-project/clang/unittests/StaticAnalyzer/
H A DReusables.h23 const T *findNode(const Decl *Where, MatcherT What) { in findNode()
H A DRangeSetTest.cpp266 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 DMemorySSAUpdater.cpp1175 // 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 DMemorySSA.cpp1650 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 DRangeConstraintManager.cpp474 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 DBTFParserTest.cpp361 template <typename T> static void append(std::string &S, const T &What) { in append()