Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
DUninitializedObjectChecker.cpp300 const auto *FR = FieldVal.getRegionAs<FieldRegion>(); in isNonUnionUninit()
357 .getRegionAs<TypedValueRegion>(); in isNonUnionUninit()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DStore.cpp470 Base.castAs<loc::MemRegionVal>().getRegionAs<SubRegion>(); in getLValueElement()
DBugReporterVisitors.cpp2505 if (const auto *SR = L->getRegionAs<SymbolicRegion>()) { in handle()
2508 } else if (L->getRegionAs<AllocaRegion>()) in handle()
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h520 const REGION* getRegionAs() const { in getRegionAs() function