HomeSort by: relevance | last modified time | path
    Searched defs:func_params (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/
tut01-hello-world.cc 40 std::vector<gccjit::param> func_params; local
41 func_params.push_back (param_name);
46 func_params, 0);
  /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
tut01-hello-world.cc 40 std::vector<gccjit::param> func_params; local
41 func_params.push_back (param_name);
46 func_params, 0);
  /src/external/bsd/byacc/dist/test/yacc/
grammar.tab.c 324 static ParameterList *func_params; variable
381 if (func_params != NULL) {
382 for (p = func_params->first; p != NULL; p = p->next) {
965 func_params = NULL;
1078 func_params = NULL;
1356 if (func_params != NULL) {
1357 set_param_types(func_params, &yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list);
1434 func_params = &(yystack.l_mark[0].declarator->head->params);
1435 func_params->begin_comment = cur_file->begin_comment;
1436 func_params->end_comment = cur_file->end_comment
    [all...]
  /src/external/bsd/byacc/dist/test/btyacc/
grammar.tab.c 344 static ParameterList *func_params; variable
401 if (func_params != NULL) {
402 for (p = func_params->first; p != NULL; p = p->next) {
1220 func_params = NULL;
1333 func_params = NULL;
2082 if (func_params != NULL) {
2083 set_param_types(func_params, &yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list);
2160 func_params = &(yystack.l_mark[0].declarator->head->params);
2161 func_params->begin_comment = cur_file->begin_comment;
2162 func_params->end_comment = cur_file->end_comment
    [all...]
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 3718 tree func_params; local
3734 func_params = tree_cons (NULL_TREE,
3740 return build_function_call (input_location, func, func_params);
3746 tree func_params = tree_cons (NULL_TREE, local
3753 objc_assign_global_decl, func_params);
3759 tree func_params = tree_cons (NULL_TREE, local
3766 objc_assign_strong_cast_decl, func_params);
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 3720 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 29 milliseconds