OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TypedRegion
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
InnerPointerChecker.cpp
321
const auto *
TypedRegion
= cast<TypedValueRegion>(ObjRegion);
322
QualType ObjTy =
TypedRegion
->getValueType();
MallocChecker.cpp
3224
const auto *
TypedRegion
= cast<TypedValueRegion>(ObjRegion);
3225
QualType ObjTy =
TypedRegion
->getValueType();
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h
497
///
TypedRegion
- An abstract class representing regions that are typed.
498
class
TypedRegion
: public SubRegion {
502
TypedRegion
(const MemRegion *sReg, Kind k) : SubRegion(sReg, k) {
522
class TypedValueRegion : public
TypedRegion
{
526
TypedValueRegion(const MemRegion* sReg, Kind k) :
TypedRegion
(sReg, k) {
553
class CodeTextRegion : public
TypedRegion
{
557
CodeTextRegion(const MemSpaceRegion *sreg, Kind k) :
TypedRegion
(sreg, k) {
663
class BlockDataRegion : public
TypedRegion
{
674
:
TypedRegion
(sreg, BlockDataRegionKind), BC(bc), LC(lc),
Completed in 21 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026