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 162 nonloc::CompoundVal::iterator nonloc::CompoundVal::begin() const {
166 nonloc::CompoundVal::iterator nonloc::CompoundVal::end() const {
280 const nonloc::CompoundVal& C = castAs<nonloc::CompoundVal>();
281 os << "compoundVal{";
283 for (nonloc::CompoundVal::iterator I=C.begin(), E=C.end(); I!=E; ++I) {
RegionStore.cpp 521 /// Get bindings for the values in a struct and return a CompoundVal, used
    [all...]
ProgramState.cpp 521 bool ScanReachableSymbols::scan(nonloc::CompoundVal val) {
522 for (nonloc::CompoundVal::iterator I=val.begin(), E=val.end(); I!=E; ++I)
576 if (Optional<nonloc::CompoundVal> X = val.getAs<nonloc::CompoundVal>())
BugReporterVisitors.cpp 275 V.getAs<nonloc::CompoundVal>())
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NonNullParamChecker.cpp 101 if (Optional<nonloc::CompoundVal> CSV =
102 DV->getAs<nonloc::CompoundVal>()) {
103 nonloc::CompoundVal::iterator CSV_I = CSV->begin();
109 // a LazyCompoundVal inside a CompoundVal.
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 410 class CompoundVal : public NonLoc {
413 explicit CompoundVal(const CompoundValData* D) : NonLoc(CompoundValKind, D) {}
426 CompoundVal() {}
SValBuilder.h 213 return nonloc::CompoundVal(BasicVals.getCompoundValData(type, vals));
ProgramState.h 809 bool scan(nonloc::CompoundVal val);

Completed in 66 milliseconds