Searched defs:params (Results 1 - 25 of 83) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/alpha/
H A Dpr61586.c4 void foo (int *dimensions, double **params, int hh) argument
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dnamelist_58.f9015 namelist / params / plot_page namelist in program:test
H A Dnamelist_64.f9017 namelist / params / curve namelist in program:test
H A Dinterface_derived_type_1.f9020 type(fcnparms) :: params local in subroutine:sim_1
33 type(fcnparms) :: params ! This is OK, of course local in subroutine:sim_2
53 type(fcnparms) :: params ! -ditto- local in subroutine:sim_3
H A Dnamelist_63.f9027 namelist / params / curve ! { dg-error "ALLOCATABLE or POINTER components and thus requires a defined input/output" } namelist in program:test
/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dtest-error-param-reuse.c24 gcc_jit_param *params[2]; local
H A Dtest-error-call-through-ptr-with-too-many-args.c48 gcc_jit_param *params[2]; local
H A Dtest-error-gcc_jit_block_end_with_switch-NULL-case.c33 gcc_jit_param *params[1] = {x}; local
H A Dtest-error-gcc_jit_block_end_with_switch-mismatching-case-type.c33 gcc_jit_param *params[1] = {x}; local
H A Dtest-error-gcc_jit_block_end_with_switch-overlapping-ranges.c36 gcc_jit_param *params[1] = {x}; local
H A Dtest-error-gcc_jit_context_new_case-non-const-label.c33 gcc_jit_param *params[1] = {x}; local
H A Dtest-error-gcc_jit_context_new_case-non-integer-type.c33 gcc_jit_param *params[1] = {x}; local
H A Dtest-error-gcc_jit_context_new_case-reversed-endpoints.c33 gcc_jit_param *params[1] = {x}; local
H A Dtest-factorial.c31 gcc_jit_param *params[1] = {x}; local
H A Dtest-pr66700-observing-write-through-ptr.c43 gcc_jit_param *params[1]; local
H A Dcreate-code-for-hello-world-executable.h74 gcc_jit_param *params[2] = {param_argc, param_argv}; local
H A Dtest-calling-external-function.c38 gcc_jit_param *params[3]; local
H A Dtest-calling-function-ptr.c50 gcc_jit_param *params[2]; local
H A Dtest-fibonacci.c43 gcc_jit_param *params[1] = {x}; local
H A Dtest-sum-of-squares.c35 gcc_jit_param *params[1] = {n}; local
/haiku-buildtools/gcc/gcc/jit/docs/examples/
H A Dtut02-square.cc37 std::vector<gccjit::param> params; local
H A Dtut03-sum-of-squares.c47 gcc_jit_param *params[1] = {n}; local
H A Dtut03-sum-of-squares.cc45 std::vector<gccjit::param> params; local
/haiku-buildtools/jam/
H A Djamgram.y266 params : /* empty */ label
/haiku-buildtools/legacy/gcc/gcc/
H A Dscan.h49 const char *params; member in struct:fn_decl

Completed in 79 milliseconds

1234