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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp124 addPartialTaint(ProgramStateRef State, SymbolRef ParentSym, const SubRegion *SubRegion, TaintTagType Kind) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h372 void RegionBase<Tr>::addSubRegion(RegionT *SubRegion, bool moveChildren) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp595 BlockSequence SubRegion = {SuggestedEntryPoint}; local
711 BlockSequence SubRegion = Region.takeSingleEntrySubRegion(*DT); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp808 Region *SubRegion = Node->getNodeAs<Region>(); local
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h441 class SubRegion : public MemRegion { class in namespace:clang::ento
447 SubRegion(const MemRegion *sReg, Kind k) : MemRegion(k), superRegion(sReg) { function in class:clang::ento::SubRegion
[all...]

Completed in 176 milliseconds