Introspection 47 src/Error.cpp const std::string &source_loc = Introspection::get_source_location(); Introspection 2666 src/Generator.h Internal::Introspection::get_introspection_helper<T>()) {} Introspection 20 src/Introspection.h namespace Introspection { Introspection 73 src/Introspection.h std::string loc = Introspection::get_source_location(); Introspection 74 src/Introspection.h std::string name = Introspection::get_variable_name(var, type); Introspection 134 src/Introspection.h Halide::Internal::Introspection::test_compilation_unit(&test, &test_a, &offset_marker); Introspection 23 src/ObjectInstanceRegistry.cpp Introspection::register_heap_object(this_ptr, size, introspection_helper); Introspection 37 src/ObjectInstanceRegistry.cpp Introspection::deregister_heap_object(this_ptr, it->second.size); Introspection 189 src/Util.cpp string name = Introspection::get_variable_name(stack_ptr, type); Introspection 10 test/correctness/introspection.cpp std::string loc = Halide::Internal::Introspection::get_source_location(); Introspection 11 test/correctness/introspection.cpp std::string name = Halide::Internal::Introspection::get_variable_name(var, type); Introspection 129 test/correctness/introspection.cpp Halide::Internal::Introspection::register_heap_object(obj, sizeof(HeapObject), &dummy_heap_object_ptr); Introspection 141 test/correctness/introspection.cpp Halide::Internal::Introspection::deregister_heap_object(obj, sizeof(HeapObject));