Lines Matching defs:tmp
4067 upb_alloc *tmp; /* Alloc for addtab and any other tmp data. */
4149 upb_value tmp;
4150 if (upb_strtable_lookup(ctx->addtab, name, &tmp) ||
4151 upb_strtable_lookup(&ctx->symtab->syms, name, &tmp)) {
4156 CHK_OOM(upb_strtable_insert3(ctx->addtab, name, strlen(name), v, ctx->tmp));
5034 ctx.tmp = upb_arena_alloc(tmparena);
5040 upb_strtable_init2(&addtab, UPB_CTYPE_CONSTPTR, ctx.tmp) &&
6861 FILE *f = fopen("/tmp/upb-bytecode", "w");
6867 f = fopen("/tmp/upb-bytecode.bin", "wb");