box_touched        34 src/AllocationBoundsInference.cpp         Box b = box_touched(op->body, op->name, empty_scope, func_bounds);
box_touched      1360 src/Bounds.cpp     return box_touched(e, Stmt(), true, false, fn, scope, fb);
box_touched      1368 src/Bounds.cpp     return box_touched(Expr(), s, true, false, fn, scope, fb);
box_touched      1376 src/Bounds.cpp     return box_touched(e, Stmt(), false, true, fn, scope, fb);
box_touched      1384 src/Bounds.cpp     return box_touched(Expr(), s, false, true, fn, scope, fb);
box_touched      1392 src/Bounds.cpp     return box_touched(e, Stmt(), true, true, fn, scope, fb);
box_touched      1400 src/Bounds.cpp     return box_touched(Expr(), s, true, true, fn, scope, fb);
box_touched       134 src/Bounds.h   Box box_touched(Expr e, std::string fn,
box_touched       137 src/Bounds.h   Box box_touched(Stmt s, std::string fn,