Home
last modified time | relevance | path

Searched defs:TypedRegion (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp318 const auto *TypedRegion = cast<TypedValueRegion>(ObjRegion); VisitNode() local
H A DMallocChecker.cpp3433 const auto *TypedRegion = cast<TypedValueRegion>(ObjRegion); VisitNode() local
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h510 /// TypedRegion - An abstract class representing regions that are typed. in TypedRegion() function