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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp293 const auto *TypedRegion = cast<TypedValueRegion>(ObjRegion); local
H A DMallocChecker.cpp3238 const auto *TypedRegion = cast<TypedValueRegion>(ObjRegion); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h506 class TypedRegion : public SubRegion { class in namespace:clang::ento
510 TypedRegion(const MemRegion *sReg, Kind k) : SubRegion(sReg, k) { function in class:clang::ento::TypedRegion

Completed in 150 milliseconds