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

  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 153 nonloc::CompoundVal::iterator nonloc::CompoundVal::begin() const {
157 nonloc::CompoundVal::iterator nonloc::CompoundVal::end() const {
273 const nonloc::CompoundVal& C = *cast<nonloc::CompoundVal>(this);
274 os << "compoundVal{";
276 for (nonloc::CompoundVal::iterator I=C.begin(), E=C.end(); I!=E; ++I) {
ProgramState.cpp 490 bool ScanReachableSymbols::scan(nonloc::CompoundVal val) {
491 for (nonloc::CompoundVal::iterator I=val.begin(), E=val.end(); I!=E; ++I)
542 if (nonloc::CompoundVal *X = dyn_cast<nonloc::CompoundVal>(&val))
RegionStore.cpp 361 /// Get bindings for the values in a struct and return a CompoundVal, used
    [all...]
ExprEngine.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
AttrNonNullChecker.cpp 73 if (nonloc::CompoundVal *CSV = dyn_cast<nonloc::CompoundVal>(DV)) {
74 nonloc::CompoundVal::iterator CSV_I = CSV->begin();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 352 class CompoundVal : public NonLoc {
355 explicit CompoundVal(const CompoundValData* D) : NonLoc(CompoundValKind, D) {}
SValBuilder.h 202 return nonloc::CompoundVal(BasicVals.getCompoundValData(type, vals));
ProgramState.h 781 bool scan(nonloc::CompoundVal val);

Completed in 1496 milliseconds