gcc_jit_rvalue_get_type  229 src/comp.c     DEF_DLL_FN (gcc_jit_type *, gcc_jit_rvalue_get_type, (gcc_jit_rvalue *rvalue));
gcc_jit_rvalue_get_type  345 src/comp.c       LOAD_DLL_FN (library, gcc_jit_rvalue_get_type);
gcc_jit_rvalue_get_type 1113 src/comp.c       if (gcc_jit_rvalue_get_type (test) == comp.bool_type)
gcc_jit_rvalue_get_type 1150 src/comp.c       gcc_jit_type *old_type = gcc_jit_rvalue_get_type (obj);