| /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
| tut01-hello-world.c | 107 typedef void (*fn_type) (const char *); typedef 108 fn_type greet = 109 (fn_type)gcc_jit_result_get_code (result, "greet");
|
| tut01-hello-world.cc | 92 typedef void (*fn_type) (const char *); typedef 93 fn_type greet = 94 (fn_type)gcc_jit_result_get_code (result, "greet");
|
| tut02-square.c | 103 typedef int (*fn_type) (int); typedef 104 fn_type square = (fn_type)fn_ptr;
|
| tut02-square.cc | 89 typedef int (*fn_type) (int); typedef 90 fn_type square = (fn_type)fn_ptr;
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
| tut01-hello-world.c | 107 typedef void (*fn_type) (const char *); typedef 108 fn_type greet = 109 (fn_type)gcc_jit_result_get_code (result, "greet");
|
| tut01-hello-world.cc | 92 typedef void (*fn_type) (const char *); typedef 93 fn_type greet = 94 (fn_type)gcc_jit_result_get_code (result, "greet");
|
| tut02-square.c | 103 typedef int (*fn_type) (int); typedef 104 fn_type square = (fn_type)fn_ptr;
|
| tut02-square.cc | 89 typedef int (*fn_type) (int); typedef 90 fn_type square = (fn_type)fn_ptr;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| function-tests.cc | 93 tree fn_type; local 95 fn_type = build_varargs_function_type_array (return_type, 99 fn_type = build_function_type_array (return_type, 103 tree fndecl = build_fn_decl (name, fn_type);
|
| ipa.cc | 1034 tree fn_type = build_function_type_list (void_type_node, local 1036 tree fn_ptr_type = build_pointer_type (fn_type); 1041 fn_type = build_function_type_list (integer_type_node, fn_ptr_type, 1044 cxa_name, fn_type);
|
| read-rtl-function.cc | 493 tree fn_type = build_function_type_array (return_type, 3, arg_types); local 494 tree fndecl = build_decl (UNKNOWN_LOCATION, FUNCTION_DECL, fn_name, fn_type);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| function-tests.cc | 92 tree fn_type; local 94 fn_type = build_varargs_function_type_array (return_type, 98 fn_type = build_function_type_array (return_type, 102 tree fndecl = build_fn_decl (name, fn_type);
|
| ipa.cc | 1033 tree fn_type = build_function_type_list (void_type_node, local 1035 tree fn_ptr_type = build_pointer_type (fn_type); 1040 fn_type = build_function_type_list (integer_type_node, fn_ptr_type, 1043 cxa_name, fn_type);
|
| read-rtl-function.cc | 493 tree fn_type = build_function_type_array (return_type, 3, arg_types); local 494 tree fndecl = build_decl (UNKNOWN_LOCATION, FUNCTION_DECL, fn_name, fn_type);
|
| /src/external/mit/isl/dist/interface/ |
| generator.h | 64 * "fn_type" is a reference to a function that described subclasses, if any. 65 * If "fn_type" is set, then "type_subclasses" maps the values returned 90 FunctionDecl *fn_type; member in struct:isl_class
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| rtti.cc | 786 tree fn_type = (build_function_type_list 791 (fn_name, fn_type, ECF_LEAF | ECF_PURE | ECF_NOTHROW)); 784 tree fn_type = (build_function_type_list local
|
| mangle.cc | 941 tree fn_type; local 946 fn_type = get_mostly_instantiated_function_type (decl); 947 /* FN_TYPE will not have parameter types for in-charge or 955 fn_type = TREE_TYPE (decl); 959 write_bare_function_type (fn_type, 1551 tree fn_type; local 1552 fn_type = get_mostly_instantiated_function_type (decl); 1553 type = TREE_TYPE (fn_type);
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| method.cc | 2958 tree fn_type; 3109 fn_type = build_method_type_directly (this_type, return_type, 3115 fn_type = build_exception_variant (fn_type, raises); 3129 fn = build_lang_decl (FUNCTION_DECL, name, fn_type); 3184 this_parm = build_this_parm (fn, fn_type, this_quals); 2956 tree fn_type; local
|
| rtti.cc | 786 tree fn_type = (build_function_type_list 791 (fn_name, fn_type, ECF_LEAF | ECF_PURE | ECF_NOTHROW)); 784 tree fn_type = (build_function_type_list local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| rust-lang.c | 1681 struct type *fn_type = sym.symbol->type (); 1682 if (fn_type->num_fields () == 0) 1685 if (fn_type->field (0).type ()->code () == TYPE_CODE_PTR) 1694 return value::zero (fn_type->target_type (), not_lval); 1676 struct type *fn_type = sym.symbol->type (); local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| rust-lang.c | 1686 struct type *fn_type = sym.symbol->type (); 1687 if (fn_type->num_fields () == 0) 1690 if (fn_type->field (0).type ()->code () == TYPE_CODE_PTR) 1699 return value::zero (fn_type->target_type (), not_lval); 1681 struct type *fn_type = sym.symbol->type (); local
|
| /src/external/gpl3/gcc/dist/gcc/config/epiphany/ |
| epiphany.cc | 1035 static enum epiphany_function_type fn_type = EPIPHANY_FUNCTION_UNKNOWN; 1042 fn_type = EPIPHANY_FUNCTION_UNKNOWN; 1044 return fn_type; 1047 if (decl == last_fn && fn_type != EPIPHANY_FUNCTION_UNKNOWN) 1048 return fn_type; 1051 fn_type = EPIPHANY_FUNCTION_NORMAL; 1061 fn_type = EPIPHANY_FUNCTION_INTERRUPT; 1065 return fn_type; 1095 enum epiphany_function_type fn_type; 1115 fn_type = epiphany_compute_function_type (current_function_decl) 1028 static enum epiphany_function_type fn_type = EPIPHANY_FUNCTION_UNKNOWN; local 1088 enum epiphany_function_type fn_type; local 1773 enum epiphany_function_type fn_type; local 1888 enum epiphany_function_type fn_type; local 1984 enum epiphany_function_type fn_type; local 2159 tree fn_type = TREE_TYPE (CALL_EXPR_FN (exp)); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/m32r/ |
| m32r.cc | 1443 static enum m32r_function_type fn_type = M32R_FUNCTION_UNKNOWN; 1450 fn_type = M32R_FUNCTION_UNKNOWN; 1452 return fn_type; 1455 if (decl == last_fn && fn_type != M32R_FUNCTION_UNKNOWN) 1456 return fn_type; 1459 fn_type = (lookup_attribute ("interrupt", DECL_ATTRIBUTES (current_function_decl)) != NULL_TREE 1464 return fn_type; 1566 enum m32r_function_type fn_type; 1581 fn_type = m32r_compute_function_type (current_function_decl); 1582 interrupt_p = M32R_INTERRUPT_P (fn_type); 1430 static enum m32r_function_type fn_type = M32R_FUNCTION_UNKNOWN; local 1552 enum m32r_function_type fn_type; local 1754 enum m32r_function_type fn_type = m32r_compute_function_type (current_function_decl); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-playback.cc | 471 tree fn_type; local 473 fn_type = 478 fn_type = build_function_type_array (return_type->as_tree (), 483 return new type (fn_type); 580 tree fn_type; local 582 fn_type = build_varargs_function_type_array (return_type->as_tree (), 585 fn_type = build_function_type_array (return_type->as_tree (), 590 tree fndecl = build_fn_decl (name, fn_type); 1451 tree fn_type = TREE_TYPE (fn); local 1452 tree return_type = TREE_TYPE (fn_type); [all...] |
| jit-recording.cc | 939 recording::function_type *fn_type local 945 record (fn_type); 946 return fn_type; 962 recording::function_type *fn_type local 969 return fn_type->get_pointer (); 2898 if (function_type *fn_type = m_other_type->dyn_cast_function_type ()) 2899 return fn_type->make_debug_string_with_ptr (); 2912 if (function_type *fn_type = m_other_type->dyn_cast_function_type ()) 2914 fn_type->write_deferred_reproducer (r, this); 4456 recording::function_type *fn_type local [all...] |