Searched refs:const_char_ptr_type (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
H A Dtut01-hello-world.c37 gcc_jit_type *const_char_ptr_type = local
40 gcc_jit_context_new_param (ctxt, NULL, const_char_ptr_type, "name");
50 gcc_jit_context_new_param (ctxt, NULL, const_char_ptr_type, "format");
H A Dtut01-hello-world.cc36 gccjit::type const_char_ptr_type = local
39 ctxt.new_param (const_char_ptr_type, "name");
49 ctxt.new_param (const_char_ptr_type, "format");
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/docs/examples/
H A Dtut01-hello-world.c37 gcc_jit_type *const_char_ptr_type = local
40 gcc_jit_context_new_param (ctxt, NULL, const_char_ptr_type, "name");
50 gcc_jit_context_new_param (ctxt, NULL, const_char_ptr_type, "format");
H A Dtut01-hello-world.cc36 gccjit::type const_char_ptr_type = local
39 ctxt.new_param (const_char_ptr_type, "name");
49 ctxt.new_param (const_char_ptr_type, "format");

Completed in 173 milliseconds