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

  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 2949 bool template_id = false; local
2958 template_id = true;
2990 if (fn && template_id && fn != error_mark_node)
decl.cc 4324 tree template_id;
4347 return typename_hasher::hash (ti->scope, ti->template_id);
4363 && TYPENAME_TYPE_FULLNAME (t1) == t2->template_id
4387 ti.template_id = fullname;
4404 TYPENAME_TYPE_FULLNAME (t) = ti.template_id;
4316 tree template_id; member in struct:typename_info
pt.cc 2108 /* Returns the template (one of the functions given by TEMPLATE_ID)
2110 explicit template args given in TEMPLATE_ID. The DECL may be
2112 TEMPLATE_ID are non-members.
2133 determine_specialization (tree template_id,
2156 if (template_id == error_mark_node || decl == error_mark_node)
2170 fns = TREE_OPERAND (template_id, 0);
2171 explicit_targs = TREE_OPERAND (template_id, 1);
2472 "declaration", template_id, decl);
2486 template_id, decl);
11432 tree template_id, arglist, fns
11431 tree template_id, arglist, fns; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 2639 bool template_id = false; local
2648 template_id = true;
2680 if (fn && template_id && fn != error_mark_node)
decl.cc 4015 tree template_id;
4044 && TYPENAME_TYPE_FULLNAME (t1) == t2->template_id
4068 ti.template_id = fullname;
4086 TYPENAME_TYPE_FULLNAME (t) = ti.template_id;
4007 tree template_id; member in struct:typename_info
  /src/sys/dev/pci/
if_iwmreg.h 5087 * @template_id: currently equal to the mac context id of the corresponding
5095 uint32_t template_id; member in struct:iwm_mac_beacon_cmd

Completed in 109 milliseconds