/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
H A D | tut02-square.c | 103 typedef int (*fn_type) (int); in main() typedef 104 fn_type square = (fn_type)fn_ptr; in main()
|
H A D | tut02-square.cc | 89 typedef int (*fn_type) (int); in main() typedef 90 fn_type square = (fn_type)fn_ptr; in main()
|
H A D | tut01-hello-world.c | 107 typedef void (*fn_type) (const char *); in main() typedef 108 fn_type greet = in main() 109 (fn_type)gcc_jit_result_get_code (result, "greet"); in main()
|
H A D | tut01-hello-world.cc | 92 typedef void (*fn_type) (const char *); in main() typedef 93 fn_type greet = in main() 94 (fn_type)gcc_jit_result_get_code (result, "greet"); in main()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
H A D | tut02-square.cc | 89 typedef int (*fn_type) (int); in main() typedef 90 fn_type square = (fn_type)fn_ptr; in main()
|
H A D | tut02-square.c | 103 typedef int (*fn_type) (int); in main() typedef 104 fn_type square = (fn_type)fn_ptr; in main()
|
H A D | tut01-hello-world.c | 107 typedef void (*fn_type) (const char *); in main() typedef 108 fn_type greet = in main() 109 (fn_type)gcc_jit_result_get_code (result, "greet"); in main()
|
H A D | tut01-hello-world.cc | 92 typedef void (*fn_type) (const char *); in main() typedef 93 fn_type greet = in main() 94 (fn_type)gcc_jit_result_get_code (result, "greet"); in main()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/epiphany/ |
H A D | epiphany.cc | 1028 static enum epiphany_function_type fn_type = EPIPHANY_FUNCTION_UNKNOWN; in epiphany_compute_function_type() local 1035 fn_type = EPIPHANY_FUNCTION_UNKNOWN; in epiphany_compute_function_type() 1037 return fn_type; in epiphany_compute_function_type() 1040 if (decl == last_fn && fn_type != EPIPHANY_FUNCTION_UNKNOWN) in epiphany_compute_function_type() 1041 return fn_type; in epiphany_compute_function_type() 1044 fn_type = EPIPHANY_FUNCTION_NORMAL; in epiphany_compute_function_type() 1054 fn_type = EPIPHANY_FUNCTION_INTERRUPT; in epiphany_compute_function_type() 1058 return fn_type; in epiphany_compute_function_type() 1088 enum epiphany_function_type fn_type; in epiphany_compute_frame_size() local 1108 fn_type = epiphany_compute_function_type (current_function_decl); in epiphany_compute_frame_size() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/epiphany/ |
H A D | epiphany.c | 1026 static enum epiphany_function_type fn_type = EPIPHANY_FUNCTION_UNKNOWN; in epiphany_compute_function_type() local 1033 fn_type = EPIPHANY_FUNCTION_UNKNOWN; in epiphany_compute_function_type() 1035 return fn_type; in epiphany_compute_function_type() 1038 if (decl == last_fn && fn_type != EPIPHANY_FUNCTION_UNKNOWN) in epiphany_compute_function_type() 1039 return fn_type; in epiphany_compute_function_type() 1042 fn_type = EPIPHANY_FUNCTION_NORMAL; in epiphany_compute_function_type() 1052 fn_type = EPIPHANY_FUNCTION_INTERRUPT; in epiphany_compute_function_type() 1056 return fn_type; in epiphany_compute_function_type() 1086 enum epiphany_function_type fn_type; in epiphany_compute_frame_size() local 1106 fn_type = epiphany_compute_function_type (current_function_decl); in epiphany_compute_frame_size() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/ |
H A D | arc.cc | 422 unsigned int fn_type; member 2146 unsigned int fn_type = fun->machine->fn_type; in arc_compute_function_type() local 2148 if (fn_type != ARC_FUNCTION_UNKNOWN) in arc_compute_function_type() 2149 return fn_type; in arc_compute_function_type() 2153 fn_type |= ARC_FUNCTION_NAKED; in arc_compute_function_type() 2155 fn_type |= ARC_FUNCTION_NORMAL; in arc_compute_function_type() 2169 fn_type |= ARC_FUNCTION_ILINK1; in arc_compute_function_type() 2171 fn_type |= ARC_FUNCTION_ILINK2; in arc_compute_function_type() 2173 fn_type |= ARC_FUNCTION_FIRQ; in arc_compute_function_type() 2178 return fun->machine->fn_type = fn_type; in arc_compute_function_type() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
H A D | arc.c | 422 unsigned int fn_type; member 2147 unsigned int fn_type = fun->machine->fn_type; in arc_compute_function_type() local 2149 if (fn_type != ARC_FUNCTION_UNKNOWN) in arc_compute_function_type() 2150 return fn_type; in arc_compute_function_type() 2154 fn_type |= ARC_FUNCTION_NAKED; in arc_compute_function_type() 2156 fn_type |= ARC_FUNCTION_NORMAL; in arc_compute_function_type() 2170 fn_type |= ARC_FUNCTION_ILINK1; in arc_compute_function_type() 2172 fn_type |= ARC_FUNCTION_ILINK2; in arc_compute_function_type() 2174 fn_type |= ARC_FUNCTION_FIRQ; in arc_compute_function_type() 2179 return fun->machine->fn_type = fn_type; in arc_compute_function_type() [all …]
|
/netbsd-src/external/mit/isl/dist/interface/ |
H A D | python.cc | 860 if (!clazz.fn_type) in print_upcast_constructors() 974 if (!clazz.fn_type && !clazz.is_type_subclass()) in print_new() 979 if (clazz.fn_type) { in print_new() 984 clazz.fn_type->getNameAsString().c_str()); in print_new() 1093 if (clazz.fn_type) in print_method_types() 1094 print_method_type(clazz.fn_type); in print_method_types()
|
H A D | generator.cc | 225 void generator::add_type_subclasses(FunctionDecl *fn_type) in add_type_subclasses() argument 227 QualType return_type = fn_type->getReturnType(); in add_type_subclasses() 230 isl_class *c = method2class(fn_type); in add_type_subclasses() 233 c->fn_type = fn_type; in add_type_subclasses()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | function-tests.c | 91 tree fn_type; in make_fndecl() local 93 fn_type = build_varargs_function_type_array (return_type, in make_fndecl() 97 fn_type = build_function_type_array (return_type, in make_fndecl() 101 tree fndecl = build_fn_decl (name, fn_type); in make_fndecl()
|
H A D | rtl.h | 4189 emit_library_call (rtx fun, libcall_type fn_type, machine_mode outmode) 4191 emit_library_call_value_1 (0, fun, NULL_RTX, fn_type, outmode, 0, NULL); 4195 emit_library_call (rtx fun, libcall_type fn_type, machine_mode outmode, 4199 emit_library_call_value_1 (0, fun, NULL_RTX, fn_type, outmode, 1, args); 4203 emit_library_call (rtx fun, libcall_type fn_type, machine_mode outmode, 4211 emit_library_call_value_1 (0, fun, NULL_RTX, fn_type, outmode, 2, args); 4215 emit_library_call (rtx fun, libcall_type fn_type, machine_mode outmode, 4225 emit_library_call_value_1 (0, fun, NULL_RTX, fn_type, outmode, 3, args); 4229 emit_library_call (rtx fun, libcall_type fn_type, machine_mode outmode, 4241 emit_library_call_value_1 (0, fun, NULL_RTX, fn_type, outmode, 4, args); [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | function-tests.cc | 92 tree fn_type; in make_fndecl() local 94 fn_type = build_varargs_function_type_array (return_type, in make_fndecl() 98 fn_type = build_function_type_array (return_type, in make_fndecl() 102 tree fndecl = build_fn_decl (name, fn_type); in make_fndecl()
|
H A D | rtl.h | 4327 emit_library_call (rtx fun, libcall_type fn_type, machine_mode outmode) 4329 emit_library_call_value_1 (0, fun, NULL_RTX, fn_type, outmode, 0, NULL); 4333 emit_library_call (rtx fun, libcall_type fn_type, machine_mode outmode, 4337 emit_library_call_value_1 (0, fun, NULL_RTX, fn_type, outmode, 1, args); 4341 emit_library_call (rtx fun, libcall_type fn_type, machine_mode outmode, 4349 emit_library_call_value_1 (0, fun, NULL_RTX, fn_type, outmode, 2, args); 4353 emit_library_call (rtx fun, libcall_type fn_type, machine_mode outmode, 4363 emit_library_call_value_1 (0, fun, NULL_RTX, fn_type, outmode, 3, args); 4367 emit_library_call (rtx fun, libcall_type fn_type, machine_mode outmode, 4379 emit_library_call_value_1 (0, fun, NULL_RTX, fn_type, outmode, 4, args); [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/ |
H A D | m32r.c | 1427 static enum m32r_function_type fn_type = M32R_FUNCTION_UNKNOWN; in m32r_compute_function_type() local 1434 fn_type = M32R_FUNCTION_UNKNOWN; in m32r_compute_function_type() 1436 return fn_type; in m32r_compute_function_type() 1439 if (decl == last_fn && fn_type != M32R_FUNCTION_UNKNOWN) in m32r_compute_function_type() 1440 return fn_type; in m32r_compute_function_type() 1443 fn_type = (lookup_attribute ("interrupt", DECL_ATTRIBUTES (current_function_decl)) != NULL_TREE in m32r_compute_function_type() 1448 return fn_type; in m32r_compute_function_type() 1549 enum m32r_function_type fn_type; in m32r_compute_frame_size() local 1564 fn_type = m32r_compute_function_type (current_function_decl); in m32r_compute_frame_size() 1565 interrupt_p = M32R_INTERRUPT_P (fn_type); in m32r_compute_frame_size() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32r/ |
H A D | m32r.cc | 1428 static enum m32r_function_type fn_type = M32R_FUNCTION_UNKNOWN; in m32r_compute_function_type() local 1435 fn_type = M32R_FUNCTION_UNKNOWN; in m32r_compute_function_type() 1437 return fn_type; in m32r_compute_function_type() 1440 if (decl == last_fn && fn_type != M32R_FUNCTION_UNKNOWN) in m32r_compute_function_type() 1441 return fn_type; in m32r_compute_function_type() 1444 fn_type = (lookup_attribute ("interrupt", DECL_ATTRIBUTES (current_function_decl)) != NULL_TREE in m32r_compute_function_type() 1449 return fn_type; in m32r_compute_function_type() 1550 enum m32r_function_type fn_type; in m32r_compute_frame_size() local 1565 fn_type = m32r_compute_function_type (current_function_decl); in m32r_compute_frame_size() 1566 interrupt_p = M32R_INTERRUPT_P (fn_type); in m32r_compute_frame_size() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | jit-playback.c | 377 tree fn_type; in new_function_type() local 379 fn_type = in new_function_type() 384 fn_type = build_function_type_array (return_type->as_tree (), in new_function_type() 389 return new type (fn_type); in new_function_type() 432 tree fn_type; in new_function() local 434 fn_type = build_varargs_function_type_array (return_type->as_tree (), in new_function() 437 fn_type = build_function_type_array (return_type->as_tree (), in new_function() 442 tree fndecl = build_fn_decl (name, fn_type); in new_function() 942 tree fn_type = TREE_TYPE (fn); in build_call() local 943 tree return_type = TREE_TYPE (fn_type); in build_call()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-playback.cc | 469 tree fn_type; in new_function_type() local 471 fn_type = in new_function_type() 476 fn_type = build_function_type_array (return_type->as_tree (), in new_function_type() 481 return new type (fn_type); in new_function_type() 524 tree fn_type; in new_function() local 526 fn_type = build_varargs_function_type_array (return_type->as_tree (), in new_function() 529 fn_type = build_function_type_array (return_type->as_tree (), in new_function() 534 tree fndecl = build_fn_decl (name, fn_type); in new_function() 1286 tree fn_type = TREE_TYPE (fn); in build_call() local 1287 tree return_type = TREE_TYPE (fn_type); in build_call()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/intro/ |
H A D | tutorial02.rst | 217 typedef int (*fn_type) (int); 218 fn_type square = (fn_type)fn_ptr;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/intro/ |
H A D | tutorial02.rst | 217 typedef int (*fn_type) (int); 218 fn_type square = (fn_type)fn_ptr;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/intro/ |
H A D | tutorial02.rst | 219 typedef int (*fn_type) (int); 220 fn_type square = (fn_type)fn_ptr;
|