Searched refs:func_params (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
H A Dtut01-hello-world.cc40 std::vector<gccjit::param> func_params; local
41 func_params.push_back (param_name);
46 func_params, 0);
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/docs/examples/
H A Dtut01-hello-world.cc40 std::vector<gccjit::param> func_params; local
41 func_params.push_back (param_name);
46 func_params, 0);
/netbsd-current/external/bsd/byacc/dist/test/
H A Dgrammar.y294 static ParameterList *func_params;
351 if (func_params != 0) {
352 for (p = func_params->first; p != 0; p = p->next) {
421 if (func_params != NULL) {
422 set_param_types(func_params, &$1, &$2);
492 func_params = &($2->head->params);
493 func_params->begin_comment = cur_file->begin_comment;
494 func_params->end_comment = cur_file->end_comment;
509 func_params = NULL;
527 func_params
[all...]
/netbsd-current/external/bsd/byacc/dist/test/yacc/
H A Dgrammar.tab.c324 static ParameterList *func_params; variable
381 if (func_params != 0) {
382 for (p = func_params->first; p != 0; p = p->next) {
952 func_params = NULL;
1065 func_params = NULL;
1338 if (func_params != NULL) {
1339 set_param_types(func_params, &yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list);
1409 func_params = &(yystack.l_mark[0].declarator->head->params);
1410 func_params->begin_comment = cur_file->begin_comment;
1411 func_params
[all...]
/netbsd-current/external/bsd/byacc/dist/test/btyacc/
H A Dgrammar.tab.c344 static ParameterList *func_params; variable
401 if (func_params != 0) {
402 for (p = func_params->first; p != 0; p = p->next) {
1208 func_params = NULL;
1321 func_params = NULL;
2065 if (func_params != NULL) {
2066 set_param_types(func_params, &yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list);
2136 func_params = &(yystack.l_mark[0].declarator->head->params);
2137 func_params->begin_comment = cur_file->begin_comment;
2138 func_params
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c3644 tree func_params; local
3660 func_params = tree_cons (NULL_TREE,
3666 return build_function_call (input_location, func, func_params);
3672 tree func_params = tree_cons (NULL_TREE, local
3679 objc_assign_global_decl, func_params);
3685 tree func_params = tree_cons (NULL_TREE, local
3692 objc_assign_strong_cast_decl, func_params);
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc3720 tree func_params; local
3736 func_params = tree_cons (NULL_TREE,
3742 return build_function_call (input_location, func, func_params);
3748 tree func_params = tree_cons (NULL_TREE, local
3755 objc_assign_global_decl, func_params);
3761 tree func_params = tree_cons (NULL_TREE, local
3768 objc_assign_strong_cast_decl, func_params);

Completed in 322 milliseconds