Searched defs:newAlloc (Results 1 – 5 of 5) sorted by relevance
/external/antlr/runtime/C/src/ |
D | antlr3string.c | 808 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)(str… in append8() local 836 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)((si… in appendUTF16_8() local 875 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)( si… in appendUTF16_UTF16() local 900 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)(len… in set8() local 928 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)(siz… in setUTF16_8() local 966 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)(siz… in setUTF16_UTF16() local 989 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)(str… in addc8() local 1011 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)(siz… in addcUTF16() local 1083 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)(str… in insert8() local 1126 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)(siz… in insertUTF16_8() local [all …]
|
/external/libxkbcommon/src/ |
D | darray.h | 161 #define darray_realloc(arr, newAlloc) do { \ argument
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | Utils.cpp | 412 AllocOp newAlloc = b.create<AllocOp>(allocOp.getLoc(), newMemRefType, in normalizeMemRef() local
|
/external/skqp/src/core/ |
D | SkPathRef.cpp | 68 void* newAlloc = sk_malloc_canfail(minSize); in shrinkToFit() local
|
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/ |
D | Ops.cpp | 347 auto newAlloc = rewriter.create<AllocLikeOp>(alloc.getLoc(), newMemRefType, in matchAndRewrite() local
|