get_variable_name 25 src/Introspection.h EXPORT std::string get_variable_name(const void *, const std::string &expected_type); get_variable_name 74 src/Introspection.h std::string name = Introspection::get_variable_name(var, type); get_variable_name 189 src/Util.cpp string name = Introspection::get_variable_name(stack_ptr, type); get_variable_name 11 test/correctness/introspection.cpp std::string name = Halide::Internal::Introspection::get_variable_name(var, type);