Searched refs:ptr_mask (Results 1 – 2 of 2) sorted by relevance
1843 char *ptr_word, *ptr_mask; local1893 ptr_mask = strchr (ptr_word, '/');1894 if (ptr_mask != NULL) {1898 bit_count = (int) strtol (ptr_mask+1, &endp, 10);1901 ptr_mask+1);1910 warn("invalid address length syntax: %v", ptr_mask+1);1913 *ptr_mask = '\0';1924 if (ptr_mask == NULL) {1939 if (ptr_mask != NULL)1940 *ptr_mask = '/';
15 define i8* @ptr_mask(i8* %in) { ret i8* undef }76 # CHECK-LABEL: name: ptr_mask77 name: ptr_mask