HomeSort by relevance Sort by last modified time
    Searched refs:TypedRegion (Results 1 - 22 of 22) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
OSAtomicChecker.cpp 109 if (const TypedRegion *TR =
110 dyn_cast_or_null<TypedRegion>(location.getAsRegion())) {
162 if (const TypedRegion *R =
163 dyn_cast_or_null<TypedRegion>(location.getAsRegion())) {
BasicObjCFoundationChecks.cpp 151 void EmitError(const TypedRegion* R, const Expr* Ex,
293 const TypedRegion* R = dyn_cast<TypedRegion>(LV->stripCasts());
CallAndMessageChecker.cpp 119 bool Find(const TypedRegion *R) {
CStringChecker.cpp 772 const TypedRegion *TR = dyn_cast<TypedRegion>(MR);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 38 class TypedRegion;
95 const TypedRegion *R;
98 SymbolRegionValue(SymbolID sym, const TypedRegion *r)
101 const TypedRegion* getRegion() const { return R; }
103 static void Profile(llvm::FoldingSetNodeID& profile, const TypedRegion* R) {
166 const TypedRegion *R;
169 SymbolDerived(SymbolID sym, SymbolRef parent, const TypedRegion *r)
173 const TypedRegion *getRegion() const { return R; }
180 const TypedRegion *r) {
374 const SymbolRegionValue* getRegionValueSymbol(const TypedRegion* R)
    [all...]
BasicValueFactory.h 52 const TypedRegion *region;
54 LazyCompoundValData(const StoreRef &st, const TypedRegion *r)
58 const TypedRegion *getRegion() const { return region; }
62 const TypedRegion *region);
179 const TypedRegion *region);
MemRegion.h 351 /// TypedRegion - An abstract class representing regions that are typed.
352 class TypedRegion : public SubRegion {
354 TypedRegion(const MemRegion* sReg, Kind k) : SubRegion(sReg, k) {}
386 class CodeTextRegion : public TypedRegion {
388 CodeTextRegion(const MemRegion *sreg, Kind k) : TypedRegion(sreg, k) {}
570 class StringRegion : public TypedRegion {
576 : TypedRegion(sreg, StringRegionKind), Str(str) {}
608 class CompoundLiteralRegion : public TypedRegion {
614 : TypedRegion(sReg, CompoundLiteralRegionKind), CL(cl) {}
637 class DeclRegion : public TypedRegion {
    [all...]
SValBuilder.h 133 DefinedOrUnknownSVal getRegionValueSymbolVal(const TypedRegion *region);
142 SymbolRef parentSymbol, const TypedRegion *region);
157 NonLoc makeLazyCompoundVal(const StoreRef &store, const TypedRegion *region) {
SVals.h 39 class TypedRegion;
412 const TypedRegion *getRegion() const;
Store.h 220 SVal CastRetrievedVal(SVal val, const TypedRegion *region, QualType castTy,
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 90 if (const TypedRegion *TR = dyn_cast<TypedRegion>(R)) {
160 if (const TypedRegion *TR = dyn_cast<TypedRegion>(baseR)) {
214 SVal StoreManager::CastRetrievedVal(SVal V, const TypedRegion *R,
RegionStore.cpp 291 StoreRef BindStruct(Store store, const TypedRegion* R, SVal V);
293 StoreRef BindArray(Store store, const TypedRegion* R, SVal V);
296 StoreRef KillStruct(Store store, const TypedRegion* R, SVal DefaultVal);
336 SVal RetrieveLazySymbol(const TypedRegion *R);
338 SVal RetrieveFieldOrElementCommon(Store store, const TypedRegion *R,
349 SVal RetrieveStruct(Store store, const TypedRegion* R);
351 SVal RetrieveArray(Store store, const TypedRegion* R);
357 const TypedRegion *R, QualType Ty);
365 const TypedRegion *R);
684 const TypedRegion *TR = cast<TypedRegion>(baseR)
    [all...]
BasicStore.cpp 102 SVal LazyRetrieve(Store store, const TypedRegion *R);
133 SVal BasicStoreManager::LazyRetrieve(Store store, const TypedRegion *R) {
191 const TypedRegion *TR = cast<TypedRegion>(R);
242 const TypedRegion *TyR = cast<TypedRegion>(R);
602 QualType T = cast<TypedRegion>(R)->getValueType();
BugReporterVisitors.cpp 145 if (const TypedRegion *TR = dyn_cast<TypedRegion>(R)) {
175 if (const TypedRegion *TR = dyn_cast<TypedRegion>(R)) {
BasicValueFactory.cpp 30 const TypedRegion *region) {
131 const TypedRegion *region) {
FlatStore.cpp 129 return svalBuilder.getRegionValueSymbolVal(cast<TypedRegion>(R));
209 int64_t Size = Ctx.getTypeSize(cast<TypedRegion>(R)->getValueType());
SValBuilder.cpp 73 SValBuilder::getRegionValueSymbolVal(const TypedRegion* region) {
136 const TypedRegion *region) {
SymbolManager.cpp 92 SymbolManager::getRegionValueSymbol(const TypedRegion* R) {
127 const TypedRegion *R) {
GRState.cpp 203 if (const TypedRegion *TR = dyn_cast<TypedRegion>(R)) {
SVals.cpp 184 const TypedRegion *nonloc::LazyCompoundVal::getRegion() const {
ExprEngine.cpp     [all...]
CFRefCount.cpp     [all...]

Completed in 451 milliseconds