HomeSort by: relevance | last modified time | path
    Searched defs:byte_type (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
tut05-bf.c 52 gcc_jit_type *byte_type; member in struct:bf_compiler
228 bfc->byte_type));
340 bfc.byte_type =
345 bfc.byte_type,
371 bfc.byte_zero = gcc_jit_context_zero (bfc.ctxt, bfc.byte_type);
372 bfc.byte_one = gcc_jit_context_one (bfc.ctxt, bfc.byte_type);
tut05-bf.c 52 gcc_jit_type *byte_type; member in struct:bf_compiler
228 bfc->byte_type));
340 bfc.byte_type =
345 bfc.byte_type,
371 bfc.byte_zero = gcc_jit_context_zero (bfc.ctxt, bfc.byte_type);
372 bfc.byte_one = gcc_jit_context_one (bfc.ctxt, bfc.byte_type);
  /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/
tut05-bf.c 52 gcc_jit_type *byte_type; member in struct:bf_compiler
228 bfc->byte_type));
340 bfc.byte_type =
345 bfc.byte_type,
371 bfc.byte_zero = gcc_jit_context_zero (bfc.ctxt, bfc.byte_type);
372 bfc.byte_one = gcc_jit_context_one (bfc.ctxt, bfc.byte_type);
tut05-bf.c 52 gcc_jit_type *byte_type; member in struct:bf_compiler
228 bfc->byte_type));
340 bfc.byte_type =
345 bfc.byte_type,
371 bfc.byte_zero = gcc_jit_context_zero (bfc.ctxt, bfc.byte_type);
372 bfc.byte_one = gcc_jit_context_one (bfc.ctxt, bfc.byte_type);

Completed in 63 milliseconds