gcc_jit_context_get_type  217 src/comp.c     DEF_DLL_FN (gcc_jit_type *, gcc_jit_context_get_type,
gcc_jit_context_get_type  303 src/comp.c       LOAD_DLL_FN (library, gcc_jit_context_get_type);
gcc_jit_context_get_type 4640 src/comp.c       comp.void_type = gcc_jit_context_get_type (comp.ctxt, GCC_JIT_TYPE_VOID);
gcc_jit_context_get_type 4642 src/comp.c         gcc_jit_context_get_type (comp.ctxt, GCC_JIT_TYPE_VOID_PTR);
gcc_jit_context_get_type 4643 src/comp.c       comp.bool_type = gcc_jit_context_get_type (comp.ctxt, GCC_JIT_TYPE_BOOL);
gcc_jit_context_get_type 4644 src/comp.c       comp.char_type = gcc_jit_context_get_type (comp.ctxt, GCC_JIT_TYPE_CHAR);
gcc_jit_context_get_type 4645 src/comp.c       comp.int_type = gcc_jit_context_get_type (comp.ctxt, GCC_JIT_TYPE_INT);
gcc_jit_context_get_type 4646 src/comp.c       comp.unsigned_type = gcc_jit_context_get_type (comp.ctxt,
gcc_jit_context_get_type 4648 src/comp.c       comp.long_type = gcc_jit_context_get_type (comp.ctxt, GCC_JIT_TYPE_LONG);
gcc_jit_context_get_type 4650 src/comp.c         gcc_jit_context_get_type (comp.ctxt, GCC_JIT_TYPE_UNSIGNED_LONG);
gcc_jit_context_get_type 4652 src/comp.c         gcc_jit_context_get_type (comp.ctxt, GCC_JIT_TYPE_LONG_LONG);
gcc_jit_context_get_type 4654 src/comp.c         gcc_jit_context_get_type (comp.ctxt, GCC_JIT_TYPE_UNSIGNED_LONG_LONG);