Home
last modified time | relevance | path

Searched refs:template_params (Results 1 – 3 of 3) sorted by last modified time

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2644 llvm::StringRef &template_params) { in SplitTemplateParams() argument
2648 template_params = llvm::StringRef(); in SplitTemplateParams()
2652 template_params = fullname.slice(it, fullname.size()); in SplitTemplateParams()
3132 ConstString template_params; in FindDefinitionTypeForDWARFDeclContext() local
3136 template_params = dwarf_ast->GetDIEClassTemplateParams(die); in FindDefinitionTypeForDWARFDeclContext()
3185 if (template_params) { in FindDefinitionTypeForDWARFDeclContext()
3199 if (test_template_params != template_params.GetStringRef()) in FindDefinitionTypeForDWARFDeclContext()
/freebsd/crypto/openssl/test/
H A Dendecoder_legacy_test.c219 const OSSL_PARAM *template_params; member
715 make_key(keys[i].keytype, keys[i].template_params))) in OPT_TEST_DECLARE_USAGE()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h515 #define ACTION_TEMPLATE(name, template_params, value_params) \ argument
516 template <GMOCK_INTERNAL_DECL_##template_params \
552 template <GMOCK_INTERNAL_DECL_##template_params \
555 name, value_params)<GMOCK_INTERNAL_LIST_##template_params \
558 template <GMOCK_INTERNAL_DECL_##template_params \
561 name, value_params)<GMOCK_INTERNAL_LIST_##template_params \
565 name, value_params)<GMOCK_INTERNAL_LIST_##template_params \
569 template <GMOCK_INTERNAL_DECL_##template_params \
574 name, value_params)<GMOCK_INTERNAL_LIST_##template_params \