Home
last modified time | relevance | path

Searched refs:getRegionAs (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp297 const auto *FR = FieldVal.getRegionAs<FieldRegion>(); in isNonUnionUninit()
354 .getRegionAs<TypedValueRegion>(); in isNonUnionUninit()
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h448 const REGION* getRegionAs() const { in getRegionAs() function
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp469 Base.castAs<loc::MemRegionVal>().getRegionAs<SubRegion>(); in getLValueElement()
H A DBugReporterVisitors.cpp2527 if (const auto *SR = L->getRegionAs<SymbolicRegion>()) { in handle()
2530 } else if (L->getRegionAs<AllocaRegion>()) in handle()