NoBoundsQuery      34 apps/linear_algebra/src/blas_l1_generators.cpp                        .with_feature(Target::NoBoundsQuery));
NoBoundsQuery     111 apps/linear_algebra/src/blas_l1_generators.cpp                        .with_feature(Target::NoBoundsQuery));
NoBoundsQuery     178 apps/linear_algebra/src/blas_l1_generators.cpp                        .with_feature(Target::NoBoundsQuery));
NoBoundsQuery      35 apps/linear_algebra/src/blas_l2_generators.cpp                        .with_feature(Target::NoBoundsQuery));
NoBoundsQuery     201 apps/linear_algebra/src/blas_l2_generators.cpp                        .with_feature(Target::NoBoundsQuery));
NoBoundsQuery      90 python_bindings/python/Target.cpp         .value("NoBoundsQuery", Target::Feature::NoBoundsQuery)
NoBoundsQuery      69 src/AddImageChecks.cpp     bool no_bounds_query = t.has_feature(Target::NoBoundsQuery);
NoBoundsQuery     559 src/Module.cpp             .with_feature(Target::NoBoundsQuery)
NoBoundsQuery     222 src/Target.cpp     {"no_bounds_query", Target::NoBoundsQuery},
NoBoundsQuery      80 test/correctness/host_alignment.cpp     t.set_feature(Target::NoBoundsQuery);
NoBoundsQuery      26 test/correctness/interleave.cpp     t.set_feature(Target::NoBoundsQuery);
NoBoundsQuery      80 test/correctness/simd_op_check.cpp             .with_feature(Target::NoBoundsQuery)
NoBoundsQuery      97 test/correctness/target.cpp     t2 = t1.with_feature(Target::NoAsserts).with_feature(Target::NoBoundsQuery);
NoBoundsQuery     107 test/correctness/target.cpp     t2 = t1.without_feature(Target::NoAsserts).without_feature(Target::NoBoundsQuery);