Searched refs:newAlloc (Results 1 – 3 of 3) sorted by relevance
808 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)(str… in append8() local809 if (newAlloc == NULL) in append8()813 string->chars = newAlloc; in append8()836 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)((si… in appendUTF16_8() local837 if (newAlloc == NULL) in appendUTF16_8()841 string->chars = newAlloc; in appendUTF16_8()875 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)( si… in appendUTF16_UTF16() local876 if (newAlloc == NULL) in appendUTF16_UTF16()880 string->chars = newAlloc; in appendUTF16_UTF16()900 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)(len… in set8() local[all …]
161 #define darray_realloc(arr, newAlloc) do { \ argument163 ((arr).alloc = (newAlloc)) * sizeof(*(arr).item)); \
301 auto *newAlloc = rewriter.clone(*alloc.getOperation()); in matchAndRewrite() local303 newAlloc->getResult(0); in matchAndRewrite()