HomeSort by: relevance | last modified time | path
    Searched refs:template_params (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
gen_bind_includers.pl 6 $template_params = "typename _U1";
12 $template_params .= ", typename _U$num_args";
18 print "#define _GLIBCXX_BIND_TEMPLATE_PARAMS $template_params\n";
gen_includers2.pl 6 $template_params = "typename _U1";
12 $template_params .= ", typename _U$num_args";
18 print "#define _GLIBCXX_BIND_TEMPLATE_PARAMS $template_params\n";
gen_includers.pl 6 $template_params = "typename _T1";
29 $template_params_shifted = $template_params;
33 $template_params .= ", typename _T$num_args";
59 print "#define _GLIBCXX_TEMPLATE_PARAMS $template_params\n";
121 print "# define _GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS $template_params\n";
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
gen_bind_includers.pl 6 $template_params = "typename _U1";
12 $template_params .= ", typename _U$num_args";
18 print "#define _GLIBCXX_BIND_TEMPLATE_PARAMS $template_params\n";
gen_includers2.pl 6 $template_params = "typename _U1";
12 $template_params .= ", typename _U$num_args";
18 print "#define _GLIBCXX_BIND_TEMPLATE_PARAMS $template_params\n";
gen_includers.pl 6 $template_params = "typename _T1";
29 $template_params_shifted = $template_params;
33 $template_params .= ", typename _T$num_args";
59 print "#define _GLIBCXX_TEMPLATE_PARAMS $template_params\n";
121 print "# define _GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS $template_params\n";
  /src/external/gpl3/gdb/dist/gdb/
cp-name-parser.y 237 %type <nested> template_params function_args
509 | oper '<' template_params '>'
574 templ : NAME '<' template_params '>'
578 template_params : template_arg
581 | template_params ',' template_arg
577 template_params : template_arg label
  /src/external/gpl3/gdb.old/dist/gdb/
cp-name-parser.y 237 %type <nested> template_params function_args
509 | oper '<' template_params '>'
574 templ : NAME '<' template_params '>'
578 template_params : template_arg
581 | template_params ',' template_arg
577 template_params : template_arg label
  /src/crypto/external/apache2/openssl/dist/test/
endecoder_legacy_test.c 223 const OSSL_PARAM *template_params; member in struct:key_st
704 if (!TEST_ptr(keys[i].key = make_key(keys[i].keytype, keys[i].template_params)))
  /src/crypto/external/bsd/openssl/dist/test/
endecoder_legacy_test.c 219 const OSSL_PARAM *template_params; member in struct:key_st
715 make_key(keys[i].keytype, keys[i].template_params)))
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-generated-actions.h 350 // #define ACTION_TEMPLATE(name, template_params, value_params)
351 // ... GMOCK_INTERNAL_DECL_##template_params ...
653 #define ACTION_TEMPLATE(name, template_params, value_params)\
654 template <GMOCK_INTERNAL_DECL_##template_params\
696 template <GMOCK_INTERNAL_DECL_##template_params\
699 GMOCK_INTERNAL_LIST_##template_params\
703 GMOCK_INTERNAL_LIST_##template_params\
707 template <GMOCK_INTERNAL_DECL_##template_params\
716 GMOCK_INTERNAL_LIST_##template_params\

Completed in 35 milliseconds