HomeSort by: relevance | last modified time | path
    Searched defs:REGION (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValVisitor.h 114 #define REGION(Id, Parent) case MemRegion::Id ## Kind: DISPATCH(Id);
122 #define REGION(Id, Parent) \
125 REGION(Id, Parent)
MemRegion.h 61 /// Represent a region's offset within the top level base region.
63 /// The base region.
66 /// The bit offset within the base region. Can be negative.
90 // Base region classes.
97 #define REGION(Id, Parent) Id ## Kind,
121 /// Recursively retrieve the region of the most derived class instance of
125 /// Check if the region is a subregion of the given region.
126 /// Each region is a subregion of itself
    [all...]

Completed in 25 milliseconds