Home
last modified time | relevance | path

Searched refs:FUNCTION_TEMPLATE (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/tools/api_cmp_tool/
Dcompare.py239 if node.kind == CursorKind.FUNCTION_TEMPLATE and check_cpp_namespace(
/third_party/node/deps/v8/src/api/
Dapi.h55 enum TemplateType { FUNCTION_TEMPLATE = 0, OBJECT_TEMPLATE = 1 }; enumerator
Dapi.cc1229 InitializeTemplate(info, Consts::FUNCTION_TEMPLATE, do_not_cache); in InitializeFunctionTemplate()