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

  /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/
tut01-hello-world.c 37 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");
tut01-hello-world.cc 36 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");
  /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
tut01-hello-world.c 37 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");
tut01-hello-world.cc 36 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");
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.cc 1747 tree const_char_ptr_type local
1755 = build_function_type_list (uint32_type_node, const_char_ptr_type, NULL);
1759 = build_function_type_list (ptr_type_node, const_char_ptr_type, NULL);
1763 = build_function_type_list (uint64_type_node, const_char_ptr_type, NULL);
1767 = build_function_type_list (float_type_node, const_char_ptr_type, NULL);
1771 = build_function_type_list (double_type_node, const_char_ptr_type, NULL);
1775 = build_function_type_list (uint128_type_node, const_char_ptr_type, NULL);
1779 = build_function_type_list (void_type_node, const_char_ptr_type,
1785 = build_function_type_list (void_type_node, const_char_ptr_type,
1790 = build_function_type_list (void_type_node, const_char_ptr_type,
    [all...]

Completed in 28 milliseconds