| /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
| tut02-square.c | 96 void *fn_ptr = gcc_jit_result_get_code (result, "square"); local 97 if (!fn_ptr) 99 fprintf (stderr, "NULL fn_ptr"); 104 fn_type square = (fn_type)fn_ptr;
|
| tut02-square.cc | 81 void *fn_ptr = gcc_jit_result_get_code (result, "square"); local 82 if (!fn_ptr) 84 fprintf (stderr, "NULL fn_ptr"); 90 fn_type square = (fn_type)fn_ptr;
|
| tut02-square.c | 96 void *fn_ptr = gcc_jit_result_get_code (result, "square"); local 97 if (!fn_ptr) 99 fprintf (stderr, "NULL fn_ptr"); 104 fn_type square = (fn_type)fn_ptr;
|
| tut02-square.cc | 81 void *fn_ptr = gcc_jit_result_get_code (result, "square"); local 82 if (!fn_ptr) 84 fprintf (stderr, "NULL fn_ptr"); 90 fn_type square = (fn_type)fn_ptr;
|
| tut02-square.c | 96 void *fn_ptr = gcc_jit_result_get_code (result, "square"); local 97 if (!fn_ptr) 99 fprintf (stderr, "NULL fn_ptr"); 104 fn_type square = (fn_type)fn_ptr;
|
| tut02-square.cc | 81 void *fn_ptr = gcc_jit_result_get_code (result, "square"); local 82 if (!fn_ptr) 84 fprintf (stderr, "NULL fn_ptr"); 90 fn_type square = (fn_type)fn_ptr;
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
| tut02-square.c | 96 void *fn_ptr = gcc_jit_result_get_code (result, "square"); local 97 if (!fn_ptr) 99 fprintf (stderr, "NULL fn_ptr"); 104 fn_type square = (fn_type)fn_ptr;
|
| tut02-square.cc | 81 void *fn_ptr = gcc_jit_result_get_code (result, "square"); local 82 if (!fn_ptr) 84 fprintf (stderr, "NULL fn_ptr"); 90 fn_type square = (fn_type)fn_ptr;
|
| tut02-square.c | 96 void *fn_ptr = gcc_jit_result_get_code (result, "square"); local 97 if (!fn_ptr) 99 fprintf (stderr, "NULL fn_ptr"); 104 fn_type square = (fn_type)fn_ptr;
|
| tut02-square.cc | 81 void *fn_ptr = gcc_jit_result_get_code (result, "square"); local 82 if (!fn_ptr) 84 fprintf (stderr, "NULL fn_ptr"); 90 fn_type square = (fn_type)fn_ptr;
|
| tut02-square.c | 96 void *fn_ptr = gcc_jit_result_get_code (result, "square"); local 97 if (!fn_ptr) 99 fprintf (stderr, "NULL fn_ptr"); 104 fn_type square = (fn_type)fn_ptr;
|
| tut02-square.cc | 81 void *fn_ptr = gcc_jit_result_get_code (result, "square"); local 82 if (!fn_ptr) 84 fprintf (stderr, "NULL fn_ptr"); 90 fn_type square = (fn_type)fn_ptr;
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| region-model.cc | 4235 tree fn_ptr = gimple_call_fn (call); local 4236 if (fn_ptr == NULL_TREE) 4238 const svalue *fn_ptr_sval = get_rvalue (fn_ptr, ctxt);
|
| region-model.cc | 4235 tree fn_ptr = gimple_call_fn (call); local 4236 if (fn_ptr == NULL_TREE) 4238 const svalue *fn_ptr_sval = get_rvalue (fn_ptr, ctxt);
|
| region-model.cc | 4235 tree fn_ptr = gimple_call_fn (call); local 4236 if (fn_ptr == NULL_TREE) 4238 const svalue *fn_ptr_sval = get_rvalue (fn_ptr, ctxt);
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| region-model.cc | 6239 tree fn_ptr = gimple_call_fn (call); local 6240 if (fn_ptr == NULL_TREE) 6242 const svalue *fn_ptr_sval = get_rvalue (fn_ptr, ctxt);
|
| region-model.cc | 6239 tree fn_ptr = gimple_call_fn (call); local 6240 if (fn_ptr == NULL_TREE) 6242 const svalue *fn_ptr_sval = get_rvalue (fn_ptr, ctxt);
|
| region-model.cc | 6239 tree fn_ptr = gimple_call_fn (call); local 6240 if (fn_ptr == NULL_TREE) 6242 const svalue *fn_ptr_sval = get_rvalue (fn_ptr, ctxt);
|