Lines Matching refs:fullname
470 string fullname = method->getName().str(); in print_method_call() local
481 print_indent(indent, "res = isl.%s(", fullname.c_str()); in print_method_call()
672 const string &fullname, const function_set &methods, in print_method() argument
711 string fullname = fd->getName().str(); in print_set_enum() local
718 printf(" res = isl.%s(", fullname.c_str()); in print_set_enum()
756 string fullname = cons->getName().str(); in print_constructor() local
763 printf(" self.ptr = isl.%s(", fullname.c_str()); in print_constructor()
912 string fullname = fd->getName().str(); in print_restype() local
915 printf("isl.%s.restype = c_void_p\n", fullname.c_str()); in print_restype()
917 printf("isl.%s.restype = POINTER(c_char)\n", fullname.c_str()); in print_restype()
927 string fullname = fd->getName().str(); in print_argtypes() local
930 printf("isl.%s.argtypes = [", fullname.c_str()); in print_argtypes()