PureVar           831 src/Func.cpp               Dim d = {v.name(), ForType::Serial, DeviceAPI::None, Dim::Type::PureVar};
PureVar          1076 src/Func.cpp                   (!dims[i].is_rvar() && (outer_type == Dim::Type::PureVar)));
PureVar          1174 src/Func.cpp               dims[i].dim_type = Dim::Type::PureVar;
PureVar           447 src/Function.cpp         Dim d = {args[i], ForType::Serial, DeviceAPI::None, Dim::Type::PureVar};
PureVar           455 src/Function.cpp         Dim d = {Var::outermost().name(), ForType::Serial, DeviceAPI::None, Dim::Type::PureVar};
PureVar           652 src/Function.cpp             Dim d = {pure_args[i], ForType::Serial, DeviceAPI::None, Dim::Type::PureVar};
PureVar           659 src/Function.cpp         Dim d = {Var::outermost().name(), ForType::Serial, DeviceAPI::None, Dim::Type::PureVar};
PureVar           206 src/Schedule.h     bool is_pure() const {return (dim_type == PureVar) || (dim_type == PureRVar);}