Searched defs:SubRegion (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp121 addPartialTaint(ProgramStateRef State, SymbolRef ParentSym, const SubRegion *SubRegion, TaintTagType Kind) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h393 void RegionBase<Tr>::addSubRegion(RegionT *SubRegion, bool moveChildren) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp513 BlockSequence SubRegion = {SuggestedEntryPoint}; local
627 BlockSequence SubRegion = Region.takeSingleEntrySubRegion(*DT); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp317 Region *SubRegion = RN->getNodeAs<Region>(); local
681 Region *SubRegion = Node->getNodeAs<Region>(); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h436 class SubRegion : public MemRegion { class in namespace:clang::ento
442 SubRegion(const MemRegion *sReg, Kind k) : MemRegion(k), superRegion(sReg) { function in class:clang::ento::SubRegion
[all...]

Completed in 141 milliseconds